From e4378cfd490eee17db01b4de85878bd66195537c Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Sun, 5 Jan 2025 16:45:46 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_A2A_Dispatcher.html | 20 +-
Documentation/AI.AI_A2G_Dispatcher.html | 44 +++
Documentation/AI.AI_Air.html | 88 ++++++
Documentation/AI.AI_Cargo.html | 3 -
Documentation/AI.AI_Cargo_Airplane.html | 12 +
Documentation/AI.AI_Patrol.html | 12 +
Documentation/Cargo.CargoGroup.html | 31 +-
Documentation/Core.Point.html | 11 -
Documentation/Core.Settings.html | 22 ++
Documentation/Core.Spawn.html | 254 ++++++++++++-----
Documentation/Core.SpawnStatic.html | 84 ++++++
Documentation/Core.Spot.html | 99 -------
Documentation/Core.Zone.html | 44 ---
Documentation/Functional.ATC_Ground.html | 4 +-
Documentation/Functional.Designate.html | 22 --
Documentation/Functional.Mantis.html | 266 ++++++++----------
Documentation/Functional.Movement.html | 28 ++
Documentation/Functional.RAT.html | 41 ++-
Documentation/Ops.Airboss.html | 20 +-
Documentation/Ops.CSAR.html | 11 +-
Documentation/Ops.CTLD.html | 254 +++++++----------
.../Tasking.Task_A2A_Dispatcher.html | 8 +-
Documentation/Tasking.Task_CARGO.html | 19 +-
.../Tasking.Task_Cargo_Dispatcher.html | 156 +++++++++-
Documentation/Utilities.FiFo.html | 44 ---
Documentation/Wrapper.Controllable.html | 55 ++++
Documentation/Wrapper.Group.html | 78 ++++-
Documentation/Wrapper.Marker.html | 132 ++++-----
28 files changed, 1121 insertions(+), 741 deletions(-)
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index cfd039859..c9a74577d 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_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html
index 0b9bc6829..83521d23d 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -4903,6 +4903,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -13454,6 +13465,17 @@ multiplied by the Overhead and rounded up to the smallest integer.
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -14780,6 +14802,17 @@ multiplied by the Overhead and rounded up to the smallest integer.
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -16408,6 +16441,17 @@ multiplied by the Overhead and rounded up to the smallest integer.
The Defender Default Settings over all Squadrons.
+
+
+
+
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index 0f528e50c..a735aee0b 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -3347,6 +3347,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -6200,6 +6222,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
@@ -6936,6 +6980,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
@@ -8560,6 +8626,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html
index aca1dc35c..e1a9199ca 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2011,9 +2011,6 @@ 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 bf62f7ccf..0148ca5af 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2960,6 +2960,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a pickup mission.
+
@@ -4733,6 +4736,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a pickup mission.
+
@@ -5348,6 +5354,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a pickup mission.
+
@@ -6851,6 +6860,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 ebc7500b7..ee13697c3 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.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index 62c313e8e..0ab2f5ca8 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -2016,13 +2016,24 @@ Therefore, this class is considered to be deprecated
+
+
+
@@ -2034,6 +2045,20 @@ Therefore, this class is considered to be deprecated
+
+
+
+
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index bdab01e8f..175b2bb56 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -17395,17 +17395,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Field(s)
-
Function(s)
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 0cd46215f..9230c357a 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3072,6 +3072,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5229,6 +5240,17 @@ 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 1d8e0e4ed..9a7828790 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3239,7 +3239,7 @@ and any spaces before and after the resulting name are removed.
- SPAWN.livery_id |
+ SPAWN.hidden |
|
@@ -3904,14 +3904,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -3992,9 +3989,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.
-
@@ -4061,20 +4055,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
- #number
-
SPAWN.SpawnCount
-
-
-
-
-
The internal counter of the amount of spawning the has happened since SpawnStart.
-
@@ -4177,6 +4157,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4232,6 +4223,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4312,8 +4314,60 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
+
@@ -4329,6 +4383,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
@@ -4360,7 +4425,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxGroups
@@ -4374,7 +4439,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -4542,17 +4607,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4690,7 +4744,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
SPAWN.livery_id
+
SPAWN.hidden
@@ -10357,14 +10411,11 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -10445,9 +10496,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.
-
@@ -10514,20 +10562,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
- #number
-
SPAWN.SpawnCount
-
-
-
-
-
The internal counter of the amount of spawning the has happened since SpawnStart.
-
@@ -10630,6 +10664,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10685,6 +10730,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10765,8 +10821,60 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
+
@@ -10782,6 +10890,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
@@ -10813,7 +10932,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxGroups
@@ -10827,7 +10946,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -10995,17 +11114,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11143,7 +11251,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
SPAWN.livery_id
+
SPAWN.hidden
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 1bdfc9267..0665e3a69 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -2138,6 +2138,24 @@ such as position and heading.
SPAWNSTATIC:_SpawnStatic(Template, CountryID) |
Spawns a new static using a given template.
+ |
+
+
+ SPAWNSTATIC.heliport_callsign_id |
+
+
+ |
+
+
+ SPAWNSTATIC.heliport_frequency |
+
+
+ |
+
+
+ SPAWNSTATIC.heliport_modulation |
+
+
|
@@ -3128,6 +3146,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -4740,6 +4791,39 @@ Handy if you spawn from cargo statics which have resources already set.
+
+
+
+
+
+
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index a05c844e3..51c1c0fc2 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2974,39 +2974,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -4290,39 +4257,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5845,39 +5779,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 4631c03b0..f807c75b8 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -15908,17 +15908,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
@@ -16623,17 +16612,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 355b4ed48..2c20e80ca 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -4089,7 +4089,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
ATC_GROUND.Airbases
@@ -4677,7 +4677,7 @@ An airbase can be specified to set the maximum kick speed for.
-
+ #table
ATC_GROUND.Airbases
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 04ca01dd8..6cca916ca 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2668,17 +2668,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
@@ -2690,17 +2679,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index eaeedb758..2da862cc9 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2384,6 +2384,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS:SetSAMStartState() |
[Internal] Function to set the SAM start state
+ |
+
+
+ MANTIS:SetSmokeDecoy(Onoff, Color) |
+
+ Function to set Short Range SAMs to spit out smoke as decoy, if an enemy plane is in range.
|
@@ -2438,6 +2444,18 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS.SkateZones |
+ |
+
+
+ MANTIS.SmokeDecoy |
+
+ If true, smoke short range SAM units as decoy if a plane is in firing range.
+ |
+
+
+ MANTIS.SmokeDecoyColor |
+
+ Color to use, defaults to SMOKECOLOR.White
|
@@ -4276,8 +4294,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4424,17 +4431,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
-
-
-
-
@@ -4463,7 +4459,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Long
@@ -4474,7 +4470,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Medium
@@ -4485,7 +4481,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Short
@@ -4647,6 +4643,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+ #boolean
+
MANTIS.SmokeDecoy
+
+
If true, smoke short range SAM units as decoy if a plane is in firing range.
+
+
+
+
+
@@ -4903,50 +4921,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Prefix for logging
-
-
-
-
-
-
-
@@ -5030,9 +5004,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
self.SAMCheckRanges = {}
-
@@ -6827,6 +6798,52 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
+
+
+
+
Function to set Short Range SAMs to spit out smoke as decoy, if an enemy plane is in range.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+
+
Set to true for on and nil/false for off.
+
+
+
+
+
+
+
+
(Optional) Color to use, defaults to SMOKECOLOR.White
+
+
+
+
+
@@ -9001,8 +9018,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
@@ -9149,17 +9155,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
-
-
-
-
@@ -9188,7 +9183,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Long
@@ -9199,7 +9194,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Medium
@@ -9210,7 +9205,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+ #boolean
+
MANTIS.SmokeDecoy
+
+
If true, smoke short range SAM units as decoy if a plane is in firing range.
+
+
+
+
+
@@ -9628,50 +9645,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Prefix for logging
-
-
-
-
-
-
-
@@ -9755,9 +9728,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
self.SAMCheckRanges = {}
-
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index 65d937d5d..d80624d83 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2427,6 +2427,20 @@ 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.
+
+
+
+
@@ -2657,6 +2671,20 @@ 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 40f678341..445e560db 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -3573,6 +3573,12 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
+ |
+
+
+ RAT.type |
+
+
|
@@ -4789,7 +4795,7 @@ and any spaces before and after the resulting name are removed.
- RAT.livery_id |
+ RAT.hidden |
|
@@ -7303,6 +7309,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Type of terminal to be used when spawning at an airbase.
+
+
+
+
@@ -15183,6 +15200,17 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
+
+
+
+
@@ -22020,6 +22048,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.Type of terminal to be used when spawning at an airbase.
+
+
+
+
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 4e3b83547..c03ce5d79 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -41228,9 +41228,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set case to that of lead.
-
@@ -41447,6 +41444,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set section lead of player flight.
+
@@ -41502,6 +41502,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set time stamp.
+
@@ -41660,17 +41663,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 d684ed975..8e23506bf 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -1824,7 +1824,7 @@ Create a late-activated single infantry unit as template in the mission editor a
mycsar.immortalcrew = true -- Set to true to make wounded crew immortal.
mycsar.invisiblecrew = false -- Set to true to make wounded crew insvisible.
mycsar.loadDistance = 75 -- configure distance for pilots to get into helicopter in meters.
- mycsar.mashprefix = {"MASH"} -- prefixes of #GROUP objects used as MASHes.
+ mycsar.mashprefix = {"MASH"} -- prefixes of #GROUP objects used as MASHes. Will also try to add ZONE and STATIC objects with this prefix once at startup.
mycsar.max_units = 6 -- max number of pilots that can be carried if #CSAR.AircraftType is undefined.
mycsar.messageTime = 15 -- Time to show messages for in seconds. Doubled for long messages.
mycsar.radioSound = "beacon.ogg" -- the name of the sound file to use for the pilots\' radio beacons.
@@ -4930,9 +4930,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- currently only GROUP objects, maybe support STATICs also?
-
@@ -11185,9 +11182,6 @@ callsigns from playername or group name.
-
- currently only GROUP objects, maybe support STATICs also?
-
@@ -13738,9 +13732,6 @@ callsigns from playername or group name.
-
- currently only GROUP objects, maybe support STATICs also?
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 4cdd1d966..ad91e83d0 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8192,6 +8192,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -8234,7 +8245,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -8259,28 +8270,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -8312,7 +8306,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeFMFrequencies
@@ -8334,7 +8328,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeVHFFrequencies
@@ -8525,17 +8519,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8580,17 +8563,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8727,17 +8699,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -9134,6 +9095,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ sub categories
+
@@ -19027,6 +18991,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -19069,7 +19044,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -19094,28 +19069,11 @@ However, if you create a new folder inside the miz file, which contains the soun
-
@@ -19147,7 +19105,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeFMFrequencies
@@ -19169,7 +19127,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeVHFFrequencies
@@ -19360,17 +19318,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -19415,17 +19362,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -19562,17 +19498,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -19969,6 +19894,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -21516,6 +21444,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -21558,7 +21497,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -21583,28 +21522,11 @@ However, if you create a new folder inside the miz file, which contains the soun
-
@@ -21636,7 +21558,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeFMFrequencies
@@ -21658,7 +21580,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeVHFFrequencies
@@ -21849,17 +21771,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -21904,17 +21815,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -22051,17 +21951,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -22458,6 +22347,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -27026,6 +26918,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
+
+
+
+
@@ -28552,6 +28455,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
+
+
+
+
@@ -32546,6 +32460,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -33199,6 +33124,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html
index f0932c2d3..9d1d71d75 100644
--- a/Documentation/Tasking.Task_A2A_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2A_Dispatcher.html
@@ -3098,7 +3098,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau