WoW:API GetTrackedAchievements: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns a list of the tracked Achievements. New in Patch 3.1 arg1, arg2, ..., argn = GetTrackedAchievements() ---- ;''Arguments'' :None ---- ;''Returns'' :...') |
m (Move page script moved page API GetTrackedAchievements to API GetTrackedAchievements without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns a list of the tracked Achievements. | Returns a list of the tracked Achievements. | ||
id1, id2, ..., idn = GetTrackedAchievements() | |||
==Returns == | |||
;id1, id2, ..., idn : Number - Achievement IDs of achievements you are currently tracking. | |||
== History == | |||
* Added in [[Patch 3.1]]. | |||
==See also== | |||
* {{api|AddTrackedAchievement}} | |||
* {{api|RemoveTrackedAchievement}} | |||