GetCategoryInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 3.0.2 / 1.15.0

Returns info for an achievement category.

title, parentCategoryID, flags = GetCategoryInfo(categoryID)

Arguments

(Number categoryID)
categoryID
number


Returns

title
string - Title of the category.
parentCategoryID
number - id of the parent category or -1 if the category has no parent.
flags
number (bitfield)

Patch changes

Wrath-Logo-Small.png Patch 3.0.2 (2008-10-14): Added.

See also