diff --git a/Moose Development/Moose/Wrapper/Airbase.lua b/Moose Development/Moose/Wrapper/Airbase.lua index ba2af2050..7a58bb401 100644 --- a/Moose Development/Moose/Wrapper/Airbase.lua +++ b/Moose Development/Moose/Wrapper/Airbase.lua @@ -57,9 +57,9 @@ AIRBASE = { }, } ---- @field Caucasus +--- Enumeration to identify the airbases in the Caucasus region. -- --- These are the airbase names that can be specified with AIRBASE.Caucasus: +-- These are all airbases: -- -- * AIRBASE.Caucasus.Gelendzhik -- * AIRBASE.Caucasus.Krasnodar_Pashkovsky @@ -83,6 +83,7 @@ AIRBASE = { -- * AIRBASE.Caucasus.Mozdok -- * AIRBASE.Caucasus.Beslan -- +-- @field Caucasus AIRBASE.Caucasus = { ["Gelendzhik"] = "Gelendzhik", ["Krasnodar_Pashkovsky"] = "Krasnodar-Pashkovsky", diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html index 45a2143e2..004acc069 100644 --- a/docs/Documentation/AI_Patrol.html +++ b/docs/Documentation/AI_Patrol.html @@ -936,9 +936,6 @@ Use the method AIPATROLZONE.M - -

This table contains the targets detected during patrol.

-
diff --git a/docs/Documentation/Airbase.html b/docs/Documentation/Airbase.html index 58c016c31..871dd5fb6 100644 --- a/docs/Documentation/Airbase.html +++ b/docs/Documentation/Airbase.html @@ -148,7 +148,7 @@ AIRBASE.Caucasus - +

Enumeration to identify the airbases in the Caucasus region.

@@ -264,7 +264,36 @@ is implemented in the AIRBASE class as AIRBASE.Get
+

Enumeration to identify the airbases in the Caucasus region.

+ + +

These are all airbases:

+ +
    +
  • AIRBASE.Caucasus.Gelendzhik
  • +
  • AIRBASE.Caucasus.Krasnodar_Pashkovsky
  • +
  • AIRBASE.Caucasus.Sukhumi_Babushara
  • +
  • AIRBASE.Caucasus.Gudauta
  • +
  • AIRBASE.Caucasus.Batumi
  • +
  • AIRBASE.Caucasus.Senaki_Kolkhi
  • +
  • AIRBASE.Caucasus.Kobuleti
  • +
  • AIRBASE.Caucasus.Kutaisi
  • +
  • AIRBASE.Caucasus.Tbilisi_Lochini
  • +
  • AIRBASE.Caucasus.Soganlug
  • +
  • AIRBASE.Caucasus.Vaziani
  • +
  • AIRBASE.Caucasus.Anapa_Vityazevo
  • +
  • AIRBASE.Caucasus.Krasnodar_Center
  • +
  • AIRBASE.Caucasus.Novorossiysk
  • +
  • AIRBASE.Caucasus.Krymsk
  • +
  • AIRBASE.Caucasus.Maykop_Khanskaya
  • +
  • AIRBASE.Caucasus.Sochi_Adler
  • +
  • AIRBASE.Caucasus.Mineralnye_Vody
  • +
  • AIRBASE.Caucasus.Nalchik
  • +
  • AIRBASE.Caucasus.Mozdok
  • +
  • AIRBASE.Caucasus.Beslan +
  • +
diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html index b937e23ad..3f1622ad1 100644 --- a/docs/Documentation/Cargo.html +++ b/docs/Documentation/Cargo.html @@ -2269,7 +2269,6 @@ The amount of seconds to delay the action.

- CARGO_CRATE.CargoCarrier @@ -3805,7 +3804,6 @@ The range till cargo will board.

- #number CARGO_UNIT.RunCount diff --git a/docs/Documentation/Movement.html b/docs/Documentation/Movement.html index 0615a2d0a..8126af2b9 100644 --- a/docs/Documentation/Movement.html +++ b/docs/Documentation/Movement.html @@ -237,7 +237,6 @@ on defined intervals (currently every minute).

- #number MOVEMENT.AliveUnits @@ -246,9 +245,6 @@ on defined intervals (currently every minute).

- -

Contains the counter how many units are currently alive

-
diff --git a/docs/Documentation/Point.html b/docs/Documentation/Point.html index 0d83bdc5d..c3e994063 100644 --- a/docs/Documentation/Point.html +++ b/docs/Documentation/Point.html @@ -3495,6 +3495,7 @@ The y coordinate.

+ POINT_VEC2.z diff --git a/docs/Documentation/Positionable.html b/docs/Documentation/Positionable.html index 7605224ac..680f960e5 100644 --- a/docs/Documentation/Positionable.html +++ b/docs/Documentation/Positionable.html @@ -2017,6 +2017,7 @@ The height in meters to add to the altitude of the positionable.

+ Core.Spot#SPOT POSITIONABLE.Spot diff --git a/docs/Documentation/Spawn.html b/docs/Documentation/Spawn.html index 531258788..57ada90b2 100644 --- a/docs/Documentation/Spawn.html +++ b/docs/Documentation/Spawn.html @@ -848,12 +848,6 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) - - - - SPAWN.uncontrolled - - @@ -2314,9 +2308,6 @@ The group that was spawned. You can use this group for further actions.

- -

Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.

-
@@ -2992,9 +2983,6 @@ when nothing was spawned.

- -

Overwrite unit names by default with group name.

-
@@ -3009,9 +2997,6 @@ when nothing was spawned.

- -

By default, no InitLimit

-
@@ -3047,7 +3032,7 @@ when nothing was spawned.

- #number + SPAWN.SpawnMaxGroups @@ -3064,7 +3049,7 @@ when nothing was spawned.

- #number + SPAWN.SpawnMaxUnitsAlive @@ -3392,7 +3377,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
- #boolean + SPAWN.SpawnUnControlled @@ -3996,20 +3981,6 @@ True = Continue Scheduler

- -
-
-
- - - -SPAWN.uncontrolled - -
-
- - -
diff --git a/docs/Documentation/SpawnStatic.html b/docs/Documentation/SpawnStatic.html index 5c4e83a59..8da9a331b 100644 --- a/docs/Documentation/SpawnStatic.html +++ b/docs/Documentation/SpawnStatic.html @@ -490,6 +490,7 @@ ptional) The name of the new static.

+ #number SPAWNSTATIC.SpawnIndex diff --git a/docs/Documentation/Spot.html b/docs/Documentation/Spot.html index d6706e2ed..2ca8c13de 100644 --- a/docs/Documentation/Spot.html +++ b/docs/Documentation/Spot.html @@ -775,6 +775,7 @@ true if it is lasing

+ SPOT.ScheduleID @@ -788,6 +789,7 @@ true if it is lasing

+ SPOT.SpotIR @@ -801,6 +803,7 @@ true if it is lasing

+ SPOT.SpotLaser @@ -814,6 +817,7 @@ true if it is lasing

+ SPOT.Target diff --git a/docs/Documentation/Task_Cargo.html b/docs/Documentation/Task_Cargo.html index 370a1360b..3b9bfff0a 100644 --- a/docs/Documentation/Task_Cargo.html +++ b/docs/Documentation/Task_Cargo.html @@ -562,7 +562,7 @@ based on the tasking capabilities defined in Task#TA
- Core.Cargo#CARGO_GROUP + FSM_PROCESS.Cargo @@ -641,7 +641,7 @@ based on the tasking capabilities defined in Task#TA
- #number + TASK_CARGO.CargoLimit diff --git a/docs/Documentation/ZoneGoal.html b/docs/Documentation/ZoneGoal.html index 8120d650d..cd85537f6 100644 --- a/docs/Documentation/ZoneGoal.html +++ b/docs/Documentation/ZoneGoal.html @@ -489,6 +489,7 @@ The name of the player.

+ ZONE_GOAL.SmokeTime @@ -497,6 +498,9 @@ The name of the player.

+ +

self.SmokeColor = nil

+