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