WaygateGetDestinationLocBJ
- Parameters
-
waygate unit
- comment
- note
Creates a new location object and returns it. The caller must remove it on its own after use.
- patch
1.00
- Source
- Blizzard.j
- return type
location
- Source code
function WaygateGetDestinationLocBJ takes unit waygate returns location return Location(WaygateGetDestinationX(waygate), WaygateGetDestinationY(waygate)) endfunction