WoW:API AssistByName: Difference between revisions
Jump to navigation
Jump to search
AssistByName -Documentation by The Nerd Wonder-
No edit summary |
(Reworked and clarified) |
||
| Line 1: | Line 1: | ||
<center>'''AssistByName''' ''-Documentation by [[user:The_Nerd_Wonder|The Nerd Wonder]]-''</center> | |||
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> | |||
Assists the specified player | |||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | |||
func("playername"); | |||
== Parameters == | |||
=== Arguments === | |||
<!-- List each argument, together with its type --> | |||
:("playername") | |||
:;playername : String - the name of the player to assist | |||
{{API | ==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
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).