WoW:API AssistByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API AssistByName to API AssistByName without leaving a redirect)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== AssistByName ("name") ==
{{removedapi|2.0.1|For alternatives, try [[API_SecureTemplates|Secure Templates]] or the /assist}}
{{wowapi}}
Assists the specified player


'''Usage'''
AssistByName("playername");


  AssistByName("name")
== Parameters ==
=== Arguments ===
* playername (string) - the name of the player to assist


Will cause you to assist "name".
== Details ==
 
* This function cannot be used with non-player units (i.e. NPC's or pets).
--[[User:Flaye|Flaye]] 18:29, 2 Jul 2005 (EDT)

Latest revision as of 04:45, 15 August 2023

WoW API < AssistByName

Assists the specified player

AssistByName("playername");

Parameters[edit]

Arguments[edit]

  • playername (string) - the name of the player to assist

Details[edit]

  • This function cannot be used with non-player units (i.e. NPC's or pets).