Returns a list of the tracked Achievements.
id1, id2, ..., idn = GetTrackedAchievements()
Returns
Edit
- id1, id2, ..., idn
- Number - Achievement IDs of achievements you are currently tracking.
History
Edit
- Added in Patch 3.1.
(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. |
||