Merge branch 'master' into develop

This commit is contained in:
Frank 2021-04-17 23:19:42 +02:00
commit a1ca605206
2 changed files with 4 additions and 3 deletions

View File

@ -580,6 +580,7 @@ ATIS.version="0.9.1"
-- DONE: Metric units. -- DONE: Metric units.
-- DONE: Set UTC correction. -- DONE: Set UTC correction.
-- DONE: Set magnetic variation. -- DONE: Set magnetic variation.
-- DONE: New DCS 2.7 weather presets.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Constructor -- Constructor

View File

@ -154,8 +154,8 @@ function UNIT:Name()
return self.UnitName return self.UnitName
end end
--- Get the DCS unit object.
--- @param #UNIT self -- @param #UNIT self
-- @return DCS#Unit -- @return DCS#Unit
function UNIT:GetDCSObject() function UNIT:GetDCSObject()
@ -1429,7 +1429,7 @@ function UNIT:GetTemplateFuel()
return nil return nil
end end
--- GROUND - Switch on/off radar emissions --- GROUND - Switch on/off radar emissions.
-- @param #UNIT self -- @param #UNIT self
-- @param #boolean switch -- @param #boolean switch
function UNIT:EnableEmission(switch) function UNIT:EnableEmission(switch)