WoW API: GetStatistic

From AddOn Studio
Revision as of 21:31, 12 August 2008 by WoWWiki>Syzgyn (Preloading)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.