WoW:API SendWho: Difference between revisions
Jump to navigation
Jump to search
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: | ||
{{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( | <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. | ||