WoW:API GuildInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
m (Move page script moved page API GuildInvite to WoW:API GuildInvite without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:


Invites a player or your target to your guild if you have that privilege.
Invites a player or your target to your guild if you have that privilege.
  GuildInvite(["playername])
  GuildInvite(["playername"])





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