C_PartyInfo.RequestInviteFromUnit

From Warcraft Wiki
Jump to navigation Jump to search

Attempt to request an invite into the target party, requires confirmation in some cases (e.g. there is a party sync in progress).

C_PartyInfo.RequestInviteFromUnit(targetName [, tank, healer, dps])

Arguments

targetName
string
tank
boolean?
healer
boolean?
dps
boolean?

Patch changes

Battle for Azeroth Patch 8.2.5 (2019-09-24): Moved to C_PartyInfo.RequestInviteFromUnit(). The previous alias is deprecated. [1]
Legion Patch 7.1.0 (2016-10-25): Added as RequestInviteFromUnit()