WoW API: GetCategoryList

From AddOn Studio
Revision as of 08:35, 18 October 2008 by WoWWiki>ZorbaTHut (New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Returns the list of Achievement categories. <!-- List return value...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetCategoryList

Returns the list of Achievement categories.

list = GetCategoryList()


Arguments

NONE


Returns

list
Table - list of category IDs, in no known order.

Details

Used for GetCategoryNumAchievements and GetCategoryInfo.