Source
This page was generated with Wiki Builder. Do not change the format!
Info
Represents the status and other related information for a challenge that is - or was - available to a player. A challenge is a bonus objective, generally tacked onto Quests or Activities, that provide additional variations on play.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
objective | DestinyObjectiveProgress | The progress - including completion status - of the active challenge. |
Example
{
// Type: DestinyObjectiveProgress
"objective": {}
}