Contents
← WoW API < KBSetup GetCategoryData
Returns information about a category.
id, caption = KBSetup_GetCategoryData(index)
Parameters[edit | edit source]
Arguments[edit | edit source]
- (index)
- index
- Integer - Range from 1 to KBSetup_GetCategoryCount()
Returns[edit | edit source]
- id, caption
- id
- Integer - The category's id.
- caption
- String - The category caption.
Details[edit | edit source]
- Seems to only work if KBSetup_IsLoaded() returns true.
Community content is available under CC-BY-SA unless otherwise noted.