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

Example

{
    // Type: Dictionary<integer:int32,DestinyItemPerksComponent>
    "data": {
        "0": {
            // Type: DestinyPerkReference[]
            "perks": [
               // Type: DestinyPerkReference
                {
                    // Type: Destiny.Definitions.DestinySandboxPerkDefinition:integer:uint32
                    "perkHash": 0,
                    // Type: string
                    "iconPath": "",
                    // Type: boolean
                    "isActive": false,
                    // Type: boolean
                    "visible": false
                }
            ]
        }
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}

References

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