Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
mode | DestinyActivityModeType:Enum | The id of the mode of stats (allPvp, allPvE, etc) |
statId | string | The id of the stat |
value | DestinyHistoricalStatsValue | Value of the stat for this player |
Example
{
// Type: DestinyActivityModeType:Enum
"mode": {},
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValue
"value": {}
}