mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Point.lua
This commit is contained in:
parent
d2e2c51275
commit
db53f427e3
@ -511,6 +511,17 @@ function NAVPOINT:SetAltMandatory(Altitude)
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- Set minimum speed.
|
||||||
|
-- @param #NAVPOINT self
|
||||||
|
-- @param #number Speed Min speed in knots.
|
||||||
|
-- @return #NAVPOINT self
|
||||||
|
function NAVPOINT:SetSpeedMin(Speed)
|
||||||
|
|
||||||
|
self.speedMin=Altitude
|
||||||
|
|
||||||
|
return self
|
||||||
|
end
|
||||||
|
|
||||||
--- Set whether this fix is compulsory.
|
--- Set whether this fix is compulsory.
|
||||||
-- @param #NAVPOINT self
|
-- @param #NAVPOINT self
|
||||||
-- @param #boolean Compulsory If `true`, this is a compusory fix. If `false` or nil, it is non-compulsory.
|
-- @param #boolean Compulsory If `true`, this is a compusory fix. If `false` or nil, it is non-compulsory.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user