Returns whether a unit can be marked with a raid symbol or not


See also Raid functions.

Signature:

canMark = CanBeRaidTarget("unit")

Arguments:

  • unit - A unit to check (string, unitID)

Returns:

  • canMark - true if the unit can be marked, otherwise false. (boolean)

Examples:

CanBeRaidTarget("target")
-- Returns whether your target can be marked or not.