From 182a79bd41d82fe2aa8792bba2fd7d37c9efc90e Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Thu, 24 Jul 2025 07:41:33 +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_Squadron.html | 22 ++
Documentation/AI.AI_Cargo.html | 8 +-
Documentation/AI.AI_Cargo_Airplane.html | 68 +++++
Documentation/Cargo.Cargo.html | 11 -
Documentation/Core.Fsm.html | 4 +-
Documentation/Core.Point.html | 4 +-
Documentation/Core.Spawn.html | 170 +++----------
Documentation/Core.Spot.html | 99 --------
Documentation/Core.Zone.html | 44 ----
Documentation/Functional.ATC_Ground.html | 10 +-
Documentation/Functional.Designate.html | 11 -
Documentation/Functional.Detection.html | 39 ++-
Documentation/Functional.Mantis.html | 58 ++++-
Documentation/Functional.RAT.html | 63 -----
Documentation/Functional.Scoring.html | 26 +-
Documentation/Ops.Airboss.html | 105 +++-----
Documentation/Ops.CSAR.html | 93 +++----
Documentation/Ops.CTLD.html | 239 ++++++++----------
Documentation/Tasking.Task.html | 22 ++
Documentation/Tasking.Task_CARGO.html | 13 +-
.../Tasking.Task_Cargo_Dispatcher.html | 156 +++++++++++-
Documentation/Wrapper.Controllable.html | 55 ++++
Documentation/Wrapper.Positionable.html | 44 ----
25 files changed, 713 insertions(+), 715 deletions(-)
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index bc838081d..d0dfc86f4 100644
--- a/Documentation/AI.AI_A2A_Dispatcher.html
+++ b/Documentation/AI.AI_A2A_Dispatcher.html
@@ -5038,11 +5038,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -11702,11 +11705,14 @@ They will lock the parking spot.
@@ -12964,11 +12970,14 @@ They will lock the parking spot.
@@ -14528,11 +14537,14 @@ They will lock the parking spot.
diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html
index c4450c65e..905329857 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -4907,6 +4907,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -13458,6 +13469,17 @@ multiplied by the Overhead and rounded up to the smallest integer.
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -14784,6 +14806,17 @@ multiplied by the Overhead and rounded up to the smallest integer.
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -16412,6 +16445,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_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index 2a879dbc4..bd32bb155 100644
--- a/Documentation/AI.AI_Air_Squadron.html
+++ b/Documentation/AI.AI_Air_Squadron.html
@@ -2726,6 +2726,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3797,6 +3808,17 @@ 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 ccec40f89..c80d5aea0 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2922,7 +2922,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
@@ -4952,7 +4952,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
@@ -5564,7 +5564,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
@@ -7064,7 +7064,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 4aecd2645..96b4c64f4 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2909,6 +2909,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -2939,6 +2953,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
@@ -4685,6 +4702,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -4715,6 +4746,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
@@ -5303,6 +5337,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -5333,6 +5381,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
@@ -6809,6 +6860,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -6839,6 +6904,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/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html
index 368e3fe03..8626c57bd 100644
--- a/Documentation/Cargo.Cargo.html
+++ b/Documentation/Cargo.Cargo.html
@@ -2909,17 +2909,6 @@ All derived classes from CARGO follow the same state machine, expose the same ca
-
-
-
-
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index b824f65b8..13fd9d09a 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -6191,7 +6191,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
FSM._StartState
@@ -7790,7 +7790,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 f73b30e67..174185763 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -10102,7 +10102,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
-
A table of Core.Point#COORDINATE that are clear of map objects within the given PosRadius.
+
A table of Core.Point#COORDINATE that are clear of map objects within the given PosRadius. nil if no positions are found.
@@ -25221,7 +25221,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
-
A table of Core.Point#COORDINATE that are clear of map objects within the given PosRadius.
+
A table of Core.Point#COORDINATE that are clear of map objects within the given PosRadius. nil if no positions are found.
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 885b885cb..60809db61 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3208,30 +3208,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.skill |
-
-
|
@@ -3994,6 +3970,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.
+
@@ -4220,17 +4199,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4335,6 +4303,21 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
SPAWN.SpawnInitSADL
+
+
+
+
+
we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case
+ we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL
+
+
+
+
+
+
+
+
SPAWN.SpawnInitTerminalType
@@ -4660,50 +4643,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -10499,6 +10438,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.
+
@@ -10725,17 +10667,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10840,6 +10771,21 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+SPAWN.SpawnInitSADL
+
+
+
+
+ we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case
+ we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL
+
+
+
+
+
+
+
+
SPAWN.SpawnInitTerminalType
@@ -11165,50 +11111,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
-
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 49eb84cc3..cb35d3e64 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2976,39 +2976,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -4292,39 +4259,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5847,39 +5781,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 ef473bb09..acab346b6 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16455,17 +16455,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
@@ -17170,17 +17159,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 9acadba04..bd4bb93bf 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -4116,7 +4116,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
ATC_GROUND.Airbases
@@ -4132,6 +4132,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Kickspeed
+
@@ -4701,7 +4704,7 @@ An airbase can be specified to set the maximum kick speed for.
-
+ #table
ATC_GROUND.Airbases
@@ -4717,6 +4720,9 @@ An airbase can be specified to set the maximum kick speed for.
+
+
Kickspeed
+
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 0c5fd7bd8..3376e6091 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2668,17 +2668,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index c10b18e7a..3b52159c9 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20189,6 +20189,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -20349,7 +20360,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
@@ -25114,7 +25136,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
@@ -26867,7 +26900,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
+ #number
DETECTION_BASE.RefreshTimeInterval
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 73c124b51..92b07c4c6 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2100,6 +2100,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 |
+
+
|
@@ -4376,6 +4382,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
+
+
+
+
@@ -4508,6 +4525,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.
+
+
+
+
@@ -4759,8 +4787,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -9441,6 +9480,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.
+
+
+
+
@@ -9692,8 +9742,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #number
-
MANTIS.SkateNumber
+
+
MANTIS.SkateZones
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 6978231fc..e9ecc9eb0 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -3551,12 +3551,6 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
- |
-
-
- RAT.type |
-
-
|
@@ -4764,30 +4758,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.skill |
-
-
|
@@ -7335,17 +7305,6 @@ 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.
-
-
-
-
@@ -15226,17 +15185,6 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
-
-
-
-
@@ -22140,17 +22088,6 @@ 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/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 42addf3dd..dc837355a 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3067,17 +3067,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
SCORING.AutoSavePath
@@ -3278,7 +3267,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
SCORING.AutoSavePath
@@ -6212,7 +6190,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 444da2ea6..d3c1e023d 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -10035,17 +10035,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
-
-
-
-
@@ -10057,17 +10046,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of marshal.
-
-
-
-
@@ -30602,17 +30580,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -30624,17 +30591,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -33714,17 +33670,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -33736,17 +33681,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -42106,6 +42040,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set current case.
+
@@ -42169,6 +42106,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -42187,6 +42138,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
+
+
+
+
@@ -42322,9 +42284,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Make player section lead if he was not before.
-
@@ -42361,6 +42320,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set Stable Hover
+
@@ -42394,6 +42356,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set time stamp.
+
@@ -42530,7 +42495,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- VNAO Edit - Added
+ VNAO Edit - Added
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index a8a06ed7d..cea2ffee2 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2717,12 +2717,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
- |
-
-
- CSAR.index |
-
-
|
@@ -4237,7 +4231,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CSAR.FreeVHFFrequencies
@@ -4708,11 +4702,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -4836,17 +4844,6 @@ 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
-
-
-
-
@@ -10545,7 +10542,7 @@ callsigns from playername or group name.
-
+ #table
CSAR.FreeVHFFrequencies
@@ -11016,11 +11013,25 @@ callsigns from playername or group name.
+
@@ -11144,17 +11155,6 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
-
-
-
-
@@ -13111,7 +13111,7 @@ callsigns from playername or group name.
-
+ #table
CSAR.FreeVHFFrequencies
@@ -13582,11 +13582,25 @@ callsigns from playername or group name.
+
@@ -13710,17 +13724,6 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
-
-
-
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index fa2c505ac..ada8313da 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8572,7 +8572,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -8711,7 +8711,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -8722,7 +8722,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeUHFFrequencies
@@ -8733,7 +8733,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeVHFFrequencies
@@ -8871,17 +8871,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
-
-
-
-
@@ -8937,17 +8926,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -9095,17 +9073,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -9344,6 +9311,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
enfore engineer build only?
+
+
+
+
@@ -9398,7 +9376,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- time to repairor build a unit/group
+ noob catch
@@ -20985,7 +20963,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -21124,7 +21102,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -21135,7 +21113,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeUHFFrequencies
@@ -21146,7 +21124,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeVHFFrequencies
@@ -21284,17 +21262,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
-
-
-
-
@@ -21350,17 +21317,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -21508,17 +21464,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -21757,6 +21702,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -21811,7 +21767,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- time to repairor build a unit/group
+ noob catch
@@ -23526,7 +23482,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -23665,7 +23621,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -23676,7 +23632,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeUHFFrequencies
@@ -23687,7 +23643,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeVHFFrequencies
@@ -23825,17 +23781,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
-
-
-
-
@@ -23891,17 +23836,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -24049,17 +23983,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -24298,6 +24221,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -24352,7 +24286,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- time to repairor build a unit/group
+ noob catch
@@ -29023,6 +28957,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
+
+
+
+
@@ -29231,6 +29176,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
+
+
+
+
@@ -30828,6 +30784,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
+
+
+
+
@@ -34948,6 +34915,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -35601,6 +35579,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -39569,17 +39558,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
-
-
-
-
@@ -40906,17 +40884,6 @@ 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 dc1f84c65..700e3543c 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -3023,6 +3023,17 @@ but can separately be modified later in your mission using the
+
+
+
+
@@ -7659,6 +7670,17 @@ If the Unit is part of the Task, true is returned.
+
+
+
+
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html
index 98b5a626b..31a81d018 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3315,11 +3315,22 @@ based on the tasking capabilities defined in
+
+
+
diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html
index 45820fe6d..b8bb21511 100644
--- a/Documentation/Tasking.Task_Cargo_Dispatcher.html
+++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html
@@ -3379,8 +3379,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
TASK_CARGO_DISPATCHER.DefaultDeployZones
@@ -4485,8 +4518,8 @@ This method can only be used once!
+
+
+
+
+
+
+
TASK_CARGO_DISPATCHER.DefaultDeployZones
@@ -5343,8 +5409,8 @@ This method can only be used once!
+
+
+
+
+
+
+
TASK_CARGO_DISPATCHER.DefaultDeployZones
@@ -6832,8 +6931,8 @@ This method can only be used once!
+
+
+
+
+
+
+
TASK_CARGO_DISPATCHER.DefaultDeployZones
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index f946b94f9..950cbd47b 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4612,6 +4612,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -17917,6 +17928,17 @@ mygroup:WayPointExecute()
+
+
+
+
@@ -21951,6 +21973,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -22537,6 +22570,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -22724,6 +22768,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 8c4b3bcc0..0bec388ee 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3971,17 +3971,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8016,17 +8005,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -8613,17 +8591,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -8811,17 +8778,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-