WoW:API SendWho: Difference between revisions

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:
<center>'''''SendWho''''' - ''Documentation by [[User:EDG|EDG]]''</center>
{{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-\"&lt;char_name&gt;\"'')
::* [[Zone]] (''z-\"&lt;zone_name&gt;\"'')
::* [[Zone]] (''z-\"&lt;zone_name&gt;\"'')
::* [[Race]] (''r-\"&lt;race_name&gt;\"'')
::* [[Race]] (''r-\"&lt;race_name&gt;\"'')
::* [[Class]] (''c-\"&lt;class_name&gt;\"'')
::* [[Class]] (''c-\"&lt;class_name&gt;\"'')
::* [[Guild]] (''g-\"&lt;guild_name&gt;\"'')
::* [[Level]] (''&lt;lower_limit&gt;-&lt;higher_limit&gt;'' or ''&lt;single_level&gt;'')
::* [[Level]] (''&lt;lower_limit&gt;-&lt;higher_limit&gt;'' or ''&lt;single_level&gt;'')


Line 31: Line 33:
----
----
'''''Example'''''
'''''Example'''''
<pre>SendWho("bob z-\"Teldrassil\" r-\"Night Elf\" c-\"Rogue\" 10-15");</pre>
<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.
Anonymous user