WoW:API InviteByName: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
(added to removed category) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
{{removedapi|2.0|Instead use [[API_InviteUnit|InviteUnit]]}} | |||
Invite a player to your party. | |||
InviteByName(playerName); | InviteByName(playerName); |
Revision as of 10:21, 3 August 2007
← 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.