Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
referenceId | Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32 | The hash ID of the item definition that describes the weapon. |
values | Dictionary<string,DestinyHistoricalStatsValue> | Collection of stats for the period. |
Example
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"referenceId": 0,
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"values": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
}
}