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 | DestinyInventoryComponent | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: DestinyInventoryComponent
"data": {
// Type: DestinyItemComponent[]
"items": [
// Type: DestinyItemComponent
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"itemHash": 0,
// Type: integer:int64:nullable
"itemInstanceId": 0,
// Type: integer:int32
"quantity": 0,
// Type: ItemBindStatus:Enum
"bindStatus": {},
// Type: ItemLocation:Enum
"location": {},
// Type: Destiny.Definitions.DestinyInventoryBucketDefinition:integer:uint32
"bucketHash": 0,
// Type: TransferStatuses:Enum
"transferStatus": {},
// Type: boolean
"lockable": false,
// Type: ItemState:Enum
"state": {}
}
]
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}