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,DestinyKiosksComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int64,DestinyKiosksComponent>
"data": {
"0": {
// Type: Dictionary<Destiny.Definitions.DestinyVendorDefinition:integer:uint32,DestinyKioskItem[]>
"kioskItems": {
"0": [
// Type: DestinyKioskItem
{
// Type: integer:int32
"index": 0,
// Type: boolean
"canAcquire": false,
// Type: integer:int32[]
"failureIndexes": [
// Type: integer:int32
0
]
}
]
}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}