WoW API: KBSetup GetSubCategoryData

WoW API < KBSetup GetSubCategoryData

Returns information about a subcategory.

id, caption = KBSetup_GetSubCategoryData(category, index)

ParametersEdit

ArgumentsEdit

(category, index)
category
Intgeger - The category's index.
index
Integer - Range from 1 to KBSetup_GetSubCategoryCount(category)

ReturnsEdit

id, caption
id
Integer - The category's id.
caption
String - The category caption.

DetailsEdit

  • Only works if KBSetup_IsLoaded() returns true.