m
Move page script moved page API SendWho to WoW:API SendWho without leaving a redirect
No edit summary |
m (Move page script moved page API SendWho to WoW:API SendWho without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Sends a [[Who List|Who request]], much like using the [[Slash Command|slash command]] ''/who'' or entering a query in the entry field of the [[Who List]]. | Sends a [[Who List|Who request]], much like using the [[Slash Command|slash command]] ''/who'' or entering a query in the entry field of the [[Who List]]. | ||
| Line 12: | Line 12: | ||
::* [[Name]] (minimum of 3 characters; string can appear anywhere in the name) | ::* [[Name]] (minimum of 3 characters; string can appear anywhere in the name) | ||
::* [[Name]] (''n-\"<char_name>\"'') | |||
::* [[Zone]] (''z-\"<zone_name>\"'') | ::* [[Zone]] (''z-\"<zone_name>\"'') | ||
::* [[Race]] (''r-\"<race_name>\"'') | ::* [[Race]] (''r-\"<race_name>\"'') | ||
::* [[Class]] (''c-\"<class_name>\"'') | ::* [[Class]] (''c-\"<class_name>\"'') | ||
::* [[Guild]] (''g-\"<guild_name>\"'') | |||
::* [[Level]] (''<lower_limit>-<higher_limit>'' or ''<single_level>'') | ::* [[Level]] (''<lower_limit>-<higher_limit>'' or ''<single_level>'') | ||
| Line 31: | Line 33: | ||
---- | ---- | ||
'''''Example''''' | '''''Example''''' | ||
<pre>SendWho( | <pre>SendWho('bob z-"Teldrassil" r-"Night Elf" c-"Rogue" 10-15');</pre> | ||
'''''Result''''' | '''''Result''''' | ||
: Searches for Night Elf Rogues in Teldrassil, of levels 10-15, with the string "bob" in their names. | : Searches for Night Elf Rogues in Teldrassil, of levels 10-15, with the string "bob" in their names. | ||