WoW:API AssistByName: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
(Noted that this function has been removed.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
{{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). | ||
Revision as of 13:52, 26 June 2007
← WoW API < AssistByName
This is no longer a part of the World of Warcraft API.
|
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).