WoW API: GetCategoryInfo

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetCategoryInfo

Returns information about the given Category. New in Patch 3.0

Title, ParentCategoryID, Something = GetCategoryInfo(CategoryID)

Arguments[edit]

(Number CategoryID)
categoryID
Number - The ID of the Category.


Returns[edit]

Title, ParentCategoryID, Unknown
Title
String - Title of the Category
ParentCategoryID
Number - ID of the parent Category, -1 if the category has no parent
Unknown
Number - ?