![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Invites a player to your group.
C_PartyInfo.InviteUnit(name)
Arguments
- name
- string - The name of the player you would like to invite.
Details
- Attempt to invite the named unit to a party, requires confirmation in some cases (e.g. the party will convert to a raid, or if there is a party sync in progress).
Patch changes
Patch 8.2.5 (2019-09-24): Moved to C_PartyInfo.InviteUnit(). The previous alias is deprecated. [1]. Replaces the InviteToGroup() FrameXML function.
Patch 3.0.8 (2009-01-20): No longer accepts UnitIds, use the player name instead.
Patch 2.0.1 (2006-12-05): Moved to InviteUnit()
Patch 1.0.0 (2004-10-08): Added as InviteByName()
