WaygateActivateBJ

Parameters
activate boolean
waygate unit
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function WaygateActivateBJ takes boolean activate, unit waygate returns nothing
    call WaygateActivate(waygate, activate)
endfunction