From 01041ff8aff6f4b2c00d836160c837cdc46e6a7b Mon Sep 17 00:00:00 2001
From: Applevangelist
Date: Tue, 28 Sep 2021 15:05:48 +0000
Subject: [PATCH] MOOSE generated documentation [skip ci]
---
Documentation/AI.AI_Air.html | 44 ++++
Documentation/AI.AI_Air_Squadron.html | 22 --
Documentation/AI.AI_Cargo.html | 12 ++
Documentation/AI.AI_Cargo_Airplane.html | 68 ++-----
Documentation/AI.AI_Patrol.html | 12 ++
Documentation/Cargo.CargoCrate.html | 22 --
Documentation/Cargo.CargoUnit.html | 22 ++
Documentation/Core.Fsm.html | 4 +-
Documentation/Core.Point.html | 40 ----
Documentation/Core.Settings.html | 22 --
Documentation/Core.Spawn.html | 190 +++++------------
Documentation/Functional.Designate.html | 110 ++++++++++
Documentation/Functional.Detection.html | 66 ------
Documentation/Functional.Mantis.html | 22 ++
Documentation/Functional.Rat.html | 24 ---
Documentation/Ops.Airboss.html | 5 +-
Documentation/Ops.CSAR.html | 192 +++++-------------
Documentation/Ops.CTLD.html | 82 +++++++-
Documentation/Tasking.Task.html | 22 --
.../Tasking.Task_A2A_Dispatcher.html | 8 +-
.../Tasking.Task_A2G_Dispatcher.html | 20 +-
Documentation/Tasking.Task_Cargo.html | 8 +-
.../Tasking.Task_Cargo_Dispatcher.html | 176 ++++++++++++++++
Documentation/Wrapper.Group.html | 80 +-------
Documentation/Wrapper.Positionable.html | 44 ----
25 files changed, 615 insertions(+), 702 deletions(-)
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index 68e6d0a64..7de17d5fb 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -2935,6 +2935,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5679,6 +5690,17 @@ Once the time is finished, the old AI will return to the base.
+
+
+
+
@@ -6404,6 +6426,17 @@ Once the time is finished, the old AI will return to the base.
+
+
+
+
@@ -8021,6 +8054,17 @@ Once the time is finished, the old AI will return to the base.
+
+
+
+
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index da6cda728..dc98ca3b5 100644
--- a/Documentation/AI.AI_Air_Squadron.html
+++ b/Documentation/AI.AI_Air_Squadron.html
@@ -2438,17 +2438,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3520,17 +3509,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html
index 92d1a1679..2020f568b 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2672,6 +2672,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -4702,6 +4705,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -5314,6 +5320,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -6818,6 +6827,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 845ff3d09..987668f47 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2621,20 +2621,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -2690,6 +2676,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -4408,20 +4397,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -4477,6 +4452,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -5037,20 +5015,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -5106,6 +5070,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -6558,20 +6525,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -6627,6 +6580,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
diff --git a/Documentation/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html
index c690312c6..1c3405b6d 100644
--- a/Documentation/AI.AI_Patrol.html
+++ b/Documentation/AI.AI_Patrol.html
@@ -3137,6 +3137,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ This table contains the targets detected during patrol.
+
@@ -6384,6 +6387,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -7128,6 +7134,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -8764,6 +8773,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
diff --git a/Documentation/Cargo.CargoCrate.html b/Documentation/Cargo.CargoCrate.html
index 1a92434e6..4774a7526 100644
--- a/Documentation/Cargo.CargoCrate.html
+++ b/Documentation/Cargo.CargoCrate.html
@@ -1749,17 +1749,6 @@ Controls a network of short range air/missile defense groups.
Field(s)
-
@@ -2428,17 +2417,6 @@ Controls a network of short range air/missile defense groups.
Field(s)
-
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index 25b3199b1..c1b1d60de 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1698,6 +1698,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -2413,6 +2424,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index 7e8aa11bd..85d4686f5 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -5656,7 +5656,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
FSM._StartState
@@ -7259,7 +7259,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
FSM._StartState
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index b967d61b7..c389d3b2f 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -2711,12 +2711,6 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
COORDINATE.WaypointType |
- |
-
-
- COORDINATE.alt |
-
-
|
@@ -4252,12 +4246,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
POINT_VEC2.WaypointType |
- |
-
-
- POINT_VEC2.alt |
-
-
|
@@ -5083,20 +5071,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -12886,20 +12860,6 @@ Creates a line on the F10 map from one point to another.
-
-
-
-
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 95e5b5368..5b348a868 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2775,17 +2775,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4880,17 +4869,6 @@ It is advised to use this method at the start of the mission.
-
-
-
-
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 0b76f9b96..3577c8b4f 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2730,30 +2730,6 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- SPAWN.communication |
-
-
- |
-
-
- SPAWN.livery_id |
-
-
- |
-
-
- SPAWN.modulation |
-
-
- |
-
-
- SPAWN.uncontrolled |
-
-
|
@@ -3386,6 +3362,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -3463,17 +3442,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3631,8 +3599,16 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -3645,6 +3621,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3687,7 +3674,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxGroups
@@ -3701,7 +3688,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -3911,50 +3898,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-
-
-
-
-
-
-
@@ -8774,6 +8717,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -8851,17 +8797,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9019,8 +8954,16 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
@@ -9033,6 +8976,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -9075,7 +9029,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxGroups
@@ -9089,7 +9043,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -9299,50 +9253,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-
-
-
-
-
-
-
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 9b9bafe1b..f9c0193b2 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -3423,6 +3423,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3434,6 +3445,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -6580,6 +6602,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -6591,6 +6624,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -7379,6 +7423,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -7390,6 +7445,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -8148,6 +8214,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -8159,6 +8236,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -9809,6 +9897,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
@@ -9820,6 +9919,17 @@ Designate:SetFlashStatusMenu( false )
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 461a591af..8f0d5d08b 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -18775,17 +18775,6 @@ BASE:TraceOnOff( false )
-
-
-
-
@@ -18929,17 +18918,6 @@ BASE:TraceOnOff( false )
-
-
-
-
@@ -23488,17 +23466,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -23642,17 +23609,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -25256,17 +25212,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -25410,17 +25355,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 86b531572..9372934c2 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2832,6 +2832,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
+
+
+
+
@@ -5904,6 +5915,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
+
+
+
+
diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html
index 5fba56f40..743d12cdf 100644
--- a/Documentation/Functional.Rat.html
+++ b/Documentation/Functional.Rat.html
@@ -4324,30 +4324,6 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- RAT.communication |
-
-
- |
-
-
- RAT.livery_id |
-
-
- |
-
-
- RAT.modulation |
-
-
- |
-
-
- RAT.uncontrolled |
-
-
|
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index f5d7b5cce..9993b65c9 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -38693,7 +38693,7 @@ BASE:TraceOnOff( false )
- Set stack flag.
+ Also decrease flag for section members of flight.
@@ -38874,9 +38874,6 @@ BASE:TraceOnOff( false )
-
- Set new time stamp.
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index b024fb96b..680dea110 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2215,6 +2215,12 @@ Create a late-activated single infantry unit as template in the mission editor a
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -3451,7 +3457,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -3540,14 +3546,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3703,14 +3706,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3722,17 +3722,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3831,6 +3820,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -4028,34 +4028,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
- #number
-
CSAR.rescues
-
-
-
-
-
counter for successful rescue landings at FARP/AFB/MASH
-
-
-
@@ -7880,7 +7852,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -7969,14 +7941,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8132,14 +8101,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8151,17 +8117,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8260,6 +8215,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -8457,34 +8423,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
- #number
-
CSAR.rescues
-
-
-
-
-
counter for successful rescue landings at FARP/AFB/MASH
-
-
-
@@ -10088,7 +10026,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -10177,14 +10115,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -10340,14 +10275,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -10359,17 +10291,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -10468,6 +10389,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -10665,34 +10597,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
- #number
-
CSAR.rescues
-
-
-
-
-
counter for successful rescue landings at FARP/AFB/MASH
-
-
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index f12c1a750..55932781d 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -5556,6 +5556,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -5587,7 +5598,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -5831,11 +5842,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6205,7 +6219,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
noob catch
+
time to repair a unit/group
@@ -12431,6 +12445,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -12462,7 +12487,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -12706,11 +12731,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -13080,7 +13108,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
noob catch
+
time to repair a unit/group
@@ -14694,6 +14722,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -14725,7 +14764,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -14969,11 +15008,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -15343,7 +15385,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
noob catch
+
time to repair a unit/group
@@ -22855,6 +22897,17 @@ BASE:TraceOnOff( false )
+
+
+
+
@@ -23508,6 +23561,17 @@ BASE:TraceOnOff( false )
+
+
+
+
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html
index 9995cb896..29350e6d5 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -2820,17 +2820,6 @@ but can separately be modified later in your mission using the
-
-
-
-
@@ -7467,17 +7456,6 @@ If the Unit is part of the Task, true is returned.
-
-
-
-
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html
index d9dfd7c14..32df93725 100644
--- a/Documentation/Tasking.Task_A2A_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2A_Dispatcher.html
@@ -2814,7 +2814,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau