WaygateSetDestinationLocBJ
- Parameters
-
waygate unit
loc location
- comment
- note
-
The caller must not forget to remove the passed
loc
location. - 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