WoW:API KBSetup GetCategoryData: 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 category. id, caption = KBSetup_GetCategoryData(index) ...) |
m (Move page script moved page API KBSetup GetCategoryData to API KBSetup GetCategoryData without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < KBSetup GetCategoryData
Returns information about a category.
id, caption = KBSetup_GetCategoryData(index)
Parameters[edit]
Arguments[edit]
- (index)
- index
- Integer - Range from 1 to KBSetup_GetCategoryCount()
Returns[edit]
- id, caption
- id
- Integer - The category's id.
- caption
- String - The category caption.
Details[edit]
- Seems to only work if KBSetup_IsLoaded() returns true.