UnitSuspendDecayBJ

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