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 (suggest an edit or discuss on Github)
- return type
location- Source code
function WaygateGetDestinationLocBJ takes unit waygate returns location return Location(WaygateGetDestinationX(waygate), WaygateGetDestinationY(waygate)) endfunction