Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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[]
Patch 3.0.2 (2008-10-14): Added.