WoW API: GetCategoryInfo

WoW API < GetCategoryInfo

Returns information about the given Category. New in Patch 3.0

Title, ParentCategoryID, Something = GetCategoryInfo(CategoryID)

Arguments

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


Returns

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 - ?