WoW:API InviteByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(added to removed category)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Add a friend to your friend list.
{{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

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.