WoW:API GetWhoInfo: Difference between revisions

Changed last return value from unknown to classFileName and added description.
No edit summary
(Changed last return value from unknown to classFileName and added description.)
Line 3: Line 3:
Retrieve info about character on your current /who list.
Retrieve info about character on your current /who list.


  charname, guildname, level, race, class, zone, unknown = GetWhoInfo(index)
  charname, guildname, level, race, class, zone, classFileName = GetWhoInfo(index)


== Parameters ==
== Parameters ==
Line 23: Line 23:
:; class : String - Class of the character.
:; class : String - Class of the character.
:; zone : String - Zone the character was in at query time.
:; zone : String - Zone the character was in at query time.
:; classFileName : String - Uppercase english classname of the character.
Anonymous user