Wowpedia

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

READ MORE

Wowpedia
m (Forgot to remove a link to my sandbox page )-:)
m (Changed link to the real API page of KBSetup_GetCategoryCount)
Line 8: Line 8:
 
:(index)
 
:(index)
   
:;index : Integer - Range from 1 to [[User:Borlox/API_KBSetup_GetCategoryCount|KBSetup_GetCategoryCount]]()
+
:;index : Integer - Range from 1 to [[API_KBSetup_GetCategoryCount|KBSetup_GetCategoryCount]]()
   
 
=== Returns ===
 
=== Returns ===

Revision as of 10:18, 1 May 2008

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.