WoW:API InviteByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API InviteByName to API InviteByName without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Add a friend to your friend list.
{{wowapi}}
{{removedapi|2.0|Instead use [[API_InviteUnit|InviteUnit]]}}
 
Invite a player to your party.


  InviteByName(playerName);
  InviteByName(playerName);
Line 25: Line 28:


: Invites the specified playerName to your group.
: Invites the specified playerName to your group.
----
{{Template:WoW API}}
[[Category:API Functions|InviteByName]]
[[Category:API Group Functions|InviteByName]]

Latest revision as of 04:46, 15 August 2023

WoW API < InviteByName

Invite a player to your party.

InviteByName(playerName);

Arguments
(String playerName)
playerName
The name of the player you would like to invite to a group.

Returns
nil

Example
InviteByName("Dyselon");
Result

Description
Invites the specified playerName to your group.