Returns whether a unit is feigning death. Only provides valid data for friendly units.
See also Unit functions.
Signature:
isFeign
=
UnitIsFeignDeath("unit")
Arguments:
unit
- A unit to query (string
, unitID)
Returns:
isFeign
- 1 if the unit is feigning death; otherwise nil (1nil
)