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,DestinyItemStatsComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int32,DestinyItemStatsComponent>
"data": {
"0": {
// Type: Dictionary<Destiny.Definitions.DestinyStatDefinition:integer:uint32,DestinyStat>
"stats": {
"0": {
// Type: Destiny.Definitions.DestinyStatDefinition:integer:uint32
"statHash": 0,
// Type: integer:int32
"value": 0,
// Type: integer:int32
"maximumValue": 0
}
}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}