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:int32,DestinyItemInstanceComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int32,DestinyItemInstanceComponent>
"data": {
"0": {
// Type: DamageType:Enum
"damageType": {},
// Type: Destiny.Definitions.DestinyDamageTypeDefinition:integer:uint32:nullable
"damageTypeHash": 0,
// Type: DestinyStat
"primaryStat": {},
// Type: integer:int32
"itemLevel": 0,
// Type: integer:int32
"quality": 0,
// Type: boolean
"isEquipped": false,
// Type: boolean
"canEquip": false,
// Type: integer:int32
"equipRequiredLevel": 0,
// Type: Destiny.Definitions.DestinyUnlockDefinition:integer:uint32[]
"unlockHashesRequiredToEquip": [
// Type: integer:uint32
0
],
// Type: EquipFailureReason:Enum
"cannotEquipReason": {}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}