WoW API: GetWhoInfo

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetWhoInfo to API GetWhoInfo without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetWhoInfo

Retrieve info about character on your current /who list.

name, guild, level, race, class, zone, classFileName = GetWhoInfo(index)

Arguments[edit]

index
Number - the index of the character retrieved from a /who query.

Returns[edit]

name
String - Name of the character.
guild
String - Guild name of the character.
level
Number - Level of the character
race
String - Race of the character.
class
String - Class of the character.
zone
String - Zone the character was in at query time.
classFileName
String - Uppercase english classname of the character.