Returns information about the given Category. New in Patch 3.0
Title, ParentCategoryID, Something = GetCategoryInfo(CategoryID)
Arguments
Edit
- (Number CategoryID)
- categoryID
- Number - The ID of the Category.
Returns
Edit
- 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 - ?
Community content is available under CC-BY-SA
unless otherwise noted.