WoW:API GetComparisonStatistic: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (stub for followup on crash)
(No longer crashes client)
Line 17: Line 17:


:;value : String - The value of the requested Statistic from the comparison unit.
:;value : String - The value of the requested Statistic from the comparison unit.
== Details ==
<!-- Details not appropriate for the main description can go here.
    REMOVE the section if you're just going to restate the intro line! -->
: As of Build 8770, calling this function will crash your client.

Revision as of 21:27, 13 September 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.