- 0 Talk
-
API InviteUnit
Invite a player to join your party.
InviteUnit(playerName)
Parameters
Edit
Arguments
Edit
(String playerName)
- playerName
- The name of the player you would like to invite to a group.
Returns
Edit
nil
Example
Edit
InviteUnit("Dyselon");
Result
Edit
Description
Edit
Invites the specified playerName to your group.
Past changes
Edit
Patch 3.0.8 (2009-01-20): This function originally accepted "token" as a possible argument, but was changed in the patch to accept only player names.
Code should be updated to use UnitName("token") instead.