WoW API: KBSetup GetSubCategoryData

Revision as of 17:14, 18 April 2008 by WoWWiki>Borlox (New page: {{wowapi}} __NOTOC__ <div style="float: right"><small>'''Main Page'''</small></div> Returns information about a subcategory. id, caption = KBSetup_GetSubCategoryData(c...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < KBSetup GetSubCategoryData

Returns information about a subcategory.

id, caption = KBSetup_GetSubCategoryData(category, index)

Parameters

Arguments

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

Returns

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

Details

  • Only works if KBSetup_IsLoaded() returns true.