Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
activityHash | Destiny.Definitions.DestinyActivityDefinition:integer:uint32 | Hash ID that can be looked up in the DestinyActivityTable. |
values | Dictionary<string,DestinyHistoricalStatsValue> | Collection of stats for the player in this activity. |
Example
{
// Type: Destiny.Definitions.DestinyActivityDefinition:integer:uint32
"activityHash": 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
}
}
}