WoW:API AssistByName: Difference between revisions

m
Move page script moved page API AssistByName to WoW:API AssistByName without leaving a redirect
(upgraded deprecated template)
m (Move page script moved page API AssistByName to WoW:API AssistByName without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{removedapi|2.0.1|For alternatives, try [[API_SecureTemplates|Secure Templates]] or the /assist}}
{{wowapi}}
{{wowapi}}
<center>'''AssistByName''' ''-Documentation by [[user:The_Nerd_Wonder|The Nerd Wonder]]-''</center>
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Assists the specified player
Assists the specified player


<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
  AssistByName("playername");
  AssistByName("playername");


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
<!-- List each argument, together with its type -->
* playername (string) - the name of the player to assist
:("playername")
 
:;playername : String - the name of the player to assist
 
==Details==
: This function cannot be used with non-player units (i.e. npc's or pets).


__NOTOC__
== Details ==
* This function cannot be used with non-player units (i.e. NPC's or pets).
Anonymous user