DataType:Rewards
Information on the number of rewards, and their index or name
This Data Type is referenced in MQ2Rewards, and accessed by Top-Level Object(s): Rewards
Members
Type | Member | Description |
---|---|---|
int | Count | Returns number of currently pending rewards |
RewardItem | Reward[#] | Returns the reward by specified index |
Reward[name] | Returns the reward by name |
Examples
- ${Rewards.Count}
- ${Rewards.Reward[<#/name>]}