m
Move page script moved page API GetWhoInfo to WoW:API GetWhoInfo without leaving a redirect
m (Remove singatures made using ~ in main namespace) |
m (Move page script moved page API GetWhoInfo to WoW:API GetWhoInfo without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Retrieve info about character on your current /who list. | Retrieve info about character on your current /who list. | ||
name, guild, level, race, class, zone, classFileName = GetWhoInfo(index) | |||
== Arguments == | |||
;index : Number - the index of the character retrieved from a /who query. | |||
== Returns == | |||
; 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. | |||
Returns | |||
Name of the character. | |||
Guild name of the character. | |||
Level of the character | |||
Race of the character. | |||
Class of the character. | |||
Zone the character was in at query time. | |||
- | |||