WoW API: GetStatistic

From AddOn Studio
Revision as of 04:15, 21 August 2008 by WoWWiki>Fandyllic (stub for testing results)
Jump to navigation Jump to search

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.