WoW:API AssistByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Reworked and clarified)
No edit summary
Line 5: Line 5:


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


== Parameters ==
== Parameters ==

Revision as of 08:48, 23 January 2006

AssistByName -Documentation by The Nerd Wonder-

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


Template:WoW API