Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The reward associated with the achievement.
Reward
The Reward object has the following specification.
| Member | Type | Description |
|---|---|---|
| name | string | The user-facing name of the Reward. |
| description | string | The user-facing description of the Reward. |
| value | string | The Reward's value. |
| type | RewardType enumeration | The Reward type:
|
| valueType | ProgressValueDataType enumeration | The type of value. See Requirement (JSON) for more information. |
Sample JSON syntax
{
"name":null,
"description":null,
"value":"10",
"type":"Gamerscore",
"valueType":"Int"
}