WoW:API GetComparisonStatistic: Difference between revisions
Jump to navigation
Jump to search
(No longer crashes client) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Return the value of the requested Statistic from the comparison unit. | Return the value of the requested Statistic from the comparison unit. | ||
value = GetComparisonStatistic(achievementID) | value = GetComparisonStatistic(achievementID) | ||
== Arguments == | == Arguments == | ||
* achievementID (number) - The ID of the Achievement | |||
== Returns == | == Returns == | ||
* value (string) - The value of the requested Statistic from the comparison unit. | |||
Revision as of 02:31, 17 May 2020
← WoW API < GetComparisonStatistic
Return the value of the requested Statistic from the comparison unit.
value = GetComparisonStatistic(achievementID)
Arguments
- achievementID (number) - The ID of the Achievement
Returns
- value (string) - The value of the requested Statistic from the comparison unit.