From e92eeaa24fde6bff22c9372f3152e00d1c7353fd Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Tue, 13 Feb 2024 15:47:54 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_Air.html | 132 ---------
Documentation/AI.AI_Cargo.html | 12 -
Documentation/AI.AI_Cargo_Airplane.html | 56 ----
Documentation/AI.AI_Cargo_Helicopter.html | 40 ++-
Documentation/Cargo.CargoGroup.html | 17 +-
Documentation/Cargo.CargoUnit.html | 22 ++
Documentation/Core.Point.html | 11 -
Documentation/Core.Settings.html | 26 +-
Documentation/Core.Spawn.html | 276 +++++++++++++++---
Documentation/Core.Zone.html | 44 +++
Documentation/Functional.ATC_Ground.html | 4 +-
Documentation/Functional.Designate.html | 110 +++++++
Documentation/Functional.Detection.html | 99 +++----
Documentation/Functional.Mantis.html | 188 ++++++++++--
Documentation/Functional.RAT.html | 75 +++--
Documentation/Functional.Scoring.html | 18 +-
Documentation/Ops.Airboss.html | 91 +-----
Documentation/Ops.CSAR.html | 171 ++++++++---
Documentation/Ops.CTLD.html | 84 +++---
Documentation/Tasking.Task.html | 22 ++
.../Tasking.Task_A2A_Dispatcher.html | 8 +-
Documentation/Tasking.Task_CARGO.html | 2 +-
.../Tasking.Task_Cargo_Dispatcher.html | 32 +-
Documentation/Utilities.FiFo.html | 22 ++
Documentation/Wrapper.Group.html | 100 +++++++
Documentation/Wrapper.Marker.html | 132 ++++-----
Documentation/Wrapper.Positionable.html | 44 ---
27 files changed, 1090 insertions(+), 748 deletions(-)
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index e50b560f1..2145bc804 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -3084,17 +3084,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3194,28 +3183,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -5923,17 +5890,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
@@ -6033,28 +5989,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
@@ -6681,17 +6615,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
@@ -6791,28 +6714,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
@@ -8327,17 +8228,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
@@ -8437,28 +8327,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html
index 67858e281..b69962c68 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2803,9 +2803,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.
-
@@ -4836,9 +4833,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.
-
@@ -5451,9 +5445,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.
-
@@ -6954,9 +6945,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 c03627d86..c7a4d99fe 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2752,20 +2752,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -4539,20 +4525,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -5168,20 +5140,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -6685,20 +6643,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index 9318dac32..21da7e7fb 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -2917,22 +2917,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4835,22 +4841,28 @@ Adjust if necessary.
@@ -5505,22 +5517,28 @@ Adjust if necessary.
@@ -7063,22 +7081,28 @@ Adjust if necessary.
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index 9dc8d0dba..4445772ac 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -1911,13 +1911,24 @@ Therefore, this class is considered to be deprecated
+
+
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index 0ea00b2ac..9ba54c0e3 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1827,6 +1827,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
@@ -2531,6 +2542,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index e2748aff6..8646cafb4 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -16909,17 +16909,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index e58760724..429eddbb9 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2914,22 +2914,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -5082,22 +5071,11 @@ 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 820016ac2..da7cb6d97 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2988,6 +2988,42 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ SPAWN.communication |
+
+
+ |
+
+
+ SPAWN.frequency |
+
+
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.modulation |
+
+
+ |
+
+
+ SPAWN.skill |
+
+
+ |
+
+
+ SPAWN.uncontrolled |
+
+
|
@@ -3627,9 +3663,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.
-
@@ -3685,20 +3718,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.
-
@@ -3732,6 +3751,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3768,6 +3798,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3896,7 +3937,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
@@ -4158,7 +4210,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.
@@ -4235,6 +4287,72 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
+
@@ -9551,9 +9669,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.
-
@@ -9609,20 +9724,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.
-
@@ -9656,6 +9757,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -9692,6 +9804,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -9820,7 +9943,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.SpawnInitModu
+SPAWN.SpawnInitLivery
@@ -9835,6 +9958,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10082,7 +10216,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.
@@ -10159,6 +10293,72 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
+
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html
index 6c16ee224..861242221 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -15367,6 +15367,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+ #table
ZONE_OVAL.CenterVec2
@@ -16065,6 +16076,17 @@ 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 773f23b93..01a27f8e1 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3888,7 +3888,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
ATC_GROUND.Airbases
@@ -4473,7 +4473,7 @@ An airbase can be specified to set the maximum kick speed for.
- #table
+
ATC_GROUND.Airbases
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index aa9c5b954..b4b405610 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -3553,6 +3553,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3564,6 +3575,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -6717,6 +6739,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -6728,6 +6761,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -7516,6 +7560,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -7527,6 +7582,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -8285,6 +8351,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -8296,6 +8373,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -9942,6 +10030,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
@@ -9953,6 +10052,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index a39d7f696..bccf9981f 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -19420,28 +19420,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
@@ -19574,6 +19552,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -24189,28 +24178,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -24343,6 +24310,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
+
+
@@ -25953,28 +25931,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -26107,6 +26063,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
+
+
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 86476a4e6..c772e4af9 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2021,12 +2021,6 @@ 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 |
-
-
|
@@ -3972,6 +3966,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4005,6 +4010,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4071,17 +4087,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4104,6 +4109,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
+
+
+
+
@@ -4550,6 +4566,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Prefix for logging
+
+
+
+
+
+
+
@@ -4633,6 +4693,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+self.SAMCheckRanges = {}
+
@@ -8606,6 +8669,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -8639,6 +8713,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -8705,17 +8790,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
-
-
@@ -8738,6 +8812,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
+
+
+
+
@@ -9184,6 +9269,50 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Prefix for logging
+
+
+
+
+
+
+
@@ -9267,6 +9396,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+self.SAMCheckRanges = {}
+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 0c4850b6b..1673cc421 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -3468,12 +3468,6 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
- |
-
-
- RAT.type |
-
-
|
@@ -4567,6 +4561,42 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ RAT.communication |
+
+
+ |
+
+
+ RAT.frequency |
+
+
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.modulation |
+
+
+ |
+
+
+ RAT.skill |
+
+
+ |
+
+
+ RAT.uncontrolled |
+
+
|
@@ -6970,17 +7000,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.
-
-
-
-
@@ -14861,17 +14880,6 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
-
-
-
-
@@ -21310,17 +21318,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 5264ba51e..c85efc7b6 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -2896,14 +2896,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3097,7 +3094,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -3108,7 +3105,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyonfratricide
@@ -5756,14 +5753,11 @@ The scale magnifies the scores given to the players.
@@ -5957,7 +5951,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -5968,7 +5962,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 e2b8e3093..e9ab54fff 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -9606,17 +9606,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
-
-
-
-
@@ -9628,17 +9617,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of marshal.
-
-
-
-
@@ -29827,17 +29805,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -29849,17 +29816,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -32928,17 +32884,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -32950,17 +32895,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -40610,9 +40544,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set case to that of lead.
-
@@ -40676,20 +40607,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
AIRBOSS.PlayerData.grade
@@ -40843,9 +40760,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set section lead of player flight.
-
@@ -40868,9 +40782,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set Stable Hover
-
@@ -40905,7 +40816,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Set new time stamp.
+ Set time stamp.
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index a058fe0d7..3a26cfeb9 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2605,6 +2605,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -4454,25 +4460,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4596,6 +4588,17 @@ 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
+
+
+
+
@@ -4804,6 +4807,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -4829,6 +4846,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -10508,25 +10539,11 @@ callsigns from playername or group name.
-
@@ -10650,6 +10667,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -10858,6 +10886,20 @@ callsigns from playername or group name.
+
+
@@ -10883,6 +10925,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -13008,25 +13064,11 @@ callsigns from playername or group name.
-
@@ -13150,6 +13192,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -13358,6 +13411,20 @@ callsigns from playername or group name.
+
+
@@ -13383,6 +13450,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 3a5ff2b77..8d2a77f00 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -7760,7 +7760,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.CtldUnits
@@ -7782,7 +7782,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -7807,14 +7807,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7857,7 +7854,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeUHFFrequencies
@@ -7868,14 +7865,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7960,14 +7954,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7996,11 +7987,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8586,7 +8580,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
CTLD.troopdropzoneradius
@@ -18071,7 +18065,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.CtldUnits
@@ -18093,7 +18087,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -18118,14 +18112,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -18168,7 +18159,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeUHFFrequencies
@@ -18179,14 +18170,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -18271,14 +18259,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -18307,11 +18292,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -18897,7 +18885,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -20494,7 +20482,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.CtldUnits
@@ -20516,7 +20504,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -20541,14 +20529,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20591,7 +20576,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeUHFFrequencies
@@ -20602,14 +20587,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20694,14 +20676,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20730,11 +20709,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21320,7 +21302,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html
index 23435a0e7..28ba18190 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -2938,6 +2938,17 @@ but can separately be modified later in your mission using the
+
+
+
+
@@ -7574,6 +7585,17 @@ If the Unit is part of the Task, true is returned.
+
+
+
+
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html
index 6908ee789..31b76395a 100644
--- a/Documentation/Tasking.Task_A2A_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2A_Dispatcher.html
@@ -2945,7 +2945,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ GROUP:CommandSetImmortal(switch) |
+
+ Switch on/off immortal flag for the group.
+ |
+
+
+ GROUP:CommandSetInvisible(switch) |
+
+ Switch on/off invisible flag for the group.
|
@@ -5438,6 +5450,94 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
Switch on/off immortal flag for the group.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+ #boolean
+ switch
+
+
+
+
+
If true, Immortal is enabled. If false, Immortal is disabled.
+
+
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
Switch on/off invisible flag for the group.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+ #boolean
+ switch
+
+
+
+
+
If true, Invisible is enabled. If false, Invisible is disabled.
+
+
+
+
Return value:
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index e3481dd9c..85566ffc4 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3028,28 +3028,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
-
-
-
-
-
@@ -3127,6 +3105,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Text displayed in the mark panel.
+
+
+
+
+
@@ -5167,28 +5167,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
-
-
-
-
-
@@ -5266,6 +5244,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Text displayed in the mark panel.
+
+
+
+
+
@@ -6777,28 +6777,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
-
-
-
-
-
@@ -6876,6 +6854,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Text displayed in the mark panel.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index cdaad0488..f571d9b59 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3744,17 +3744,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -7789,17 +7778,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -8370,17 +8348,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -8568,17 +8535,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-