WoW:API GetTrackedAchievements: Difference between revisions

From AddOn Studio
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'' :...')
 
(bp)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Returns a list of the tracked Achievements.   New in [[Patch 3.1]]
Returns a list of the tracked Achievements.
id1, id2, ..., idn = GetTrackedAchievements()


arg1, arg2, ..., argn = GetTrackedAchievements()
==Returns ==
;id1, id2, ..., idn : Number - Achievement IDs of achievements you are currently tracking.


----
== History ==
;''Arguments''
* Added in [[Patch 3.1]].


:None
==See also==
 
* {{api|AddTrackedAchievement}}
----
* {{api|RemoveTrackedAchievement}}
;''Returns''
 
:;arg1, arg2, ..., argn : AchievementID's of the watched achievements.

Revision as of 00:56, 22 June 2010

WoW API < GetTrackedAchievements

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

See also