WoW:API GetCategoryList: Difference between revisions
Jump to navigation
Jump to search
(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...) |
m (Move page script moved page API GetCategoryList to API GetCategoryList without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
Returns the list of Achievement categories.
list = GetCategoryList()
Arguments[edit]
- NONE
Returns[edit]
- list
- Table - list of category IDs, in no known order.
Details[edit]
- Used for GetCategoryNumAchievements and GetCategoryInfo.