WaygateSetDestinationLocBJ

Parameters
waygate unit
loc location
return type
nothing
Source code
function WaygateSetDestinationLocBJ takes unit waygate, location loc returns nothing
    call WaygateSetDestination(waygate, GetLocationX(loc), GetLocationY(loc))
endfunction
Source
Blizzard.j
wc3modding.com
WaygateSetDestinationLocBJ