WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

WoW API < KBSetup GetCategoryData

Returns information about a category.

id, caption = KBSetup_GetCategoryData(index)

Parameters[]

Arguments[]

(index)
index
Integer - Range from 1 to KBSetup_GetCategoryCount()

Returns[]

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

Details[]

  • Seems to only work if KBSetup_IsLoaded() returns true.
Advertisement