Runes of Magic Wiki
Advertisement

Determines if a given unit is the raid leader in player's overall raid. You are not in your own raid.

UnitIsRaidLeader(UnitId);

Parameters[]

Arguments[]

UnitId
string - A UnitId to query.

Returns[]

boolean
Boolean value - true if the given unit is the player's raid leader, false otherwise.

Example[]

isRaidLeader = UnitIsRaidLeader(unit);

Notes[]


Related Functions[]

Advertisement