mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#FLIGHTGROUP
* Make one is local
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user