Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
activities | DestinyAggregateActivityStats[] | List of all activities the player has participated in. |
Example
{
// Type: DestinyAggregateActivityStats[]
"activities": [
// Type: DestinyAggregateActivityStats
{
// 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
}
}
}
]
}