Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns information about a category.

id, caption = KBSetup_GetCategoryData(index)

Parameters[]

Arguments[]

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

Returns[]

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

Details[]

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