Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Tracks an achievement.
AddTrackedAchievement(achievementID)
Arguments[]
- achievementID
- number - ID of the achievement to add to tracking.
Triggers events[]
Details[]
- A maximum of WATCHFRAME_MAXACHIEVEMENTS (10 as of 5.4.8) tracked achievements can be displayed by the WatchFrame at a time.
- You may need to manually updated the AchievementUI and WatchFrame after calling this function.
Patch changes[]
Patch 3.1.0 (2009-04-14): Renamed from SetTrackedAchievement to AddTrackedAchievement.
Patch 3.0.2 (2008-10-14): Added.