WoW:API GuildInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added info on /script command)
 
m (Move page script moved page API GuildInvite to API GuildInvite without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Invites either your target or the specified player to your guild.<br>
{{wowapi}} __NOTOC__
<pre>
 
GuildInvite();
 
</pre>
Invites a player or your target to your guild if you have that privilege.
<br>
GuildInvite(["playername"])
<pre>
 
GuildInvite("playername");
 
</pre>
== Arguments ==
:; "playername" : String ([[PlayerName]]) - The name of the player to invite
 
 
== Returns ==
:nil

Latest revision as of 04:46, 15 August 2023

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