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:uint32,DestinyVendorSaleItemSetComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:uint32,DestinyVendorSaleItemSetComponent>
"data": {
"0": {
// Type: Dictionary<integer:int32,DestinyVendorSaleItemComponent>
"saleItems": {
"0": {
// Type: integer:int32
"vendorItemIndex": 0,
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"itemHash": 0,
// Type: integer:int32
"quantity": 0,
// Type: VendorItemStatus:Enum
"saleStatus": {},
// Type: DestinyItemQuantity[]
"costs": [
// Type: DestinyItemQuantity
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"itemHash": 0,
// Type: integer:int64:nullable
"itemInstanceId": 0,
// Type: integer:int32
"quantity": 0
}
],
// Type: Destiny.Definitions.DestinyUnlockDefinition:integer:uint32[]
"requiredUnlocks": [
// Type: integer:uint32
0
],
// Type: DestinyUnlockStatus[]
"unlockStatuses": [
// Type: DestinyUnlockStatus
{
// Type: Destiny.Definitions.DestinyUnlockDefinition:integer:uint32
"unlockHash": 0,
// Type: boolean
"isSet": false
}
],
// Type: integer:int32[]
"failureIndexes": [
// Type: integer:int32
0
]
}
}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}