GetAchievementComparisonInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 3.0.2 / 1.15.0

Returns information about the comparison unit's achievements.

completed, month, day, year = GetAchievementComparisonInfo(achievementID)

Arguments

achievementID
number - ID of the achievement to retrieve information for.

Returns

completed
boolean - Returns true/false depending on whether the unit has completed the achievement or not.
month
number - Month in which the unit has completed the achievement. Returns nil if completed is false.
day
number - Day of the month in which the unit has completed the achievement. Returns nil if completed is false.
year
number - Year (two digits, 21st century is assumed) in which the unit has completed the achievement. Returns nil if completed is false.

Details

  • Only accurate after the after SetAchievementComparisonUnit is called and the INSPECT_ACHIEVEMENT_READY event has fired.
  • Inaccurate after ClearAchievementComparisonUnit has been called.

Patch changes

Wrath-Logo-Small.png Patch 3.0.2 (2008-10-14): Added.

See also