WoW API: KBSetup GetLanguageCount

From AddOn Studio
Jump to navigation Jump to search

WoW API < KBSetup GetLanguageCount

Returns the number of languages in the knowledge base.

count = KBSetup_GetLanguageCount()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

count
count
Integert - The number of the available languages.

Details[edit]

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