From bec402944329505f506c3458f4f2fec21a43cc42 Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Thu, 31 Oct 2024 17:18:24 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_A2A_Dispatcher.html | 20 +-
Documentation/AI.AI_Air.html | 88 -------
Documentation/AI.AI_Air_Squadron.html | 11 -
Documentation/AI.AI_Cargo.html | 3 +
Documentation/AI.AI_Cargo_Airplane.html | 24 ++
Documentation/AI.AI_Cargo_Helicopter.html | 40 ++-
Documentation/AI.AI_Patrol.html | 12 +
Documentation/Cargo.Cargo.html | 11 +
Documentation/Cargo.CargoUnit.html | 22 ++
Documentation/Core.Fsm.html | 4 +-
Documentation/Core.Settings.html | 22 --
Documentation/Core.Spawn.html | 192 +++++++--------
Documentation/Core.Spot.html | 33 ---
Documentation/Core.Zone.html | 44 ++++
Documentation/Functional.Designate.html | 22 ++
Documentation/Functional.Detection.html | 99 --------
Documentation/Functional.Mantis.html | 40 ++-
Documentation/Functional.Movement.html | 28 ---
Documentation/Functional.RAT.html | 14 +-
Documentation/Functional.Scoring.html | 22 ++
Documentation/Ops.Airboss.html | 34 +--
Documentation/Ops.CSAR.html | 120 +++++++--
Documentation/Ops.CTLD.html | 232 ++++++++++++++----
Documentation/Tasking.Task.html | 22 --
.../Tasking.Task_A2G_Dispatcher.html | 20 +-
Documentation/Tasking.Task_CARGO.html | 6 +-
.../Tasking.Task_Cargo_Dispatcher.html | 24 +-
Documentation/Utilities.FiFo.html | 22 --
Documentation/Wrapper.Controllable.html | 110 +++++++++
Documentation/Wrapper.Marker.html | 72 +++++-
30 files changed, 839 insertions(+), 574 deletions(-)
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index ffca7ef07..889e61ab1 100644
--- a/Documentation/AI.AI_A2A_Dispatcher.html
+++ b/Documentation/AI.AI_A2A_Dispatcher.html
@@ -5034,14 +5034,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -11701,14 +11698,11 @@ They will lock the parking spot.
@@ -12966,14 +12960,11 @@ They will lock the parking spot.
@@ -14533,14 +14524,11 @@ They will lock the parking spot.
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index f8ebee923..f548eea79 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -3347,28 +3347,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -6222,28 +6200,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
@@ -6980,28 +6936,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
@@ -8626,28 +8560,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index 3c90988a5..d43baa1e9 100644
--- a/Documentation/AI.AI_Air_Squadron.html
+++ b/Documentation/AI.AI_Air_Squadron.html
@@ -2131,17 +2131,6 @@ Therefore, this class is considered to be deprecated
-
-
-
-
diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html
index e1a9199ca..aca1dc35c 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2011,6 +2011,9 @@ Therefore, this class is considered to be deprecated
+
+ 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 25bb66d7d..4c3e7864b 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2913,6 +2913,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -2946,6 +2949,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -4697,6 +4703,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -4730,6 +4739,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -5323,6 +5335,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -5356,6 +5371,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -6837,6 +6855,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -6870,6 +6891,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index 8935ade0a..b7a7efadc 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -3070,22 +3070,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4988,22 +4994,28 @@ Adjust if necessary.
@@ -5658,22 +5670,28 @@ Adjust if necessary.
@@ -7216,22 +7234,28 @@ Adjust if necessary.
diff --git a/Documentation/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html
index 945c654f6..3380bb4bc 100644
--- a/Documentation/AI.AI_Patrol.html
+++ b/Documentation/AI.AI_Patrol.html
@@ -3421,6 +3421,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ This table contains the targets detected during patrol.
+
@@ -6688,6 +6691,9 @@ The default interval is 30 seconds.
+
+ This table contains the targets detected during patrol.
+
@@ -7432,6 +7438,9 @@ The default interval is 30 seconds.
+
+ This table contains the targets detected during patrol.
+
@@ -9064,6 +9073,9 @@ The default interval is 30 seconds.
+
+ This table contains the targets detected during patrol.
+
diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html
index 971141dec..1f363c654 100644
--- a/Documentation/Cargo.Cargo.html
+++ b/Documentation/Cargo.Cargo.html
@@ -2918,6 +2918,17 @@ All derived classes from CARGO follow the same state machine, expose the same ca
+
+
+
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index c124af695..4dc712074 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1914,6 +1914,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -2618,6 +2629,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index 901975fa9..8204d42d2 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -6117,7 +6117,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
FSM._StartState
@@ -7716,7 +7716,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
FSM._StartState
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 3fbae6c63..e68efecf8 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3072,17 +3072,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5265,17 +5254,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 51e9765f6..f537492a4 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3233,7 +3233,19 @@ and any spaces before and after the resulting name are removed.
- SPAWN.frequency |
+ SPAWN.hidden |
+
+
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.modulation |
|
@@ -3974,9 +3986,6 @@ 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.
-
@@ -4211,6 +4220,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4288,9 +4308,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- By default, no InitLimit
-
@@ -4302,50 +4319,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -4402,7 +4375,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxGroups
@@ -4416,7 +4389,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -4710,7 +4683,29 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
SPAWN.modulation
@@ -10443,9 +10438,6 @@ 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.
-
@@ -10680,6 +10672,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10757,9 +10760,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. By default, no InitLimit
-
@@ -10771,50 +10771,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
-
@@ -10871,7 +10827,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxGroups
@@ -10885,7 +10841,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
+
SPAWN.modulation
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 3984e5a94..7bf478277 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -3007,17 +3007,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4334,17 +4323,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5900,17 +5878,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html
index 629685d75..6fb3963e9 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -15908,6 +15908,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+ #table
ZONE_OVAL.CenterVec2
@@ -16612,6 +16623,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
+
+ #table
ZONE_OVAL.CenterVec2
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 6cca916ca..04ca01dd8 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2668,6 +2668,17 @@ Use the method
DESIGNATE.SetMission() to
+
+
+
+
@@ -2679,6 +2690,17 @@ Use the method
DESIGNATE.SetMission() to
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index b2be01875..ad85dbae5 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20000,28 +20000,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
@@ -20154,17 +20132,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -24787,28 +24754,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -24941,17 +24886,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -26562,28 +26496,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -26716,17 +26628,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 3c66e2b74..2f6a2d460 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2132,6 +2132,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS:GetCommandCenter() |
Function to get the HQ object for further use
+ |
+
+
+ MANTIS.Groupset |
+
+
|
@@ -4241,6 +4247,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
+
+
+
+
@@ -4302,7 +4319,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Long
@@ -4313,7 +4330,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Medium
@@ -4324,7 +4341,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Short
@@ -8941,6 +8958,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
+
+
+
+
@@ -9002,7 +9030,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Long
@@ -9013,7 +9041,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Medium
@@ -9024,7 +9052,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Short
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index 0b34c21cc..09456d65e 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2427,20 +2427,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
-
-
- #number
-
MOVEMENT.AliveUnits
-
-
-
-
-
Contains the counter how many units are currently alive.
-
-
-
-
@@ -2671,20 +2657,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
-
-
- #number
-
MOVEMENT.AliveUnits
-
-
-
-
-
Contains the counter how many units are currently alive.
-
-
-
-
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 681accc3b..d811b1c5c 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4789,7 +4789,19 @@ and any spaces before and after the resulting name are removed.
- RAT.frequency |
+ RAT.hidden |
+
+
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.modulation |
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index ad2f4a5f6..2913c7fff 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3065,6 +3065,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
SCORING.AutoSavePath
@@ -5988,6 +5999,17 @@ The scale magnifies the scores given to the players.
+
+
+
+
+
+
SCORING.AutoSavePath
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 79bc750f3..c4ae2f3bd 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -41162,9 +41162,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set current case.
-
@@ -41228,6 +41225,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -41406,6 +41417,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set Stable Hover
+
@@ -41439,9 +41453,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set time stamp.
-
@@ -41600,17 +41611,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Band modulation.
-
-
-
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 6b4dafa8e..dcaf1534d 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -4217,7 +4217,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -4663,14 +4663,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4691,14 +4688,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5041,6 +5035,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -5066,6 +5074,20 @@ 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
+
+
+
@@ -10444,7 +10466,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -10890,14 +10912,11 @@ callsigns from playername or group name.
@@ -10918,14 +10937,11 @@ callsigns from playername or group name.
@@ -11268,6 +11284,20 @@ callsigns from playername or group name.
+
+
@@ -11293,6 +11323,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -12969,7 +13013,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -13415,14 +13459,11 @@ callsigns from playername or group name.
@@ -13443,14 +13484,11 @@ callsigns from playername or group name.
@@ -13793,6 +13831,20 @@ callsigns from playername or group name.
+
+
@@ -13818,6 +13870,20 @@ callsigns from playername or group name.
+
+
+
+
+ #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 4083e8df6..1ccaab128 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8184,6 +8184,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -8204,7 +8215,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -8226,7 +8237,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.DroppedTroops
@@ -8251,11 +8262,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -8287,7 +8315,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -8309,11 +8337,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8434,11 +8465,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8500,6 +8534,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8950,7 +8995,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
noob catch
+
time to repairor build a unit/group
@@ -9038,7 +9083,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
CTLD.troopdropzoneradius
@@ -18912,6 +18957,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -18932,7 +18988,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -18954,7 +19010,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -18979,11 +19035,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -19015,7 +19088,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -19037,11 +19110,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -19162,11 +19238,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -19228,6 +19307,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -19678,7 +19768,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
noob catch
+
time to repairor build a unit/group
@@ -19766,7 +19856,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -21354,6 +21444,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -21374,7 +21475,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -21396,7 +21497,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -21421,11 +21522,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -21457,7 +21575,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -21479,11 +21597,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21604,11 +21725,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21670,6 +21794,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -22120,7 +22255,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
noob catch
+
time to repairor build a unit/group
@@ -22208,7 +22343,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -26595,6 +26730,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
+
+
+
+
@@ -26803,17 +26949,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
-
-
-
-
@@ -28340,17 +28475,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
-
-
-
-
@@ -36851,6 +36975,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
+
+
+
+
@@ -38177,6 +38312,17 @@ Use either this method to integrate the Hercules **or** the one from the "normal
template for a group of 10 paratroopers
+
+
+
+
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html
index 097318923..dd6d68c3a 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -3043,17 +3043,6 @@ but can separately be modified later in your mission using the
-
-
-
-
@@ -7690,17 +7679,6 @@ If the Unit is part of the Task, true is returned.
-
-
-
-
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html
index 697a76b6a..330ac5aa0 100644
--- a/Documentation/Tasking.Task_A2G_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2G_Dispatcher.html
@@ -3368,11 +3368,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3945,11 +3948,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5132,11 +5138,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6621,11 +6630,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html
index dad052db6..8657cd400 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3383,7 +3383,7 @@ based on the tasking capabilities defined in
+
+
@@ -3265,7 +3287,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -5298,6 +5320,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -5382,7 +5426,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6886,6 +6930,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6970,7 +7036,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau