From 56fa5f69c0281fd00e7faca8f0d489635a5b2bb2 Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Sat, 23 Mar 2024 14:01:23 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_A2G_Dispatcher.html | 20 +--
Documentation/AI.AI_Air.html | 88 ++++++++++
Documentation/AI.AI_Cargo.html | 8 +-
Documentation/AI.AI_Cargo_Airplane.html | 12 ++
Documentation/AI.AI_Patrol.html | 12 ++
Documentation/Cargo.CargoCrate.html | 22 +++
Documentation/Cargo.CargoGroup.html | 14 --
Documentation/Cargo.CargoUnit.html | 44 +++++
Documentation/Core.Point.html | 11 ++
Documentation/Core.Settings.html | 22 ---
Documentation/Core.Spawn.html | 158 ++++++++++++------
Documentation/Core.SpawnStatic.html | 84 ++++++++++
Documentation/Core.Spot.html | 33 ----
Documentation/Functional.ATC_Ground.html | 6 +
Documentation/Functional.Designate.html | 55 ------
Documentation/Functional.Detection.html | 39 ++++-
Documentation/Functional.Mantis.html | 28 ----
Documentation/Functional.RAT.html | 14 +-
Documentation/Functional.Scoring.html | 68 +++++++-
Documentation/Ops.Airboss.html | 5 +-
Documentation/Ops.CSAR.html | 93 +++++------
Documentation/Ops.CTLD.html | 86 ++--------
Documentation/Tasking.Task.html | 22 ---
.../Tasking.Task_A2A_Dispatcher.html | 8 +-
.../Tasking.Task_A2G_Dispatcher.html | 20 +--
Documentation/Tasking.Task_CARGO.html | 6 +-
.../Tasking.Task_Cargo_Dispatcher.html | 52 +++++-
Documentation/Utilities.FiFo.html | 22 +++
Documentation/Wrapper.Group.html | 78 ++++++++-
Documentation/Wrapper.Marker.html | 72 +++++++-
30 files changed, 785 insertions(+), 417 deletions(-)
diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html
index 2c129deef..d674efdcd 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -4884,14 +4884,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -13409,14 +13406,11 @@ multiplied by the Overhead and rounded up to the smallest integer.
@@ -14740,14 +14734,11 @@ multiplied by the Overhead and rounded up to the smallest integer.
@@ -16373,14 +16364,11 @@ multiplied by the Overhead and rounded up to the smallest integer.
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index 212d6e4bb..e50b560f1 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -3194,6 +3194,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -6011,6 +6033,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
@@ -6747,6 +6791,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
@@ -8371,6 +8437,28 @@ 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 b69962c68..4f70b8d5d 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2765,7 +2765,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
@@ -4795,7 +4795,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
@@ -5407,7 +5407,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
@@ -6907,7 +6907,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Wrapper.Group#GROUP
AI_CARGO.CargoCarrier
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 6901490a3..3c3b02d8b 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2782,6 +2782,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
@@ -4558,6 +4561,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
@@ -5176,6 +5182,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
@@ -6682,6 +6691,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a depoly mission.
+
diff --git a/Documentation/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html
index e0bcd41ac..2d06dcfd4 100644
--- a/Documentation/AI.AI_Patrol.html
+++ b/Documentation/AI.AI_Patrol.html
@@ -3268,6 +3268,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ This table contains the targets detected during patrol.
+
@@ -6515,6 +6518,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -7259,6 +7265,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -8891,6 +8900,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
diff --git a/Documentation/Cargo.CargoCrate.html b/Documentation/Cargo.CargoCrate.html
index 8d527ced2..fe44e1df3 100644
--- a/Documentation/Cargo.CargoCrate.html
+++ b/Documentation/Cargo.CargoCrate.html
@@ -1860,6 +1860,17 @@ Therefore, this class is considered to be deprecated
Field(s)
+
@@ -2528,6 +2539,17 @@ Therefore, this class is considered to be deprecated
Field(s)
+
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index 4445772ac..00919b9e3 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -1940,20 +1940,6 @@ Therefore, this class is considered to be deprecated
-
-
-
-
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index 0ea00b2ac..d961e4e49 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1809,6 +1809,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -1827,6 +1838,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
@@ -2513,6 +2535,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -2531,6 +2564,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 8646cafb4..e2748aff6 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -16909,6 +16909,17 @@ 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 a6533222d..429eddbb9 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2919,17 +2919,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5087,17 +5076,6 @@ 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 4680b5f66..040409385 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3067,7 +3067,19 @@ and any spaces before and after the resulting name are removed.
- SPAWN.uncontrolled |
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.modulation |
+
+
+ |
+
+
+ SPAWN.skill |
|
@@ -3720,6 +3732,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -3910,17 +3925,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3976,6 +3980,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3987,6 +4005,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ By default, no InitLimit
+
@@ -4031,17 +4052,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4095,7 +4105,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxGroups
@@ -4109,7 +4119,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -4300,7 +4310,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
When the first Spawn executes, all the Groups need to be made visible before start.
+
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
@@ -4406,7 +4416,29 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
SPAWN.skill
@@ -9966,6 +9998,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -10156,17 +10191,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10222,6 +10246,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10233,6 +10271,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. By default, no InitLimit
+
@@ -10277,17 +10318,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10341,7 +10371,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxGroups
@@ -10355,7 +10385,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -10546,7 +10576,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. When the first Spawn executes, all the Groups need to be made visible before start.
+
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
@@ -10652,7 +10682,29 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
SPAWN.uncontrolled
+
SPAWN.livery_id
+
+
+
+
+
+
+
+
+
+
+
+
SPAWN.skill
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 8b42ddf7e..358b9f794 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -1997,6 +1997,24 @@ 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 |
+
+
|
@@ -2917,6 +2935,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -4270,6 +4321,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 41ef5f52c..bdc169cfb 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2854,17 +2854,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4181,17 +4170,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5747,17 +5725,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 01a27f8e1..d5edb2162 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3904,6 +3904,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Kickspeed
+
@@ -4489,6 +4492,9 @@ An airbase can be specified to set the maximum kick speed for.
+
+ Kickspeed
+
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index b4b405610..d3565f138 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -3553,17 +3553,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -6739,17 +6728,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
@@ -7560,17 +7538,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
@@ -8351,17 +8318,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
@@ -10030,17 +9986,6 @@ 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 88c1103ce..c780090c3 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -19420,6 +19420,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -19569,7 +19580,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
@@ -24316,7 +24338,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
@@ -26058,7 +26091,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 86476a4e6..f8d42f660 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -3961,17 +3961,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -4619,9 +4608,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- switch alarm state RED
-
@@ -8595,17 +8581,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -9253,9 +9228,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
- switch alarm state RED
-
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 86bb4a4a1..917bcb0e6 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4624,7 +4624,19 @@ and any spaces before and after the resulting name are removed.
- RAT.uncontrolled |
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.modulation |
+
+
+ |
+
+
+ RAT.skill |
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 21148d7e7..a5c45c526 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -1935,6 +1935,12 @@ Various methods exist to configure:
SCORING.AutoSave |
+ |
+
+
+ SCORING.AutoSavePath |
+
+
|
@@ -2034,7 +2040,7 @@ Various methods exist to configure:
- SCORING:New(GameName) |
+ SCORING:New(GameName, SavePath, AutoSave) |
Creates a new SCORING object to administer the scoring achieved by players.
|
@@ -2905,11 +2911,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
SCORING.AutoSavePath
+
+
+
Create the CSV file.
@@ -3106,7 +3123,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -3795,7 +3812,7 @@ Note that a zone can be a polygon or a moving zone.
Creates a new SCORING object to administer the scoring achieved by players.
@@ -3806,7 +3823,7 @@ Note that a zone can be a polygon or a moving zone.
-
Parameter:
+
Parameters:
@@ -3818,6 +3835,32 @@ Note that a zone can be a polygon or a moving zone.
The name of the game. This name is also logged in the CSV score file.
+
+
+
+
+
+ #string
+ SavePath
+
+
+
+
+
(Optional) Path where to save the CSV file, defaults to your **\Saved Games\DCS\Logs** folder.
+
+
+
+
+
+
+ #boolean
+ AutoSave
+
+
+
+
+
(Optional) If passed as false, then swith autosave off.
+
Return value:
@@ -5802,11 +5845,22 @@ The scale magnifies the scores given to the players.
+
+
+
+
+
SCORING.AutoSavePath
+
+
+
Create the CSV file.
@@ -6003,7 +6057,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyoncoalitionchange
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 88c8a2e3d..618200a23 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -40615,7 +40615,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
Set stack flag.
+
Also decrease flag for section members of flight.
@@ -40777,6 +40777,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set section lead of player flight.
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index d119ec1d0..9c24428da 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 |
+
+
|
@@ -4011,7 +4017,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -4463,25 +4469,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4605,6 +4597,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
+
+
+
+
@@ -10096,7 +10099,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -10548,25 +10551,11 @@ callsigns from playername or group name.
-
@@ -10690,6 +10679,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -12627,7 +12627,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -13079,25 +13079,11 @@ callsigns from playername or group name.
-
@@ -13221,6 +13207,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 6a987a15d..190659c5d 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -7731,17 +7731,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -7848,7 +7837,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -7870,14 +7859,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7962,14 +7948,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8514,7 +8497,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repairor build a unit/group
+
noob catch
@@ -18067,17 +18050,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -18184,7 +18156,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -18206,14 +18178,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -18298,14 +18267,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -18850,7 +18816,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
time to repairor build a unit/group
+
noob catch
@@ -20515,17 +20481,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -20632,7 +20587,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -20654,14 +20609,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20746,14 +20698,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -21298,7 +21247,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
time to repairor build a unit/group
+
noob catch
@@ -25453,17 +25402,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
-
-
-
-
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html
index 28ba18190..23435a0e7 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -2938,17 +2938,6 @@ but can separately be modified later in your mission using the
-
-
-
-
@@ -7585,17 +7574,6 @@ 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 31b76395a..6908ee789 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
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
@@ -3670,7 +3670,7 @@ If too large, any airborne cap may not be able to reach the detected target area
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
@@ -4846,7 +4846,7 @@ If too large, any airborne cap may not be able to reach the detected target area
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
@@ -6324,7 +6324,7 @@ If too large, any airborne cap may not be able to reach the detected target area
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GROUP.InitRespawnRandomizePositionOuter
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index 192b86f52..e3481dd9c 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3028,6 +3028,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -3112,7 +3134,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -5145,6 +5167,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -5229,7 +5273,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6733,6 +6777,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6817,7 +6883,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau