Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(bp)
Tag: WoW API docs
Line 9: Line 9:
 
* {{api|GetCategoryInfo}}(categoryId)
 
* {{api|GetCategoryInfo}}(categoryId)
 
* {{api|GetCategoryNumAchievements}}(categoryId)
 
* {{api|GetCategoryNumAchievements}}(categoryId)
  +
  +
==Patch changes==
  +
{{Patch 3.0.2|note=Added.}}

Revision as of 21:53, 23 February 2020

Returns the list of Achievement categories.

idTable = GetCategoryList()

Returns

idTable
Table - array containing achievement category IDs, in no particular order.

See also

Patch changes

Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Added.