From a6224b484e8c23a0542bc02b1b3c43ae201986b6 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Thu, 23 Feb 2023 10:33:11 +0100 Subject: [PATCH] dcs --- Moose Development/Moose/DCS.lua | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Moose Development/Moose/DCS.lua b/Moose Development/Moose/DCS.lua index 602d9a608..ee1c9e9d7 100644 --- a/Moose Development/Moose/DCS.lua +++ b/Moose Development/Moose/DCS.lua @@ -435,8 +435,8 @@ do -- Types --- Vec3 type is a 3D-vector. -- DCS world has 3-dimensional coordinate system. DCS ground is an infinite plain. -- @type Vec3 - -- @field #Distance x is directed to the north - -- @field #Distance z is directed to the east + -- @field #Distance x is directed to the North + -- @field #Distance z is directed to the East -- @field #Distance y is directed up --- Vec2 is a 2D-vector for the ground plane as a reference plane. @@ -687,10 +687,11 @@ do -- Weapon --- Weapon.Category enum that stores weapon categories. -- @type Weapon.Category - -- @field SHELL - -- @field MISSILE - -- @field ROCKET - -- @field BOMB + -- @field #number SHELL Shell. + -- @field #number MISSILE Missile + -- @field #number ROCKET Rocket. + -- @field #number BOMB Bomb. + -- @field #number TORPEDO Torpedo. --- Weapon.GuidanceType enum that stores guidance methods. Available only for guided weapon (Weapon.Category.MISSILE and some Weapon.Category.BOMB). @@ -1009,8 +1010,8 @@ do -- Unit --- Enum that stores aircraft refueling system types. -- @type Unit.RefuelingSystem - -- @field BOOM_AND_RECEPTACLE - -- @field PROBE_AND_DROGUE + -- @field BOOM_AND_RECEPTACLE Tanker with a boom. + -- @field PROBE_AND_DROGUE Tanker with a probe. --- Enum that stores sensor types. -- @type Unit.SensorType