From 04bb82dc15c601c3df7c8e9c5fe39d5165bec49e Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Wed, 8 Oct 2025 14:05:23 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_A2A_Dispatcher.html | 20 +-
Documentation/AI.AI_A2G_Dispatcher.html | 20 +-
Documentation/AI.AI_Air_Squadron.html | 22 +
Documentation/AI.AI_Cargo_Airplane.html | 12 +
Documentation/AI.AI_Cargo_Helicopter.html | 40 +-
Documentation/Cargo.Cargo.html | 11 -
Documentation/Cargo.CargoUnit.html | 44 ++
Documentation/Core.Settings.html | 4 +-
Documentation/Core.Spawn.html | 378 +++++++++++++++---
Documentation/Core.SpawnStatic.html | 84 ----
Documentation/Core.Spot.html | 132 ------
Documentation/Core.Zone.html | 44 --
Documentation/Functional.Designate.html | 11 +
Documentation/Functional.Mantis.html | 182 +--------
Documentation/Functional.Movement.html | 28 ++
Documentation/Functional.RAT.html | 24 ++
Documentation/Functional.Scoring.html | 4 +-
Documentation/Ops.Airboss.html | 77 +---
Documentation/Ops.CSAR.html | 15 +-
Documentation/Ops.CTLD.html | 284 ++++++++++---
.../Tasking.Task_A2G_Dispatcher.html | 20 +-
Documentation/Tasking.Task_CARGO.html | 13 +-
.../Tasking.Task_Cargo_Dispatcher.html | 192 ++++++++-
Documentation/Wrapper.Controllable.html | 110 +++++
Documentation/Wrapper.Marker.html | 66 ---
Documentation/Wrapper.Positionable.html | 44 ++
26 files changed, 1089 insertions(+), 792 deletions(-)
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index b264eef50..ff1f39e85 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 20f0af2e9..16289605a 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -5024,11 +5024,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -13575,11 +13578,14 @@ multiplied by the Overhead and rounded up to the smallest integer.
@@ -14901,11 +14907,14 @@ multiplied by the Overhead and rounded up to the smallest integer.
@@ -16529,11 +16538,14 @@ multiplied by the Overhead and rounded up to the smallest integer.
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index 5b4032d26..6a02f7032 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_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index c39b74b4d..da5fdea1d 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2975,6 +2975,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a pickup mission.
+
@@ -4759,6 +4762,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a pickup mission.
+
@@ -5385,6 +5391,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a pickup mission.
+
@@ -6899,6 +6908,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_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index ad1fb732d..074373485 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -3074,28 +3074,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4998,28 +4992,22 @@ Adjust if necessary.
@@ -5674,28 +5662,22 @@ Adjust if necessary.
@@ -7238,28 +7220,22 @@ Adjust if necessary.
diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html
index 73e2690c4..8554ed870 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/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index 8864c41bc..aef5a36dc 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1894,6 +1894,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -1912,6 +1923,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
@@ -2598,6 +2620,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -2616,6 +2649,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 967aed7df..064b4a305 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3069,7 +3069,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SETTINGS.Metric
@@ -5226,7 +5226,7 @@ It is advised to use this method at the start of the mission.
-
+ #boolean
SETTINGS.Metric
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 8dd3a3766..fbdd364e2 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3232,6 +3232,30 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ SPAWN.frequency |
+
+
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.modulation |
+
+
+ |
+
+
+ SPAWN.uncontrolled |
+
+
|
@@ -3906,14 +3930,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.
-
@@ -3994,9 +4015,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.
-
@@ -4063,20 +4081,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.
-
@@ -4110,6 +4114,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4234,6 +4249,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4300,9 +4326,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Overwrite unit names by default with group name.
-
@@ -4314,8 +4337,60 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
+
@@ -4331,6 +4406,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
+
+
+
+
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
+
+
+
+
+
@@ -4362,7 +4463,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxGroups
@@ -4376,7 +4477,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -4622,7 +4723,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+
When the first Spawn executes, all the Groups need to be made visible before start.
@@ -4696,6 +4797,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -10480,14 +10625,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.
-
@@ -10568,9 +10710,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.
-
@@ -10637,20 +10776,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.
-
@@ -10684,6 +10809,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10808,6 +10944,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10874,9 +11021,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
-
@@ -10888,8 +11032,60 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
+
@@ -10905,6 +11101,32 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
+
+
+
+
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
+
+
+
+
+
@@ -10936,7 +11158,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxGroups
@@ -10950,7 +11172,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -11196,7 +11418,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+
When the first Spawn executes, all the Groups need to be made visible before start.
@@ -11270,6 +11492,50 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 1b21e897e..4390a44c4 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -2152,24 +2152,6 @@ 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 |
-
-
|
@@ -3228,39 +3210,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5007,39 +4956,6 @@ 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 2d4252d01..cb6556420 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2976,50 +2976,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -4303,50 +4259,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -5869,50 +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 92bbf5641..3468f3f12 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16650,17 +16650,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
@@ -17365,17 +17354,6 @@ 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 3eab90c97..ee9aad3f1 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2657,6 +2657,17 @@ Use the method
DESIGNATE.SetMission() to
+
+
+
+
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index e8da1d718..bb63bf178 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -4441,8 +4441,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4622,17 +4611,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
-
-
-
-
@@ -4862,8 +4840,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
-
MANTIS.SkateNumber
+
+
MANTIS.SkateZones
@@ -5167,61 +5145,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Log SAM status in dcs.log every cycle if true
-
-
-
-
-
-
-
-
@@ -5291,6 +5214,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
switch alarm state RED
+
@@ -5302,9 +5228,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-self.SAMCheckRanges = {}
-
@@ -9418,8 +9341,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
@@ -9599,17 +9511,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
-
-
-
-
@@ -9839,8 +9740,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
-
-
-
@@ -10268,6 +10114,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+ switch alarm state RED
+
@@ -10279,9 +10128,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-self.SAMCheckRanges = {}
-
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index 21ad83aa1..316a87afd 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2429,6 +2429,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.
+
+
+
+
@@ -2659,6 +2673,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 ce11384f1..23da304d0 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4804,6 +4804,30 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ RAT.frequency |
+
+
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.modulation |
+
+
+ |
+
+
+ RAT.uncontrolled |
+
+
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 52c5d69ca..f951f8e25 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3289,7 +3289,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyonfratricide
@@ -6223,7 +6223,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyonfratricide
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 3948b5d84..681e12d1e 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -10059,17 +10059,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
-
-
-
-
@@ -10081,17 +10070,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of marshal.
-
-
-
-
@@ -30728,17 +30706,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -30750,17 +30717,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -33841,17 +33797,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -33863,17 +33808,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -42279,7 +42213,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Set case of f
+ Set case to that of lead.
@@ -42349,7 +42283,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Set stack flag.
+ Also decrease flag for section members of flight.
@@ -42512,7 +42446,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Make player section lead if he was not before.
+ Set section lead of player flight.
@@ -42572,9 +42506,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set time stamp.
-
@@ -42739,7 +42670,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 f6cbfd043..b53636d3b 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -4689,14 +4689,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -10985,14 +10982,11 @@ callsigns from playername or group name.
@@ -13526,14 +13520,11 @@ callsigns from playername or group name.
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 6337b2cb5..1f20d6ab5 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8584,6 +8584,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -8604,7 +8615,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -8626,7 +8637,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -8651,14 +8662,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -8770,6 +8792,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Beacons
+
@@ -8823,14 +8848,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8903,6 +8925,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
+
+
+
+
@@ -8914,6 +8947,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8958,17 +9002,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -9365,6 +9398,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
enfore engineer build only?
+
+
+
+
@@ -9518,7 +9562,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
CTLD.troopdropzoneradius
@@ -9556,6 +9600,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
sub categories
+
@@ -21087,6 +21134,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -21107,7 +21165,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -21129,7 +21187,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -21154,14 +21212,25 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -21273,6 +21342,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -21326,14 +21398,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21406,6 +21475,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -21417,6 +21497,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -21461,17 +21552,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -21868,6 +21948,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -22021,7 +22112,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number
+
CTLD.troopdropzoneradius
@@ -22059,6 +22150,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -23631,6 +23725,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -23651,7 +23756,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -23673,7 +23778,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -23698,14 +23803,25 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -23817,6 +23933,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -23870,14 +23989,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -23950,6 +24066,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -23961,6 +24088,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24005,17 +24143,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -24412,6 +24539,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -24565,7 +24703,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number
+
CTLD.troopdropzoneradius
@@ -24603,6 +24741,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -29162,6 +29303,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
+
+
+
+
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html
index d138a824a..4bf94b5a5 100644
--- a/Documentation/Tasking.Task_A2G_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2G_Dispatcher.html
@@ -3372,14 +3372,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3952,14 +3949,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5142,14 +5136,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6634,14 +6625,11 @@ 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 da9b79fbb..6b27c8b3c 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3315,22 +3315,11 @@ based on the tasking capabilities defined in
-
-
-
diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html
index e1542ae18..24c318209 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
+
+
+
+
@@ -4485,8 +4529,8 @@ This method can only be used once!
+
+
+
+
@@ -5343,8 +5431,8 @@ This method can only be used once!
+
+
+
+
@@ -6832,8 +6964,8 @@ This method can only be used once!
+
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index bd9c36c32..6cea24ac8 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4614,6 +4614,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
+
+
+
+
@@ -4636,6 +4647,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -18194,6 +18216,17 @@ mygroup:WayPointExecute()
The DCS controllable class.
+
+
+
+
@@ -18216,6 +18249,17 @@ mygroup:WayPointExecute()
+
+
+
+
@@ -22195,6 +22239,17 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
+
+
+
+
@@ -22217,6 +22272,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -22748,6 +22814,17 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
@@ -22770,6 +22847,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -22902,6 +22990,17 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
@@ -22924,6 +23023,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index 6c82f42fb..a498f5a6e 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3271,28 +3271,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -5410,28 +5388,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -7020,28 +6976,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 9c2c7cc25..3ce9eb62a 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3971,6 +3971,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8005,6 +8016,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -8591,6 +8613,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -8778,6 +8811,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+