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:int32,DestinyItemSocketsComponent>  
privacy ComponentPrivacySetting:Enum  

Example

{
    // Type: Dictionary<integer:int32,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
}

References

  1. https://bungie-net.github.io/multi/schema_DictionaryComponentResponseOfint32AndDestinyItemSocketsComponent.html#schema_DictionaryComponentResponseOfint32AndDestinyItemSocketsComponent