The search keyword must be a single word (no spaces).
Function DelayedSuspendDecayStopAnimEnum
- Line
- 3427
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 3427 | function DelayedSuspendDecayStopAnimEnum takes nothing returns nothing |
| 3428 | local unit enumUnit = GetEnumUnit() |
| 3429 | |
| 3430 | if (GetUnitState(enumUnit, UNIT_STATE_LIFE) <= 0) then |
| 3431 | call SetUnitTimeScale(enumUnit, 0.0001) |
| 3432 | endif
|
| 3433 | endfunction
|