WoW:API KBSetup GetCategoryCount: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} __NOTOC__ <div style="float: right"><small>'''Main Page'''</small></div> Returns the number of categories. count = KBSetup_GetCategoryCount() == Parameters...)
 
m (Move page script moved page API KBSetup GetCategoryCount to API KBSetup GetCategoryCount without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < KBSetup GetCategoryCount

Returns the number of categories.

count = KBSetup_GetCategoryCount()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

count
count
Integer - Number of categories.

Details[edit]

  • This is only available when KBSetup_IsLoaded() is true.