- 0 Talk
-
API UnitIsFeignDeath
Redirected from API IsFeignDeath
Returns whether a unit is feigning death.
isFeign = UnitIsFeignDeath("unit");
Parameters
Edit
Arguments
Edit
- ("unit")
- unit
- String - The UnitId of the unit to check
Returns
Edit
- isFeign
- Flag - Returns 1 if the unit is feigning death, nil otherwise.
Details
Edit
- 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