WoW:API CanShowAchievementUI: Difference between revisions
Jump to navigation
Jump to search
(Typo fixing using AWB) |
mNo edit summary |
||
Line 23: | Line 23: | ||
: Usually returns true on live realms. This function was mostly used to hide the achievement UI if it was in an unusable state on the WotLK Beta / PTR | : Usually returns true on live realms. This function was mostly used to hide the achievement UI if it was in an unusable state on the WotLK Beta / PTR | ||
: This also returns false when the achievement data isn't available yet, which is useful if an addon want to read the achievement data after load |
Revision as of 16:06, 10 November 2010
← WoW API < CanShowAchievementUI
Returns a boolean indicating if the achievement UI is accessible and whether the microbutton should be shown.
isEnabled = CanShowAchievementUI();
Arguments
- none
Returns
- isEnabled
- Boolean - can the achievement UI be displayed.
Details
- Usually returns true on live realms. This function was mostly used to hide the achievement UI if it was in an unusable state on the WotLK Beta / PTR
- This also returns false when the achievement data isn't available yet, which is useful if an addon want to read the achievement data after load