WoW:API AssistByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(Noted that this function has been removed.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
<center>'''AssistByName''' ''-Documentation by [[user:The_Nerd_Wonder|The Nerd Wonder]]-''</center>
{{removedapi|2.0.1|For alternatives, try [[API_SecureTemplates|Secure Templates]] or the /assist}}


<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Line 17: Line 17:
==Details==
==Details==
: This function cannot be used with non-player units (i.e. npc's or pets).
: This function cannot be used with non-player units (i.e. npc's or pets).
__NOTOC__

Revision as of 13:52, 26 June 2007

WoW API < AssistByName

Assists the specified player

AssistByName("playername");

Parameters

Arguments

("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).