From 1571142d330e8db2ccd340f87a2b8ab498fc0afa Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Mon, 25 Aug 2025 10:12:07 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_A2A_Dispatcher.html | 20 +-
Documentation/AI.AI_Air_Squadron.html | 22 ++
Documentation/AI.AI_Cargo.html | 12 -
Documentation/AI.AI_Cargo_Airplane.html | 36 ++-
Documentation/AI.AI_Cargo_Helicopter.html | 40 +--
Documentation/AI.AI_Patrol.html | 12 -
Documentation/Cargo.Cargo.html | 11 +
Documentation/Cargo.CargoCrate.html | 22 --
Documentation/Cargo.CargoGroup.html | 28 ++
Documentation/Cargo.CargoUnit.html | 22 --
Documentation/Core.Fsm.html | 4 +-
Documentation/Core.Settings.html | 22 ++
Documentation/Core.Spawn.html | 220 +++++++++++--
Documentation/Core.SpawnStatic.html | 88 +-----
Documentation/Functional.ATC_Ground.html | 6 +
Documentation/Functional.Detection.html | 72 +----
Documentation/Functional.Mantis.html | 72 ++++-
Documentation/Functional.RAT.html | 30 ++
Documentation/Functional.Warehouse.html | 57 ++++
Documentation/Ops.Airboss.html | 28 --
Documentation/Ops.CSAR.html | 6 +-
Documentation/Ops.CTLD.html | 292 +++---------------
Documentation/Tasking.Task.html | 22 ++
Documentation/Tasking.Task_CARGO.html | 19 +-
.../Tasking.Task_Cargo_Dispatcher.html | 220 +++++++++++++
Documentation/Utilities.FiFo.html | 22 --
Documentation/Utilities.Utils.html | 19 +-
Documentation/Wrapper.Controllable.html | 55 ++++
Documentation/Wrapper.Marker.html | 72 ++++-
29 files changed, 913 insertions(+), 638 deletions(-)
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index d0dfc86f4..bc838081d 100644
--- a/Documentation/AI.AI_A2A_Dispatcher.html
+++ b/Documentation/AI.AI_A2A_Dispatcher.html
@@ -5038,14 +5038,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -11705,14 +11702,11 @@ They will lock the parking spot.
@@ -12970,14 +12964,11 @@ They will lock the parking spot.
@@ -14537,14 +14528,11 @@ They will lock the parking spot.
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 152f303e3..c80d5aea0 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2960,9 +2960,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- No loading happened, so we need to pickup something else.
-
@@ -4993,9 +4990,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- No loading happened, so we need to pickup something else.
-
@@ -5608,9 +5602,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- No loading happened, so we need to pickup something else.
-
@@ -7111,9 +7102,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- 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 de631ffe4..02c672d8f 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2917,6 +2917,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -2950,6 +2953,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -2975,9 +2981,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
@@ -4704,6 +4707,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -4737,6 +4743,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -4762,9 +4771,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
@@ -5333,6 +5339,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -5366,6 +5375,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -5391,9 +5403,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
@@ -6850,6 +6859,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -6883,6 +6895,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -6908,9 +6923,6 @@ 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 d97112e36..5cea3fe38 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/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html
index b9f018daf..ff3cdc9aa 100644
--- a/Documentation/AI.AI_Patrol.html
+++ b/Documentation/AI.AI_Patrol.html
@@ -3425,9 +3425,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- This table contains the targets detected during patrol.
-
@@ -6695,9 +6692,6 @@ The default interval is 30 seconds.
-
- This table contains the targets detected during patrol.
-
@@ -7442,9 +7436,6 @@ The default interval is 30 seconds.
-
- This table contains the targets detected during patrol.
-
@@ -9077,9 +9068,6 @@ The default interval is 30 seconds.
-
- This table contains the targets detected during patrol.
-
diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html
index 8626c57bd..368e3fe03 100644
--- a/Documentation/Cargo.Cargo.html
+++ b/Documentation/Cargo.Cargo.html
@@ -2909,6 +2909,17 @@ All derived classes from CARGO follow the same state machine, expose the same ca
+
+
+
+
diff --git a/Documentation/Cargo.CargoCrate.html b/Documentation/Cargo.CargoCrate.html
index 789adfdd6..c1e4d826a 100644
--- a/Documentation/Cargo.CargoCrate.html
+++ b/Documentation/Cargo.CargoCrate.html
@@ -1951,17 +1951,6 @@ Therefore, this class is considered to be deprecated
Field(s)
-
@@ -2630,17 +2619,6 @@ Therefore, this class is considered to be deprecated
Field(s)
-
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index ff9970a2b..7633b60d7 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -2002,6 +2002,20 @@ Therefore, this class is considered to be deprecated
+
+
+
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index 5c5fd7cbc..a0468b404 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1894,17 +1894,6 @@ Therefore, this class is considered to be deprecated
-
-
-
-
-
-
CARGO_UNIT.CargoInAir
@@ -2609,17 +2598,6 @@ Therefore, this class is considered to be deprecated
-
-
-
-
-
-
CARGO_UNIT.CargoInAir
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.Settings.html b/Documentation/Core.Settings.html
index 8b2525dd8..a464556e6 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3077,6 +3077,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5237,6 +5248,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 a99c2c79f..d5fa50536 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3214,6 +3214,36 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ SPAWN.frequency |
+
+
+ |
+
+
+ SPAWN.hidden |
+
+
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.modulation |
+
+
+ |
+
+
+ SPAWN.uncontrolled |
+
+
|
@@ -3888,14 +3918,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.
-
@@ -3976,9 +4003,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.
-
@@ -4150,6 +4174,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4271,6 +4306,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Overwrite unit names by default with group name.
+
@@ -4282,6 +4320,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ By default, no InitLimit
+
@@ -4296,6 +4337,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
@@ -4327,7 +4379,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxGroups
@@ -4341,7 +4393,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -4628,6 +4680,61 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
@@ -10422,14 +10529,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.
-
@@ -10510,9 +10614,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.
-
@@ -10684,6 +10785,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10805,6 +10917,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
+
@@ -10816,6 +10931,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. By default, no InitLimit
+
@@ -10830,6 +10948,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
@@ -10861,7 +10990,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxGroups
@@ -10875,7 +11004,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -11162,6 +11291,61 @@ 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 efded844c..c65d2cd66 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -2134,24 +2134,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 |
-
-
|
@@ -3183,44 +3165,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
@@ -4876,44 +4825,11 @@ Handy if you spawn from cargo statics which have resources already set.
-
-
-
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 972038a83..bd4bb93bf 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -4132,6 +4132,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Kickspeed
+
@@ -4717,6 +4720,9 @@ An airbase can be specified to set the maximum kick speed for.
+
+ Kickspeed
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 0cd6364c9..c10b18e7a 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20189,17 +20189,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -20343,17 +20332,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -20371,7 +20349,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
@@ -25130,17 +25097,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -25158,7 +25114,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
@@ -26905,17 +26850,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -26933,7 +26867,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 c2bde7c70..bdc4b4fa0 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2117,6 +2117,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 |
+
+
|
@@ -4429,6 +4435,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
+
+
+
+
@@ -4561,6 +4578,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.
+
+
+
+
@@ -4622,7 +4650,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Long
@@ -4633,7 +4661,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Medium
@@ -4644,7 +4672,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_PointDef
@@ -4655,7 +4683,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Short
@@ -5186,6 +5214,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
switch alarm state RED
+
@@ -9304,6 +9335,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
+
+
+
+
@@ -9436,6 +9478,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.
+
+
+
+
@@ -9497,7 +9550,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Long
@@ -9508,7 +9561,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Medium
@@ -9519,7 +9572,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_PointDef
@@ -9530,7 +9583,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Short
@@ -10061,6 +10114,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
switch alarm state RED
+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 321b758d3..4e8f35412 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4770,6 +4770,36 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ RAT.frequency |
+
+
+ |
+
+
+ RAT.hidden |
+
+
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.modulation |
+
+
+ |
+
+
+ RAT.uncontrolled |
+
+
|
diff --git a/Documentation/Functional.Warehouse.html b/Documentation/Functional.Warehouse.html
index 904e86267..0685cc74a 100644
--- a/Documentation/Functional.Warehouse.html
+++ b/Documentation/Functional.Warehouse.html
@@ -3989,6 +3989,12 @@ end
WAREHOUSE:SetStatusUpdate(timeinterval) |
Set interval of status updates.
+ |
+
+
+ WAREHOUSE.SetValidateAndRepositionGroundUnits(Enabled, self) |
+
+ This function uses Disposition and other fallback logic to find better ground positions for ground units.
|
@@ -12771,6 +12777,57 @@ Note that also incoming aircraft can reserve/occupie parking spaces.
+
+
+
+
+
+
+
+
This function uses Disposition and other fallback logic to find better ground positions for ground units.
+
+
+
+ - NOTE: This is not a spawn randomizer.
+ - It will try to find clear ground locations avoiding trees, water, roads, runways, map scenery, statics and other units in the area and modifies the provided positions table.
+ - Maintains the original layout and unit positions as close as possible by searching for the next closest valid position to each unit.
+ - Uses UTILS.ValidateAndRepositionGroundUnits.
+
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ Enabled
+
+
+
+
+
Enable/disable the feature.
+
+
+
+
+
+
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 8cde8fa97..d1c2324e1 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -42090,9 +42090,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set case of f
-
@@ -42188,17 +42185,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.
-
-
-
-
@@ -42373,9 +42359,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set Stable Hover
-
@@ -42654,17 +42637,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 605452391..a87ccfea4 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -4594,7 +4594,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -10874,7 +10874,7 @@ callsigns from playername or group name.
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -13412,7 +13412,7 @@ callsigns from playername or group name.
-
Core.Point#COORDINATE
+
CSAR.coordinate
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 9d09a1b52..ef8a6777a 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8503,17 +8503,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8583,17 +8572,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -8657,20 +8635,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -8778,7 +8742,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeUHFFrequencies
@@ -8789,14 +8753,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8930,17 +8891,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
-
-
-
-
@@ -8952,17 +8902,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -9007,6 +8946,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -9165,17 +9115,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -9616,9 +9555,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- sub categories
-
@@ -21024,17 +20960,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -21104,17 +21029,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -21178,20 +21092,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
@@ -21299,7 +21199,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeUHFFrequencies
@@ -21310,14 +21210,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21451,17 +21348,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
-
-
-
-
@@ -21473,17 +21359,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -21528,6 +21403,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -21686,17 +21572,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -22137,9 +22012,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
- sub categories
-
@@ -23643,17 +23515,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -23723,17 +23584,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -23797,20 +23647,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
@@ -23918,7 +23754,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeUHFFrequencies
@@ -23929,14 +23765,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24070,17 +23903,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
-
-
-
-
@@ -24092,17 +23914,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -24147,6 +23958,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24305,17 +24127,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -24756,9 +24567,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
- sub categories
-
@@ -39886,17 +39694,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
-
-
-
-
@@ -41223,17 +41020,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..108a91a6e 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3315,11 +3315,22 @@ based on the tasking capabilities defined in
+
+
+
@@ -3352,7 +3363,7 @@ based on the tasking capabilities defined in
-
diff --git a/Documentation/Utilities.Utils.html b/Documentation/Utilities.Utils.html
index d4cd76da1..0532021ec 100644
--- a/Documentation/Utilities.Utils.html
+++ b/Documentation/Utilities.Utils.html
@@ -3074,7 +3074,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
- UTILS.ValidateAndRepositionGroundUnits(table, Anchor, MaxRadius, Spacing, Positions) |
+ UTILS.ValidateAndRepositionGroundUnits(Positions, Anchor, MaxRadius, Spacing) |
This function uses Disposition and other fallback logic to find better ground positions for ground units.
|
@@ -12910,7 +12910,7 @@ static, shape_name is optional. Also, livery_id is optional, but is applied to t
This function uses Disposition and other fallback logic to find better ground positions for ground units.
@@ -12932,12 +12932,13 @@ static, shape_name is optional. Also, livery_id is optional, but is applied to t
- table
+ #table
+ Positions
-
Positions A table of DCS#Vec2 or DCS#Vec3, can be a units table from the group template.
+
A table of DCS#Vec2 or DCS#Vec3, can be a units table from the group template.
@@ -12980,16 +12981,6 @@ static, shape_name is optional. Also, livery_id is optional, but is applied to t
-
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 9ffabf1e1..af5d88eb4 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4634,6 +4634,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -18071,6 +18082,17 @@ mygroup:WayPointExecute()
+
+
+
+
@@ -22105,6 +22127,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -22691,6 +22724,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -22878,6 +22922,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index 020c98495..90a7e4de2 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3183,6 +3183,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -3267,7 +3289,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -5300,6 +5322,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -5384,7 +5428,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6888,6 +6932,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6972,7 +7038,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau