IsAchievementEligible

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

Indicates whether the specified achievement is eligible to be completed.

eligible = IsAchievementEligible(achievementID)

Arguments

achievementID
number - ID of the achievement to query.

Returns

eligible
boolean

Details

  • This function is used in the watch frame to determine whether a tracked achievement should be shown in red text (not eligible) or normal colors (eligible).

Patch changes

Cataclysm Patch 4.0.1 (2010-10-12): Added.