WoW API: KBSetup GetLanguageCount

From AddOn Studio
Revision as of 10:16, 1 May 2008 by WoWWiki>Borlox (New page: {{wowapi}} __NOTOC__ Returns the number of languages in the knowledge base. count = KBSetup_GetLanguageCount() == Parameters == === Arguments === :() === Returns === : count :;count :...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < KBSetup GetLanguageCount

Returns the number of languages in the knowledge base.

count = KBSetup_GetLanguageCount()

Parameters

Arguments

()

Returns

count
count
Integert - The number of the available languages.

Details

  • Seems to only work if KBSetup_IsLoaded() returns true.
  • On a EU client this function returns 4 (enUS, deDE, frFR, esES).