WoW:API InviteByName: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Move page script moved page API InviteByName to API InviteByName without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
{{removedapi|2.0|Instead use [[API_InviteUnit|InviteUnit]]}} | |||
Invite a player to your party. | |||
InviteByName(playerName); | InviteByName(playerName); |
Latest revision as of 04:46, 15 August 2023
← WoW API < InviteByName
This is no longer a part of the World of Warcraft API.
|
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.