WoW:API GuildInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}} __NOTOC__
{{wowapi}}
 
Invites either your target or the specified player to your guild.<br>
 
<pre>
Invites a player or your target to your guild if you have that privilege.
GuildInvite();
GuildInvite(["playername])
</pre>
 
<br>
 
<pre>
== Arguments ==
GuildInvite("playername");
:; "playername" : String ([[PlayerName]]) - The name of the player to invite
</pre>
 
 
== Returns ==
:nil

Revision as of 13:49, 27 June 2007

WoW API < GuildInvite


Invites a player or your target to your guild if you have that privilege.

GuildInvite(["playername])


Arguments

"playername"
String (PlayerName) - The name of the player to invite


Returns

nil