UnitIsGroupAssistant

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.0.4 / 1.13.2

Returns whether the unit is an assistant in your current group.

isAssistant = UnitIsGroupAssistant(unit)

Arguments

unit
string : UnitId

Returns

isAssistant
boolean - true if the unit is a raid assistant in your current group, false otherwise.

Details

  • Group leaders and assistants can invite players to the group, set main tanks, world markers, etc.
  • This function returns true only for players promoted to group assistants, either explicitly or via the "make everyone an assistant" option. It'll return false for the group leader.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Replaced IsRaidOfficer, UnitIsRaidOfficer.

See also