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

Example

{
    // Type: DestinyItemSocketsComponent
    "data": {
        // 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_SingleComponentResponseOfDestinyItemSocketsComponent.html#schema_SingleComponentResponseOfDestinyItemSocketsComponent