From c5a67bad33f141920fa6af568bec8836dee05ee9 Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Sun, 1 Mar 2026 22:15:18 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/Core.Spawn.html | 170 +++-----
Documentation/Functional.AICSAR.html | 6 +-
Documentation/Functional.ATC_Ground.html | 4 +-
Documentation/Functional.Autolase.html | 33 --
Documentation/Functional.Designate.html | 11 -
Documentation/Functional.Detection.html | 72 +++-
Documentation/Functional.Mantis.html | 266 ++++---------
Documentation/Functional.RAT.html | 18 +-
Documentation/Functional.Scoring.html | 4 +-
.../Functional.ZoneCaptureCoalition.html | 14 +
Documentation/Ops.Airboss.html | 21 +-
Documentation/Ops.CSAR.html | 15 +-
Documentation/Ops.CTLD.html | 368 ++++++++++++++++--
Documentation/Ops.FlightGroup.html | 112 +++---
Documentation/Ops.Intel.html | 198 ----------
Documentation/Ops.OpsGroup.html | 11 +-
Documentation/Wrapper.Controllable.html | 55 +++
Documentation/Wrapper.Group.html | 78 +---
Documentation/Wrapper.Marker.html | 72 +++-
19 files changed, 743 insertions(+), 785 deletions(-)
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index bef9111fa..fe37b1939 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2992,6 +2992,12 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ SPAWN.communication |
+
+
|
@@ -3016,24 +3022,12 @@ and any spaces before and after the resulting name are removed.
SPAWN.modulation |
- |
-
-
- SPAWN.skill |
-
-
|
SPAWN.speed |
- |
-
-
- SPAWN.uncontrolled |
-
-
|
@@ -4016,6 +4010,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4093,17 +4098,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4144,13 +4138,10 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4158,13 +4149,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
SPAWN.SpawnInitSADL
+
SPAWN.SpawnInitPosition
-
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
+
self:T2( { self.SpawnTemplatePrefix, Vec2} )
@@ -4390,17 +4380,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4542,6 +4521,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4586,17 +4576,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4608,17 +4587,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -10711,6 +10679,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10788,17 +10767,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10839,13 +10807,10 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.SpawnInitPosition
+SPAWN.SpawnInitModu
-
-self:T2( { self.SpawnTemplatePrefix, Vec2} )
-
@@ -10853,13 +10818,12 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.SpawnInitSADL
+SPAWN.SpawnInitPosition
- 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
+self:T2( { self.SpawnTemplatePrefix, Vec2} )
@@ -11085,17 +11049,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11237,6 +11190,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -11281,17 +11245,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11303,17 +11256,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
diff --git a/Documentation/Functional.AICSAR.html b/Documentation/Functional.AICSAR.html
index 5cc5895d1..5ab9dabd9 100644
--- a/Documentation/Functional.AICSAR.html
+++ b/Documentation/Functional.AICSAR.html
@@ -3346,7 +3346,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
AICSAR.SRSRadio
+
AICSAR.SRSTTSRadio
@@ -6425,7 +6425,7 @@ See
AICSAR:SetPilotTTSVoice() and
AICSAR:SetOperatorTTSVoice(
#boolean
-
AICSAR.SRSRadio
+
AICSAR.SRSTTSRadio
@@ -8394,7 +8394,7 @@ See
AICSAR:SetPilotTTSVoice() and
AICSAR:SetOperatorTTSVoice(
#boolean
-
AICSAR.SRSRadio
+
AICSAR.SRSTTSRadio
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index eff528a1b..8953661d9 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3876,7 +3876,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
ATC_GROUND.Airbases
@@ -4461,7 +4461,7 @@ An airbase can be specified to set the maximum kick speed for.
-
+ #table
ATC_GROUND.Airbases
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html
index 0128ec02d..3d2e254fa 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2675,28 +2675,6 @@
-
-
-
-
-
@@ -2708,17 +2686,6 @@
-
-
-
-
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index ec7e1fe04..2faeb2ca2 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2417,17 +2417,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 211fc9875..c999e2440 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20006,6 +20006,28 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
@@ -20155,7 +20177,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
@@ -24909,7 +24953,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
@@ -26684,7 +26750,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 bf9ab1222..4afce5ba0 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -1919,6 +1919,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 |
+
+
|
@@ -4351,28 +4357,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
-
-
-
-
-
@@ -4417,17 +4401,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4549,6 +4522,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.
+
+
+
+
@@ -4578,7 +4562,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+ #table
+
MANTIS.LastThreatEval
@@ -4621,7 +4616,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Long
@@ -4632,7 +4627,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Medium
@@ -4643,7 +4638,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_PointDef
@@ -4654,7 +4649,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Short
@@ -4811,8 +4806,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
-
MANTIS.SkateNumber
+
+
MANTIS.SkateZones
@@ -5149,61 +5144,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.
-
-
-
-
-
-
-
-
@@ -5273,6 +5213,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
switch alarm state RED
+
@@ -5295,9 +5238,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
self.SAMCheckRanges = {}
-
@@ -10034,28 +9974,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
-
-
-
-
-
@@ -10100,17 +10018,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
-
-
@@ -10232,6 +10139,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.
+
+
+
+
@@ -10261,7 +10179,18 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
+
+ #table
+
MANTIS.LastThreatEval
@@ -10304,7 +10233,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Long
@@ -10315,7 +10244,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Medium
@@ -10326,7 +10255,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_PointDef
@@ -10337,7 +10266,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Short
@@ -10494,8 +10423,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
-
-
-
@@ -10956,6 +10830,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
switch alarm state RED
+
@@ -10978,9 +10855,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
self.SAMCheckRanges = {}
-
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 679f1106a..45997253d 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4576,6 +4576,12 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ RAT.communication |
+
+
|
@@ -4600,24 +4606,12 @@ and any spaces before and after the resulting name are removed.
RAT.modulation |
- |
-
-
- RAT.skill |
-
-
|
RAT.speed |
- |
-
-
- RAT.uncontrolled |
-
-
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index f74de8f6f..684d84f49 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3143,7 +3143,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -6600,7 +6600,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
diff --git a/Documentation/Functional.ZoneCaptureCoalition.html b/Documentation/Functional.ZoneCaptureCoalition.html
index 648104240..236a88f11 100644
--- a/Documentation/Functional.ZoneCaptureCoalition.html
+++ b/Documentation/Functional.ZoneCaptureCoalition.html
@@ -2118,6 +2118,20 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec
+
+
+
+
+
+
ZONE_CAPTURE_COALITION.HitsOn
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 1c12d743a..8091b2f76 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -41982,7 +41982,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42094,6 +42094,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set case of f
+
@@ -42175,17 +42178,6 @@ 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,7 +42314,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
Set section lead of player flight.
+
Make player section lead if he was not before.
@@ -42346,6 +42338,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set Stable Hover
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 9d49c329e..756156d8d 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -4648,14 +4648,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -11103,14 +11100,11 @@ callsigns from playername or group name.
@@ -13765,14 +13759,11 @@ callsigns from playername or group name.
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index ee297f989..250bb0ada 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -5711,6 +5711,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5780,6 +5791,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -5800,7 +5822,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -5822,7 +5844,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.DroppedTroops
@@ -5847,11 +5869,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5958,7 +5983,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeVHFFrequencies
@@ -6027,11 +6052,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6060,14 +6088,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6132,6 +6157,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
+
+
+
+
@@ -6222,7 +6258,40 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+ #table
+
CTLD._troopsByName
@@ -6384,6 +6453,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -6680,6 +6760,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
enfore engineer build only?
+
+
+
+
@@ -6734,7 +6825,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
noob catch
+
time to repairor build a unit/group
@@ -6827,6 +6918,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ message suppression
+
@@ -6893,6 +6987,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ sub categories
+
@@ -21279,6 +21376,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -21348,6 +21456,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -21368,7 +21487,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -21390,7 +21509,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -21415,11 +21534,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21526,7 +21648,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeVHFFrequencies
@@ -21595,11 +21717,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21628,14 +21753,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21700,6 +21822,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -21790,7 +21923,40 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
+
+
+ #table
+
CTLD._troopsByName
@@ -21952,6 +22118,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -22248,6 +22425,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -22302,7 +22490,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
@@ -22395,6 +22583,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ message suppression
+
@@ -22461,6 +22652,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -24044,6 +24238,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24113,6 +24318,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -24133,7 +24349,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -24155,7 +24371,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -24180,11 +24396,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24291,7 +24510,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeVHFFrequencies
@@ -24360,11 +24579,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24393,14 +24615,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24465,6 +24684,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -24555,7 +24785,40 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
+
+
+ #table
+
CTLD._troopsByName
@@ -24717,6 +24980,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -25013,6 +25287,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -25067,7 +25352,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
@@ -25160,6 +25445,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ message suppression
+
@@ -25226,6 +25514,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -29944,6 +30235,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html
index b61f3b8a8..306f5c5b0 100644
--- a/Documentation/Ops.FlightGroup.html
+++ b/Documentation/Ops.FlightGroup.html
@@ -7833,20 +7833,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -8067,6 +8053,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8114,9 +8111,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Spawn in uncontrolled state.
-
@@ -18622,20 +18616,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -18856,6 +18836,17 @@ Here we only check if stuck whilst taxiing.
+
+
+
+
@@ -18903,9 +18894,6 @@ Here we only check if stuck whilst taxiing.
-
- Spawn in uncontrolled state.
-
@@ -39478,20 +39466,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -39712,6 +39686,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
+
+
@@ -39759,9 +39744,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
- Spawn in uncontrolled state.
-
@@ -41700,20 +41682,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41934,6 +41902,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
+
+
@@ -41981,9 +41960,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
- Spawn in uncontrolled state.
-
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html
index b06f4e092..02b162157 100644
--- a/Documentation/Ops.Intel.html
+++ b/Documentation/Ops.Intel.html
@@ -4828,72 +4828,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
-
-
-
-
-
-
-
-
-
@@ -10184,72 +10118,6 @@ Note that reject zones overrule accept zones, i.e. if a unit is inside an accept
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
-
-
-
-
-
-
-
-
-
@@ -12102,72 +11970,6 @@ Note that reject zones overrule accept zones, i.e. if a unit is inside an accept
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
-
-
-
-
-
-
-
-
-
diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html
index f86d9a10a..75a17f82d 100644
--- a/Documentation/Ops.OpsGroup.html
+++ b/Documentation/Ops.OpsGroup.html
@@ -8540,9 +8540,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Init a table.
-
@@ -30318,9 +30315,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
- Init a table.
-
@@ -33462,9 +33456,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
- Init a table.
-
@@ -39396,7 +39387,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Has line of sight.
+ No of sight.
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index a282a07ee..a8d67be7a 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4423,6 +4423,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
+
+
+
+
@@ -18083,6 +18094,17 @@ mygroup:WayPointExecute()
The DCS controllable class.
+
+
+
+
@@ -22238,6 +22260,17 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
+
+
+
+
@@ -22914,6 +22947,17 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
@@ -23101,6 +23145,17 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index 129a76686..58bd800c5 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -5563,18 +5563,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
GROUP.InitRespawnRandomizePositionOuter
+
GROUP.InitRespawnRandomizePositionZone
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index d26e9835f..abf9abc8e 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -2949,6 +2949,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -3033,7 +3055,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -5066,6 +5088,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -5150,7 +5194,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6687,6 +6731,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6771,7 +6837,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau