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-- trueif the unit can be marked, otherwise- false. (- boolean)
Examples:
CanBeRaidTarget("target")
-- Returns whether your target can be marked or not.
