WaygateGetDestinationLocBJ

Parameters
waygate unit
return type
location
Source code
function WaygateGetDestinationLocBJ takes unit waygate returns location
    return Location(WaygateGetDestinationX(waygate), WaygateGetDestinationY(waygate))
endfunction
Source
Blizzard.j
wc3modding.com
WaygateGetDestinationLocBJ