Navigation menu

WoW:API SendWho: Difference between revisions

Jump to navigation Jump to search
96 bytes removed ,  15 August 2023
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)
 
(3 intermediate revisions by 3 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 33: 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.
----
{{template:WoW API}}
Anonymous user