mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
ATIS
This commit is contained in:
@@ -1555,7 +1555,7 @@ end
|
|||||||
|
|
||||||
--- Get the coalition of the associated airbase.
|
--- Get the coalition of the associated airbase.
|
||||||
-- @param #ATIS self
|
-- @param #ATIS self
|
||||||
-- @return #number Coalition of the associcated airbase.
|
-- @return #number Coalition of the associated airbase.
|
||||||
function ATIS:GetCoalition()
|
function ATIS:GetCoalition()
|
||||||
local coal = self.airbase and self.airbase:GetCoalition() or nil
|
local coal = self.airbase and self.airbase:GetCoalition() or nil
|
||||||
return coal
|
return coal
|
||||||
|
|||||||
Reference in New Issue
Block a user