WaygateSetDestinationLocBJ
- Parameters
waygate unitloc location- comment
- note
The caller must not forget to remove the passed
loclocation.- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
function WaygateSetDestinationLocBJ takes unit waygate, location loc returns nothing call WaygateSetDestination(waygate, GetLocationX(loc), GetLocationY(loc)) endfunction