Source
This page was generated with Wiki Builder. Do not change the format!
Info
Information about a single inventory bucket in a vendor flyout UI and how it is shown.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
collapsible | boolean | If true, the inventory bucket should be able to be collapsed visually. |
inventoryBucketHash | Destiny.Definitions.DestinyInventoryBucketDefinition:integer:uint32 | The inventory bucket whose contents should be shown. |
sortItemsBy | DestinyItemSortType:Enum | The methodology to use for sorting items from the flyout. |
Example
{
// Type: boolean
"collapsible": false,
// Type: Destiny.Definitions.DestinyInventoryBucketDefinition:integer:uint32
"inventoryBucketHash": 0,
// Type: DestinyItemSortType:Enum
"sortItemsBy": {}
}