49
edits
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Return the value of the requested Statistic. | Return the value of the requested Statistic. | ||
value = GetStatistic(achievementID) | value = GetStatistic(achievementID) | ||
== Arguments == | == Arguments == | ||
* achievementID (number) - The ID of the Achievement | |||
== Returns == | == Returns == | ||
* value (string) - The value of the requested Statistic. | |||
== Details == | == Details == | ||
Using the achievementID's of actual Achievements, as opposed to statistics, generates strange results. More testing is needed. | |||
== Example == | == Example == | ||