Cancel route implemented

-- Cancel route option added
-- Added first version of MGRS or LL coordinate system.
This commit is contained in:
FlightControl
2017-05-15 22:24:10 +02:00
parent 666a3708d7
commit 0e0e9bb550
3 changed files with 147 additions and 35 deletions

View File

@@ -385,6 +385,13 @@ function CARGO:GetPointVec2()
return self.CargoObject:GetPointVec2()
end
--- Get the current Coordinate of the cargo.
-- @param #CARGO self
-- @return Core.Point#COORDINATE
function CARGO:GetCoordinate()
return self.CargoObject:GetCoordinate()
end
--- Set the weight of the cargo.
-- @param #CARGO self
-- @param #number Weight The weight in kg.