Returns whether a unit is a raid assistant in the player's raid
See also Unit functions, Raid functions.
Signature:
leader
=
UnitIsRaidOfficer("unit")
or
UnitIsRaidOfficer("name")
Arguments:
unit
- A unit to query (string
, unitID)name
- The name of a unit to query (string
)
Returns:
leader
- 1 if the unit is a raid assistant; otherwise nil (1nil
)