This commit is contained in:
Frank
2019-09-19 00:07:28 +02:00
parent de2f7148ee
commit b0b8d81e5c
9 changed files with 638 additions and 136 deletions
@@ -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
-2
View File
@@ -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