mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-12 04:31:09 +00:00
OPS ATIS
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
|
||||
--- @type AIRBASE
|
||||
-- @field #string ClassName Name of the class, i.e. "AIRBASE".
|
||||
-- @field #table CategoryName Names of airbase categories.
|
||||
-- @extends Wrapper.Positionable#POSITIONABLE
|
||||
|
||||
--- Wrapper class to handle the DCS Airbase objects:
|
||||
@@ -990,3 +992,8 @@ function AIRBASE._CheckTerminalType(Term_Type, termtype)
|
||||
|
||||
return match
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1097,8 +1097,6 @@ function UNIT:GetTemplate()
|
||||
|
||||
for _,unit in pairs(template.units) do
|
||||
|
||||
self:I(string.format("FF template unit %s = %s", unit.name, name))
|
||||
|
||||
if unit.name==name then
|
||||
return UTILS.DeepCopy(unit)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user