PauseUnitBJ

Parameters
pause boolean
whichUnit unit
return type
nothing
Source code
function PauseUnitBJ takes boolean pause, unit whichUnit returns nothing
    call PauseUnit(whichUnit, pause)
endfunction
Source
Blizzard.j
wc3modding.com
PauseUnitBJ