Source
This page was generated with Wiki Builder. Do not change the format!
Info
Represents a reference to a Challenge, which for now is just an Objective.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
objectiveHash | Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32 | The hash for the Objective that matches this challenge. Use it to look up the DestinyObjectiveDefinition. |
Example
{
// Type: Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32
"objectiveHash": 0
}