UnitPauseTimedLifeBJ

Parameters
flag boolean
whichUnit unit
return type
nothing
Source code
function UnitPauseTimedLifeBJ takes boolean flag, unit whichUnit returns nothing
    call UnitPauseTimedLife(whichUnit, flag)
endfunction
Source
Blizzard.j
wc3modding.com
UnitPauseTimedLifeBJ