WoW:API AssistByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Reworked and clarified)
Line 1: Line 1:
== AssistByName ("name") ==
<center>'''AssistByName''' ''-Documentation by [[user:The_Nerd_Wonder|The Nerd Wonder]]-''</center>


'''Usage'''
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Assists the specified player


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


Will cause you to assist "name".
== Parameters ==
=== Arguments ===
<!-- List each argument, together with its type -->
:("playername")


--[[User:Flaye|Flaye]] 18:29, 2 Jul 2005 (EDT)
:;playername : String - the name of the player to assist


{{API/Uncategorized}}
==Details==
: This function cannot be used with non-player units (i.e. npc's or pets).
 
__NOTOC__
{{Template:WoW API}}

Revision as of 05:09, 23 January 2006

AssistByName -Documentation by The Nerd Wonder-

Assists the specified player

func("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