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 | DestinyItemPerksComponent | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: DestinyItemPerksComponent
"data": {
// 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
}