WoW:API GetStatistic: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Preloading)
 
m (stub for testing results)
Line 1: Line 1:
{{stub/API}}
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__



Revision as of 04:15, 21 August 2008

WoW API < GetStatistic

Return the value of the requested Statistic.

value = GetStatistic(achievementID)

Arguments

(achievementID)
achievementID
Integer - The ID of the Achievement


Returns

value
String - The value of the requested Statistic.

Details

Using the achievementID's of actual Achievements, as opposed to statistics, generates strange results. More testing is needed.