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,DestinyItemPerksComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int64,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
}