WoW:API KBSetup GetSubCategoryData: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ <div style="float: right"><small>'''Main Page'''</small></div> Returns information about a subcategory. id, caption = KBSetup_GetSubCategoryData(c...) |
m (Move page script moved page API KBSetup GetSubCategoryData to API KBSetup GetSubCategoryData without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < KBSetup GetSubCategoryData
Returns information about a subcategory.
id, caption = KBSetup_GetSubCategoryData(category, index)
Parameters[edit]
Arguments[edit]
- (category, index)
- category
- Intgeger - The category's index.
- index
- Integer - Range from 1 to KBSetup_GetSubCategoryCount(category)
Returns[edit]
- id, caption
- id
- Integer - The category's id.
- caption
- String - The category caption.
Details[edit]
- Only works if KBSetup_IsLoaded() returns true.