Contents
Returns whether a unit is feigning death.
isFeign = UnitIsFeignDeath("unit");
Parameters[edit | edit source]
Arguments[edit | edit source]
- ("unit")
- unit
- String - The UnitId of the unit to check
Returns[edit | edit source]
- isFeign
- Flag - Returns 1 if the unit is feigning death, nil otherwise.
Details[edit | edit source]
- Only provides valid data for friendly units.
- Does not work for unit "player", see UnitAura function
- Example
- if UnitAura("player", "Feign Death") == "Feign Death" then .....
- Example
Community content is available under CC-BY-SA unless otherwise noted.