WoW:API AssistByName: Difference between revisions
(upgraded deprecated template) |
m (Move page script moved page API AssistByName to 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}} | ||
Assists the specified player | Assists the specified player | ||
AssistByName("playername"); | AssistByName("playername"); | ||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
* 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). | |||
Latest revision as of 04:45, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < AssistByName
Assists the specified player
AssistByName("playername");
Parameters
Arguments
- 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).