Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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[]

Advertisement