WoW API: GetCategoryInfo

Revision as of 23:57, 3 November 2008 by WoWWiki>PeonPower (New page: {{wowapi}} Returns information about the given Category. New in Patch 3.0 Title, Something, Something = GetCategoryInfo(CategoryID) ---- == Arguments == :(Number CategoryID) :;cat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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