WoW:API GetCategoryInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} Returns information about the given Category. New in Patch 3.0 Title, Something, Something = GetCategoryInfo(CategoryID) ---- == Arguments == :(Number CategoryID) :;cat...)
 
m (Move page script moved page API GetCategoryInfo to WoW:API GetCategoryInfo without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

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