WoW:API GetWhoInfo

From AddOn Studio
Revision as of 01:17, 3 June 2005 by WoWWiki>Zambartas
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Retrieve info about character on your current /who list.

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


Arguments (Number index) index The index of the character retrieved from a /who query.



Returns (String charname) charname Name of the character. (String guildname) guildname Guild name of the character. (Number level) level Level of the character (String race) race Race of the character. (String class) class Class of the character. (String zone) zone Zone the character was in at query time.


Example



Description Retrieves info from /who queries.