WaygateActivateBJ
- Parameters
-
activate boolean
waygate unit
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
function WaygateActivateBJ takes boolean activate, unit waygate returns nothing call WaygateActivate(waygate, activate) endfunction