Navigation menu

WoW:API GetNumLanguages: Difference between revisions

Jump to navigation Jump to search
Updated page to reflect correction of the typo.
mNo edit summary
(Updated page to reflect correction of the typo.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}


Returns the number of languages your character can speak (I guess that Blizzard's programmers mistyped the function name).
Returns the number of languages your character can speak.


  NumLanguages = GetNumLaguages()
This function was incorrectly called GetNumLaguages() up until 2.4.
 
  NumLanguages = GetNumLanguages()
== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
Anonymous user