mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS
This commit is contained in:
parent
1f1efe553a
commit
d12799a892
@ -712,7 +712,7 @@ end
|
|||||||
-- @param #FLIGHTGROUP self
|
-- @param #FLIGHTGROUP self
|
||||||
-- @return #boolean If true, has landed somewhere.
|
-- @return #boolean If true, has landed somewhere.
|
||||||
function FLIGHTGROUP:IsLandedAt()
|
function FLIGHTGROUP:IsLandedAt()
|
||||||
is=self:Is("LandedAt")
|
local is=self:Is("LandedAt")
|
||||||
return is
|
return is
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user