mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
* Minor fixes
This commit is contained in:
parent
f17f688a20
commit
7865be43bb
@ -179,7 +179,7 @@ do -- SET_BASE
|
|||||||
return Names
|
return Names
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Gets a list of the Objects in the Set.
|
--- Return a table of the Objects in the Set.
|
||||||
-- @param #SET_BASE self
|
-- @param #SET_BASE self
|
||||||
-- @return #SET_BASE self
|
-- @return #SET_BASE self
|
||||||
function SET_BASE:GetSetObjects() -- R2.3
|
function SET_BASE:GetSetObjects() -- R2.3
|
||||||
|
|||||||
@ -3492,7 +3492,7 @@ function RAT:Status(message, forID)
|
|||||||
local fuel=group:GetFuel()*100.0
|
local fuel=group:GetFuel()*100.0
|
||||||
local airborne=group:InAir()
|
local airborne=group:InAir()
|
||||||
local coords=group:GetCoordinate()
|
local coords=group:GetCoordinate()
|
||||||
local alt=coords.y
|
local alt=coords.y or 1000
|
||||||
--local vel=group:GetVelocityKMH()
|
--local vel=group:GetVelocityKMH()
|
||||||
local departure=ratcraft.departure:GetName()
|
local departure=ratcraft.departure:GetName()
|
||||||
local destination=ratcraft.destination:GetName()
|
local destination=ratcraft.destination:GetName()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user