WoW:API GetWhoInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{template:WoW API}} -> {{wowapi}})
m (Remove singatures made using ~ in main namespace)
Line 4: Line 4:
charname, guildname, level, race, class, zone, unknown = GetWhoInfo(index);
charname, guildname, level, race, class, zone, unknown = GetWhoInfo(index);


I think the Unknown might mean "in a group?" --[[User:Astral|Astral]] 07:17, 30 Jun 2005 (EDT)
I think the Unknown might mean "in a group?"


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Revision as of 06:21, 10 February 2007

WoW API < GetWhoInfo

Retrieve info about character on your current /who list.

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

I think the Unknown might mean "in a group?"


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.