Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
data | Dictionary<integer:int64,DestinyItemSocketsComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int64,DestinyItemSocketsComponent>
"data": {
"0": {
// Type: DestinyItemSocketState[]
"sockets": [
// Type: DestinyItemSocketState
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32:nullable
"plugHash": 0,
// Type: boolean
"isEnabled": false,
// Type: integer:int32[]
"enableFailIndexes": [
// Type: integer:int32
0
],
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32[]
"reusablePlugHashes": [
// Type: integer:uint32
0
]
}
]
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}