UnitSuspendDecayBJ

Parameters
suspend boolean
whichUnit unit
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function UnitSuspendDecayBJ takes boolean suspend, unit whichUnit returns nothing
    call UnitSuspendDecay(whichUnit, suspend)
endfunction