OffsetLocation
- Parameters
loc locationdx realdy real- comment
- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
location- Source code
function OffsetLocation takes location loc, real dx, real dy returns location return Location(GetLocationX(loc) + dx, GetLocationY(loc) + dy) endfunction