From eab045f050fe28ed7514945ab25311be482d3bdf Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Sun, 9 Nov 2025 15:56:48 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_Air.html | 88 +
Documentation/AI.AI_Air_Dispatcher.html | 44 +
Documentation/AI.AI_Air_Squadron.html | 22 -
Documentation/AI.AI_Cargo_Airplane.html | 68 +
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 | 3 +
Documentation/Cargo.CargoUnit.html | 44 +-
Documentation/Core.Set.html | 1622 +++++++++++------
Documentation/Core.Settings.html | 8 +-
Documentation/Core.Spawn.html | 176 +-
Documentation/Core.SpawnStatic.html | 4 +-
Documentation/Core.Spot.html | 33 -
Documentation/Core.Zone.html | 44 +
Documentation/Functional.ATC_Ground.html | 6 +
Documentation/Functional.Designate.html | 11 -
Documentation/Functional.Detection.html | 66 -
Documentation/Functional.Mantis.html | 6 -
Documentation/Functional.RAT.html | 18 +
Documentation/Functional.Scoring.html | 30 +-
Documentation/Ops.Airboss.html | 30 +-
Documentation/Ops.CSAR.html | 111 +-
Documentation/Ops.CTLD.html | 193 +-
Documentation/Tasking.Task.html | 22 +
.../Tasking.Task_A2G_Dispatcher.html | 20 +-
Documentation/Tasking.Task_CARGO.html | 19 +-
.../Tasking.Task_Cargo_Dispatcher.html | 52 +-
Documentation/Utilities.FiFo.html | 44 +-
Documentation/Wrapper.Controllable.html | 165 +-
Documentation/Wrapper.Positionable.html | 44 +
32 files changed, 1936 insertions(+), 1142 deletions(-)
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index 1fc5454d9..a5ae367ef 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -3350,6 +3350,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -6203,6 +6225,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
@@ -6939,6 +6983,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
@@ -8563,6 +8629,28 @@ A random value in this bracket is then applied in the waypoint routing generatio
+
+
+
+
+
diff --git a/Documentation/AI.AI_Air_Dispatcher.html b/Documentation/AI.AI_Air_Dispatcher.html
index 736dbe5c6..52511bf21 100644
--- a/Documentation/AI.AI_Air_Dispatcher.html
+++ b/Documentation/AI.AI_Air_Dispatcher.html
@@ -4667,6 +4667,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -9986,6 +9997,17 @@ multiplied by the Overhead and rounded up to the smallest integer.
The Defender Default Settings over all Squadrons.
+
+
+
+ The Defender Default Settings over all Squadrons.
+
+
+
+ The Defender Default Settings over all Squadrons.
+
+
+
+ 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 8554ed870..73e2690c4 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
+
+
+
+
+
@@ -5008,21 +5039,15 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Description |
- SET_BASE.Filters.Coalition |
+ SET_BASE.Filters.Coalitions |
- Coalitions
+
|
SET_BASE.Filters.Functions |
- |
-
-
- SET_BASE.Filters.Prefix |
-
- Prefixes.
|
@@ -5043,31 +5068,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:AddCargo(Cargo) |
- (R2.1) Add CARGO to SET_CARGO.
+Add CARGO to SET_CARGO.
|
SET_CARGO:AddCargosByName(AddCargoNames) |
- (R2.1) Add CARGOs to SET_CARGO.
+Add CARGOs to SET_CARGO.
|
SET_CARGO:AddInDatabase(Event) |
- (R2.1) Handles the Database to check on an event (birth) that the Object was added in the Database.
- |
-
-
- SET_CARGO:FilterCoalitions(Coalitions) |
-
- (R2.1) Builds a set of cargos of coalitions.
+Handles the Database to check on an event (birth) that the Object was added in the Database.
|
SET_CARGO:FilterCountries(Countries) |
- (R2.1) Builds a set of cargos of defined countries.
+Builds a set of cargos of defined countries.
|
@@ -5079,7 +5098,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:FilterStart() |
- (R2.1) Starts the filtering.
+Starts the filtering.
|
@@ -5091,25 +5110,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:FilterTypes(Types) |
- (R2.1) Builds a set of cargos of defined cargo types.
+Builds a set of cargos of defined cargo types.
|
SET_CARGO:FindCargo(CargoName) |
- (R2.1) Finds a Cargo based on the Cargo Name.
+Finds a Cargo based on the Cargo Name.
|
SET_CARGO:FindInDatabase(Event) |
- (R2.1) Handles the Database to check on any event that Object exists in the Database.
+Handles the Database to check on any event that Object exists in the Database.
|
SET_CARGO:FindNearestCargoFromPointVec2(Coordinate) |
- (R2.1) Iterate the SET_CARGO while identifying the nearest Cargo.Cargo#CARGO from a Core.Point#COORDINATE.
+Iterate the SET_CARGO while identifying the nearest Cargo.Cargo#CARGO from a Core.Point#COORDINATE.
|
@@ -5151,13 +5170,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:ForEachCargo(IteratorFunction, ...) |
- (R2.1) Iterate the SET_CARGO and call an iterator function for each CARGO, providing the CARGO and optional parameters.
+Iterate the SET_CARGO and call an iterator function for each CARGO, providing the CARGO and optional parameters.
|
SET_CARGO:IsIncludeObject(MCargo) |
- (R2.1)
+
|
@@ -5169,19 +5188,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:OnEventDeleteCargo(EventData) |
- (R2.1) Handles the OnDead or OnCrash event for alive units set.
+Handles the OnDead or OnCrash event for alive units set.
|
SET_CARGO:OnEventNewCargo(EventData) |
- (R2.1) Handles the OnEventNewCargo event for the Set.
+Handles the OnEventNewCargo event for the Set.
|
SET_CARGO:RemoveCargosByName(RemoveCargoNames) |
- (R2.1) Remove CARGOs from SET_CARGO.
+Remove CARGOs from SET_CARGO.
|
@@ -5250,6 +5269,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_CARGO:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -6179,12 +6204,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:FilterCategories(Categories) |
Builds a set of clients out of categories.
- |
-
-
- SET_CLIENT:FilterCoalitions(Coalitions) |
-
- Builds a set of clients of coalitions.
|
@@ -6404,6 +6423,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_CLIENT:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -7303,12 +7328,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_DYNAMICCARGO.Filter |
Filters.
- |
-
-
- SET_DYNAMICCARGO:FilterCoalitions(Coalitions) |
-
- Builds a set of dynamic cargo of defined coalitions.
|
@@ -7551,6 +7570,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_DYNAMICCARGO:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_DYNAMICCARGO:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -8597,12 +8622,6 @@ provides an easy to use shortcut...
SET_GROUP:FilterCategoryStructure() |
Builds a set of groups out of structure category.
- |
-
-
- SET_GROUP:FilterCoalitions(Coalitions, Clear) |
-
- Builds a set of groups of coalitions.
|
@@ -8859,6 +8878,12 @@ mission designer to add a dedicated method
SET_GROUP:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_GROUP:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -9830,12 +9855,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSGROUP:FilterCategoryShip() |
Builds a set of groups out of ship category.
- |
-
-
- SET_OPSGROUP:FilterCoalitions(Coalitions, Clear) |
-
- Builds a set of groups of coalitions.
|
@@ -9994,6 +10013,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSGROUP:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_OPSGROUP:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -10899,12 +10924,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSZONE:FilterClear() |
Clear all filters.
- |
-
-
- SET_OPSZONE:FilterCoalitions(Coalitions) |
-
- Builds a set of groups of coalitions.
|
@@ -11075,6 +11094,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSZONE:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_OPSZONE:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -11980,12 +12005,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER:FilterCategories(Categories) |
Builds a set of clients out of categories joined by players.
- |
-
-
- SET_PLAYER:FilterCoalitions(Coalitions) |
-
- Builds a set of clients of coalitions joined by specific players.
|
@@ -12132,6 +12151,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_PLAYER:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -13195,6 +13220,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_SCENERY:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_SCENERY:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -14118,12 +14149,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:FilterCategories(Categories) |
Builds a set of units out of categories.
- |
-
-
- SET_STATIC:FilterCoalitions(Coalitions) |
-
- Builds a set of units of coalitions.
|
@@ -14342,6 +14367,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_STATIC:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -15277,12 +15308,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:FilterCategories(Categories) |
Builds a set of units out of categories.
- |
-
-
- SET_UNIT:FilterCoalitions(Coalitions) |
-
- Builds a set of units of coalitions.
|
@@ -15599,6 +15624,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_UNIT:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -16746,6 +16777,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_ZONE:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -17797,6 +17834,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL:FilterClear() |
Clear all filters.
+ |
+
+
+ SET_ZONE_GOAL:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -18874,53 +18917,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
Builds a set of airbases of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
@@ -19767,6 +19763,66 @@ DatabaseSet = SET_AIRBASE:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -25563,6 +25619,66 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -31046,8 +31162,8 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
+
+
Filters
@@ -31059,10 +31175,44 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
Function(s)
+
+
+
+
+
+
+
+
+
Field(s)
+
+
@@ -31074,17 +31224,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -31109,7 +31248,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-(R2.1) Add CARGO to SET_CARGO.
+Add CARGO to SET_CARGO.
@@ -31153,7 +31292,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
(R2.1) Add CARGOs to SET_CARGO.
+
Add CARGOs to SET_CARGO.
@@ -31197,7 +31336,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
(R2.1) Handles the Database to check on an event (birth) that the Object was added in the Database.
+
Handles the Database to check on an event (birth) that the Object was added in the Database.
This is required, because sometimes the DATABASE birth event gets called later than the SETBASE birth event!
@@ -31241,53 +31380,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
(R2.1) Builds a set of cargos of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
@@ -31297,7 +31389,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-(R2.1) Builds a set of cargos of defined countries.
+Builds a set of cargos of defined countries.
Possible current countries are those known within DCS world.
@@ -31391,7 +31483,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-(R2.1) Starts the filtering.
+Starts the filtering.
@@ -31451,7 +31543,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
(R2.1) Builds a set of cargos of defined cargo types.
+
Builds a set of cargos of defined cargo types.
Possible current types are those types known within DCS world.
@@ -31498,7 +31590,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-(R2.1) Finds a Cargo based on the Cargo Name.
+Finds a Cargo based on the Cargo Name.
@@ -31540,7 +31632,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
(R2.1) Handles the Database to check on any event that Object exists in the Database.
+
Handles the Database to check on any event that Object exists in the Database.
This is required, because sometimes the DATABASE event gets called later than the SETBASE event or vise versa!
@@ -31593,7 +31685,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-(R2.1) Iterate the SET_CARGO while identifying the nearest Cargo.Cargo#CARGO from a Core.Point#COORDINATE.
+Iterate the SET_CARGO while identifying the nearest Cargo.Cargo#CARGO from a Core.Point#COORDINATE.
@@ -31817,7 +31909,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
(R2.1) Iterate the SET_CARGO and call an iterator function for each CARGO, providing the CARGO and optional parameters.
+
Iterate the SET_CARGO and call an iterator function for each CARGO, providing the CARGO and optional parameters.
@@ -31871,7 +31963,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
(R2.1)
+
@@ -31947,7 +32039,7 @@ DatabaseSet = SET_CARGO:New()
-
(R2.1) Handles the OnDead or OnCrash event for alive units set.
+
Handles the OnDead or OnCrash event for alive units set.
@@ -31978,7 +32070,7 @@ DatabaseSet = SET_CARGO:New()
-
(R2.1) Handles the OnEventNewCargo event for the Set.
+
Handles the OnEventNewCargo event for the Set.
@@ -32009,7 +32101,7 @@ DatabaseSet = SET_CARGO:New()
-
(R2.1) Remove CARGOs from SET_CARGO.
+
Remove CARGOs from SET_CARGO.
@@ -32357,6 +32449,66 @@ DatabaseSet = SET_CARGO:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -38109,53 +38261,6 @@ ClientSet = SET_CLIENT:New():FilterActive( false ):FilterCoalition( "blue" ):Fil
-
-
-
-
-
-
-
-
Builds a set of clients of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
@@ -39517,6 +39622,66 @@ DBObject = SET_CLIENT:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -45041,53 +45206,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
Builds a set of dynamic cargo of defined coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
-
-
-
-
-
@@ -46387,6 +46505,66 @@ DBObject = SET_DYNAMICCARGO:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -52842,66 +53020,6 @@ GroupSet = SET_GROUP:New():FilterActive( false ):FilterCoalition( "blue" ):Filte
-
-
-
-
-
-
-
-
Builds a set of groups of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameters:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
-
-
-
-
If true, clear any previously defined filters.
-
-
-
-
Return value:
-
-
-
@@ -54612,6 +54730,66 @@ MySetGroup:SetCargoBayWeightLimit()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -60665,66 +60843,6 @@ GroupSet = SET_OPSGROUP:New():FilterActive( false ):FilterCoalition( "blue" ):Fi
-
-
-
-
-
-
-
-
Builds a set of groups of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameters:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral" or combinations as a table, for example {"red", "neutral"}.
-
-
-
-
-
-
-
-
If true, clear any previously defined filters.
-
-
-
-
Return value:
-
-
-
@@ -61687,6 +61805,66 @@ GroupSet = SET_OPSGROUP:New():FilterActive( false ):FilterCoalition( "blue" ):Fi
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -67237,53 +67415,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
Builds a set of groups of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral" or combinations as a table, for example {"red", "neutral"}.
-
-
-
-
Return value:
-
-
-
@@ -68293,6 +68424,66 @@ If zones overlap, the first zone that validates the test is returned.
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -73856,53 +74047,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
Builds a set of clients of coalitions joined by specific players.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
@@ -74833,6 +74977,66 @@ DBObject = SET_PLAYER:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -81293,6 +81497,66 @@ Thus we will get a smooth percentage decrease, if you use this e.g. as success c
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -86961,53 +87225,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
Builds a set of units of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
@@ -88437,6 +88654,66 @@ DBObject = SET_STATIC:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -94220,53 +94497,6 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
-
-
-
-
-
-
-
-
Builds a set of units of coalitions.
-
-
-
Possible current coalitions are red, blue and neutral.
-
-
-
-
Defined in:
-
-
Parameter:
-
-
-
- #string
- Coalitions
-
-
-
-
-
Can take the following values: "red", "blue", "neutral".
-
-
-
-
Return value:
-
-
-
@@ -96240,6 +96470,66 @@ MySetUnit:SetCargoBayWeightLimit()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -103476,6 +103766,66 @@ DatabaseSet = SET_ZONE:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -109901,6 +110251,66 @@ DatabaseSet = SET_ZONE_GOAL:New()
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 8da37a7be..a65a6e4e8 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3025,7 +3025,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
SETTINGS.A2GSystem
@@ -3069,7 +3069,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SETTINGS.Metric
@@ -5182,7 +5182,7 @@ It is advised to use this method at the start of the mission.
-
+ #string
SETTINGS.A2GSystem
@@ -5226,7 +5226,7 @@ It is advised to use this method at the start of the mission.
+
+ SPAWN.communication |
+
+
+ |
+
+
+ SPAWN.frequency |
+
+
|
@@ -3244,6 +3256,12 @@ and any spaces before and after the resulting name are removed.
SPAWN.livery_id |
+ |
+
+
+ SPAWN.modulation |
+
+
|
@@ -3924,14 +3942,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.
-
@@ -4078,20 +4093,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.
-
@@ -4337,6 +4338,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Overwrite unit names by default with group name.
+
@@ -4392,17 +4396,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4641,17 +4634,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4719,7 +4701,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.
@@ -4793,6 +4775,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -4815,6 +4819,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -10610,14 +10625,11 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -10764,20 +10776,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
- #number
-
SPAWN.SpawnCount
-
-
-
-
-
The internal counter of the amount of spawning the has happened since SpawnStart.
-
@@ -11023,6 +11021,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
+
@@ -11078,17 +11079,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11327,17 +11317,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11405,7 +11384,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.
@@ -11479,6 +11458,28 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
@@ -11501,6 +11502,17 @@ 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 dc661a19b..1b21e897e 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -3201,7 +3201,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
SPAWNSTATIC.TemplateStaticUnit
@@ -4980,7 +4980,7 @@ Handy if you spawn from cargo statics which have resources already set.
- #table
+
SPAWNSTATIC.TemplateStaticUnit
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 2d4252d01..c40aa5640 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -3009,17 +3009,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4336,17 +4325,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5902,17 +5880,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html
index e1aa45719..920bc12a1 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16722,6 +16722,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+ #table
ZONE_OVAL.CenterVec2
@@ -17426,6 +17437,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 c11c1dce9..0fe493715 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.Designate.html b/Documentation/Functional.Designate.html
index 5b2158e50..ee9aad3f1 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2646,17 +2646,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 7e31c365b..3b78ef08d 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20189,28 +20189,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
@@ -24965,28 +24943,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -26729,28 +26685,6 @@ 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 bb63bf178..96b021f08 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -5214,9 +5214,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- switch alarm state RED
-
@@ -10114,9 +10111,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
- switch alarm state RED
-
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index b05292e9f..5f947e6f8 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4804,6 +4804,18 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ RAT.communication |
+
+
+ |
+
+
+ RAT.frequency |
+
+
|
@@ -4816,6 +4828,12 @@ and any spaces before and after the resulting name are removed.
RAT.livery_id |
+ |
+
+
+ RAT.modulation |
+
+
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 3127a81f1..52c5d69ca 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3067,6 +3067,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
SCORING.AutoSavePath
@@ -3267,7 +3278,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -3278,7 +3289,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
SCORING.AutoSavePath
@@ -6190,7 +6212,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -6201,7 +6223,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyonfratricide
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 917946aa5..83788ff42 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -42058,7 +42058,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42086,7 +42086,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42100,7 +42100,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42212,6 +42212,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set case of f
+
@@ -42280,7 +42283,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
Decrease stack/flag. Human player needs to take care himself.
+
Also decrease flag for section members of flight.
@@ -42442,6 +42445,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set section lead of player flight.
+
@@ -42464,6 +42470,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set Stable Hover
+
@@ -42636,7 +42645,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42742,17 +42751,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 b53636d3b..4920cd1d4 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -4243,7 +4243,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CSAR.FreeVHFFrequencies
@@ -4600,7 +4600,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Core.Point#COORDINATE
CSAR.coordinate
@@ -4689,11 +4689,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5058,6 +5061,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -5083,6 +5100,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
+
+
+
@@ -10536,7 +10567,7 @@ callsigns from playername or group name.
-
+ #table
CSAR.FreeVHFFrequencies
@@ -10893,7 +10924,7 @@ callsigns from playername or group name.
+
@@ -11376,6 +11424,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -13074,7 +13136,7 @@ callsigns from playername or group name.
-
+ #table
CSAR.FreeVHFFrequencies
@@ -13431,7 +13493,7 @@ callsigns from playername or group name.
+
@@ -13914,6 +13993,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 a9d8f289d..1a7d6d32f 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8748,7 +8748,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.DroppedTroops
@@ -8773,11 +8773,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8884,7 +8887,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeVHFFrequencies
@@ -8942,11 +8945,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8975,14 +8981,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -9022,6 +9025,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
+
+
+
+
@@ -9088,6 +9102,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -9246,6 +9271,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -9560,7 +9596,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
noob catch
+
time to repairor build a unit/group
@@ -9708,6 +9744,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
sub categories
+
@@ -22155,7 +22194,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -22180,11 +22219,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22291,7 +22333,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeVHFFrequencies
@@ -22349,11 +22391,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22382,14 +22427,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22429,6 +22471,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -22495,6 +22548,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -22653,6 +22717,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -22967,7 +23042,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
@@ -23115,6 +23190,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -24729,7 +24807,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -24754,11 +24832,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24865,7 +24946,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeVHFFrequencies
@@ -24923,11 +25004,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24956,14 +25040,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -25003,6 +25084,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -25069,6 +25161,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -25227,6 +25330,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -25541,7 +25655,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
@@ -25689,6 +25803,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -40871,17 +40988,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
-
-
-
-
@@ -42208,17 +42314,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 8bfacd4cc..0422ec4f1 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_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html
index 4bf94b5a5..d138a824a 100644
--- a/Documentation/Tasking.Task_A2G_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2G_Dispatcher.html
@@ -3372,11 +3372,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3949,11 +3952,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5136,11 +5142,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6625,11 +6634,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html
index 67f5d0a4a..41186ac13 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3315,22 +3315,11 @@ based on the tasking capabilities defined in
-
-
-
@@ -3363,7 +3352,7 @@ based on the tasking capabilities defined in
-
@@ -8281,6 +8259,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -9130,6 +9119,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 235fa1387..e424c898c 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4632,6 +4632,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
+
+
+
+
+
@@ -4654,17 +4676,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -18223,6 +18234,28 @@ mygroup:WayPointExecute()
The DCS controllable class.
+
+
+
+
+
@@ -18245,17 +18278,6 @@ mygroup:WayPointExecute()
-
-
-
-
@@ -22235,6 +22257,28 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
+
+
+
+
+
@@ -22257,17 +22301,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -22889,6 +22922,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -22911,17 +22966,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -23054,6 +23098,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -23076,17 +23142,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 59cce3c82..e59aae887 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -4007,6 +4007,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8041,6 +8052,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -8717,6 +8739,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -8904,6 +8937,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+