KBSetup_GetSubCategoryData

From Warcraft Wiki
Jump to navigation Jump to search

Returns information about a subcategory.

id, caption = KBSetup_GetSubCategoryData(category, index)

Parameters

Arguments

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

Returns

id, caption
id
number - The category's id.
caption
string - The category caption.

Details

  • Only works if KBSetup_IsLoaded() returns true.