Record
destiny-entities-items-destiny-item-component
No description available.
record destiny-entities-items-destiny-item-component {
bind-status: option<s32>,
bucket-hash: option<s32>,
expiration-date: option<string>,
is-wrapper: option<bool>,
item-hash: option<s32>,
item-instance-id: option<s64>,
item-value-visibility: option<list<bool>>,
location: option<s32>,
lockable: option<bool>,
metric-hash: option<s32>,
metric-objective: option<string>,
override-style-item-hash: option<s32>,
quantity: option<s32>,
state: option<s32>,
tooltip-notification-indexes: option<list<s32>>,
transfer-status: option<s32>,
version-number: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| bind-status | option<s32> | |
| bucket-hash | option<s32> | |
| expiration-date | option<string> | |
| is-wrapper | option<bool> | |
| item-hash | option<s32> | |
| item-instance-id | option<s64> | |
| item-value-visibility | option<list<bool>> | |
| location | option<s32> | |
| lockable | option<bool> | |
| metric-hash | option<s32> | |
| metric-objective | option<string> | |
| override-style-item-hash | option<s32> | |
| quantity | option<s32> | |
| state | option<s32> | |
| tooltip-notification-indexes | option<list<s32>> | |
| transfer-status | option<s32> | |
| version-number | option<s32> |