WoW:API GetComparisonStatistic: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Return the value of the requested Statistic from the comparison unit...) |
m (stub for followup on crash) |
||
| Line 1: | Line 1: | ||
{{stub/API}} | |||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Revision as of 04:15, 21 August 2008
← WoW API < GetComparisonStatistic
Return the value of the requested Statistic from the comparison unit.
value = GetComparisonStatistic(achievementID)
Arguments
- (achievementID)
- achievementID
- Integer - The ID of the Achievement
Returns
- value
- String - The value of the requested Statistic from the comparison unit.
Details
- As of Build 8770, calling this function will crash your client.
