mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
--
|
||||
-- ### Author: **funkyfranky**
|
||||
--
|
||||
-- @module Ops.Atis
|
||||
-- @module Ops.ATIS
|
||||
-- @image OPS_ATIS.png
|
||||
|
||||
--- ATIS class.
|
||||
@@ -1047,7 +1047,7 @@ end
|
||||
-- Or you make your life simple and just include the sign so you don't have to bother about East/West.
|
||||
--
|
||||
-- @param #ATIS self
|
||||
-- @param #number magvar Magnetic variation in degrees. Positive for easterly and negative for westerly variation. Default is magnatic declinaton of the used map, c.f. @{Utilities.UTils#UTILS.GetMagneticDeclination}.
|
||||
-- @param #number magvar Magnetic variation in degrees. Positive for easterly and negative for westerly variation. Default is magnatic declinaton of the used map, c.f. @{Utilities.Utils#UTILS.GetMagneticDeclination}.
|
||||
-- @return #ATIS self
|
||||
function ATIS:SetMagneticDeclination( magvar )
|
||||
self.magvar = magvar or UTILS.GetMagneticDeclination()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- **Ops** -- Combat Search and Rescue.
|
||||
--- **Ops** - Combat Search and Rescue.
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- **Ops** -- Combat Troops & Logistics Department.
|
||||
--- **Ops** - Combat Troops & Logistics Department.
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user