WoW API: InviteUnit

From AddOn Studio
Revision as of 22:38, 4 October 2009 by WoWWiki>Pcjbot (clean up using AWB)
Jump to navigation Jump to search

WoW API < InviteUnit

Invite a player to join your party.

 InviteUnit(playerName) 

Parameters

Arguments

(String playerName)

playerName
The name of the player you would like to invite to a group.

Returns

nil

Example

 InviteUnit("Dyselon"); 

Result

Description

Invites the specified playerName to your group.

Past changes

Template:Patch 3.0.8