From a42c1ca70c8ae8e9057650620408ebea2b5bd1b2 Mon Sep 17 00:00:00 2001
From: Applevangelist
Date: Thu, 9 Dec 2021 17:00:14 +0000
Subject: [PATCH] MOOSE generated documentation [skip ci]
---
Documentation/AI.AI_A2G_Dispatcher.html | 44 ++++
Documentation/AI.AI_Air_Squadron.html | 22 ++
Documentation/AI.AI_Cargo_Airplane.html | 36 ++-
Documentation/AI.AI_Cargo_Helicopter.html | 40 +++-
Documentation/Cargo.CargoGroup.html | 6 -
Documentation/Core.Set.html | 142 ++++++-----
Documentation/Core.Settings.html | 4 +-
Documentation/Core.Spawn.html | 188 ++-------------
Documentation/Core.SpawnStatic.html | 84 -------
Documentation/Core.Spot.html | 132 -----------
Documentation/Functional.Designate.html | 55 -----
Documentation/Functional.Detection.html | 66 ++++++
Documentation/Functional.Mantis.html | 22 ++
Documentation/Functional.Rat.html | 69 ------
Documentation/Ops.Airboss.html | 22 +-
Documentation/Ops.Atis.html | 9 +-
Documentation/Ops.CSAR.html | 207 ++++------------
Documentation/Ops.CTLD.html | 183 ++-------------
.../Tasking.Task_A2A_Dispatcher.html | 8 +-
Documentation/Tasking.Task_Cargo.html | 11 +
.../Tasking.Task_Cargo_Dispatcher.html | 220 ++++++++++++++++++
Documentation/Wrapper.Client.html | 14 +-
Documentation/Wrapper.Group.html | 78 +------
Documentation/Wrapper.Marker.html | 66 ------
Documentation/Wrapper.Positionable.html | 44 ----
25 files changed, 647 insertions(+), 1125 deletions(-)
diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html
index 69be64507..6405458f6 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -4648,6 +4648,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The Defender Default Settings over all Squadrons.
+
+
+
+
@@ -12990,6 +13001,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.
+
+
+
+ Set destination airbase for next :Route() command.
+
@@ -2662,6 +2665,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -2687,9 +2693,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
@@ -4416,6 +4419,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -4449,6 +4455,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -4474,9 +4483,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
@@ -5045,6 +5051,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -5078,6 +5087,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -5103,9 +5115,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
@@ -6566,6 +6575,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set destination airbase for next :Route() command.
+
@@ -6599,6 +6611,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Aircraft is on a depoly mission.
+
@@ -6624,9 +6639,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a pickup mission.
-
diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index 60b95fde7..96fdac3ad 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -2786,22 +2786,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #SET_GROUP: Defines a collection of Wrapper.Groups filtered by filter criteria.
- - #SET_UNIT: Defines a colleciton of Wrapper.Units filtered by filter criteria.
+ - #SET_UNIT: Defines a collection of Wrapper.Units filtered by filter criteria.
- #SET_STATIC: Defines a collection of Wrapper.Statics filtered by filter criteria.
- - #SET_CLIENT: Defines a collection of Clients filterd by filter criteria.
+ - #SET_CLIENT: Defines a collection of Clients filtered by filter criteria.
- #SET_AIRBASE: Defines a collection of Wrapper.Airbases filtered by filter criteria.
- #SET_CARGO: Defines a collection of Cargo.Cargos filtered by filter criteria.
- #SET_ZONE: Defines a collection of Core.Zones filtered by filter criteria.
@@ -1645,7 +1645,7 @@ The following iterator methods are currently available within the SET_AIRBASE:
The Core.Set#SET_BASE class defines the core functions that define a collection of objects.
-A SET provides iterators to iterate the SET, but will temporarily yield the ForEach interator loop at defined "intervals" to the mail simulator loop.
+
A SET provides iterators to iterate the SET, but will temporarily yield the ForEach iterator loop at defined "intervals" to the mail simulator loop.
In this way, large loops can be done while not blocking the simulator main processing loop.
The default "yield interval" is after 10 objects processed.
The default "time interval" is after 0.001 seconds.
@@ -1656,7 +1656,7 @@ The default "time interval" is after 0.001 seconds.
Define the SET iterator "yield interval" and the "time interval"
-Modify the iterator intervals with the Core.Set#SET_BASE.SetInteratorIntervals method.
+
Modify the iterator intervals with the Core.Set#SET_BASE.SetIteratorIntervals method.
You can set the "yield interval", and the "time interval". (See above).
@@ -1944,7 +1944,7 @@ The following iterator methods are currently available within the SET_GROUP:
When a GROUP object crashes or is dead, the SET_GROUP will trigger a Dead event.
You can handle the event using the OnBefore and OnAfter event handlers.
-The event handlers need to have the paramters From, Event, To, GroupObject.
+The event handlers need to have the parameters From, Event, To, GroupObject.
The GroupObject is the GROUP object that is dead and within the SET_GROUP, and is passed as a parameter to the event handler.
See the following example:
@@ -1960,7 +1960,7 @@ See the following example:
While this is a good example, there is a catch.
-Imageine you want to execute the code above, the the self would need to be from the object declared outside (above) the OnAfterDead method.
+Imagine you want to execute the code above, the the self would need to be from the object declared outside (above) the OnAfterDead method.
So, the self would need to contain another object. Fortunately, this can be done, but you must use then the . notation for the method.
See the modified example:
@@ -2283,7 +2283,7 @@ The following iterator methods are currently available within the SET_UNIT:
6.1) When a UNIT object crashes or is dead, the SET_UNIT will trigger a Dead event.
You can handle the event using the OnBefore and OnAfter event handlers.
-The event handlers need to have the paramters From, Event, To, GroupObject.
+The event handlers need to have the parameters From, Event, To, GroupObject.
The GroupObject is the UNIT object that is dead and within the SET_UNIT, and is passed as a parameter to the event handler.
See the following example:
@@ -2299,7 +2299,7 @@ See the following example:
While this is a good example, there is a catch.
-Imageine you want to execute the code above, the the self would need to be from the object declared outside (above) the OnAfterDead method.
+Imagine you want to execute the code above, the the self would need to be from the object declared outside (above) the OnAfterDead method.
So, the self would need to contain another object. Fortunately, this can be done, but you must use then the . notation for the method.
See the modified example:
@@ -2528,7 +2528,7 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:
SET_AIRBASE:ForEachAirbase(IteratorFunction, ...) |
- Iterate the SET_AIRBASE and call an interator function for each AIRBASE, providing the AIRBASE and optional parameters.
+Iterate the SET_AIRBASE and call an iterator function for each AIRBASE, providing the AIRBASE and optional parameters.
|
@@ -2746,7 +2746,7 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:
SET_AIRBASE.Index |
- Table of indicies.
+Table of indices.
|
@@ -3571,7 +3571,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_BASE.Index |
- Table of indicies.
+Table of indices.
|
@@ -4337,7 +4337,7 @@ 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 interator function for each CARGO, providing the CARGO and optional parameters.
+(R2.1) Iterate the SET_CARGO and call an iterator function for each CARGO, providing the CARGO and optional parameters.
|
@@ -4549,7 +4549,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO.Index |
- Table of indicies.
+Table of indices.
|
@@ -5279,7 +5279,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:ForEachClient(IteratorFunction, ...) |
- Iterate the SET_CLIENT and call an interator function for each alive CLIENT, providing the CLIENT and optional parameters.
+Iterate the SET_CLIENT and call an iterator function for each alive CLIENT, providing the CLIENT and optional parameters.
|
@@ -5491,7 +5491,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT.Index |
- Table of indicies.
+Table of indices.
|
@@ -6569,7 +6569,7 @@ mission designer to add a dedicated method
SET_GROUP.Index |
- Table of indicies.
+Table of indices.
|
@@ -7287,7 +7287,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER:ForEachPlayer(IteratorFunction, ...) |
- Iterate the SET_PLAYER and call an interator function for each alive CLIENT, providing the CLIENT and optional parameters.
+Iterate the SET_PLAYER and call an iterator function for each alive CLIENT, providing the CLIENT and optional parameters.
|
@@ -7499,7 +7499,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER.Index |
- Table of indicies.
+Table of indices.
|
@@ -8235,7 +8235,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:ForEachStatic(IteratorFunction, ...) |
- Iterate the SET_STATIC and call an interator function for each alive STATIC, providing the STATIC and optional parameters.
+Iterate the SET_STATIC and call an iterator function for each alive STATIC, providing the STATIC and optional parameters.
|
@@ -8507,7 +8507,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC.Index |
- Table of indicies.
+Table of indices.
|
@@ -9183,7 +9183,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:CalculateThreatLevelA2G() |
- Calculate the maxium A2G threat level of the SET_UNIT.
+Calculate the maximum A2G threat level of the SET_UNIT.
|
@@ -9261,7 +9261,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:ForEachUnit(IteratorFunction, ...) |
- Iterate the SET_UNIT and call an interator function for each alive UNIT, providing the UNIT and optional parameters.
+Iterate the SET_UNIT and call an iterator function for each alive UNIT, providing the UNIT and optional parameters.
|
@@ -9279,7 +9279,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:ForEachUnitPerThreatLevel(FromThreatLevel, ToThreatLevel, IteratorFunction, ...) |
- Iterate the SET_UNIT sorted *per Threat Level and call an interator function for each alive UNIT, providing the UNIT and optional parameters.
+Iterate the SET_UNIT sorted *per Threat Level and call an iterator function for each alive UNIT, providing the UNIT and optional parameters.
|
@@ -9583,7 +9583,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT.Index |
- Table of indicies.
+Table of indices.
|
@@ -10289,7 +10289,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE:ForEachZone(IteratorFunction, ...) |
- Iterate the SET_ZONE and call an interator function for each ZONE, providing the ZONE and optional parameters.
+Iterate the SET_ZONE and call an iterator function for each ZONE, providing the ZONE and optional parameters.
|
@@ -10519,7 +10519,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE.Index |
- Table of indicies.
+Table of indices.
|
@@ -11219,7 +11219,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL:ForEachZone(IteratorFunction, ...) |
- Iterate the SET_ZONE_GOAL and call an interator function for each ZONE, providing the ZONE and optional parameters.
+Iterate the SET_ZONE_GOAL and call an iterator function for each ZONE, providing the ZONE and optional parameters.
|
@@ -11449,7 +11449,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL.Index |
- Table of indicies.
+Table of indices.
|
@@ -12572,7 +12572,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-Iterate the SET_AIRBASE and call an interator function for each AIRBASE, providing the AIRBASE and optional parameters.
+Iterate the SET_AIRBASE and call an iterator function for each AIRBASE, providing the AIRBASE and optional parameters.
@@ -13244,7 +13244,7 @@ DatabaseSet = SET_AIRBASE:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -14187,7 +14187,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -17760,7 +17760,7 @@ BASE:TraceOnOff( false )
#table
SET_BASE.Index
-Table of indicies.
+Table of indices.
@@ -18219,7 +18219,7 @@ BASE:TraceOnOff( false )
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -19162,7 +19162,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -19493,7 +19493,7 @@ DBObject = SET_BASE:New()
#table
SET_BASE.Index
-Table of indicies.
+Table of indices.
@@ -23501,7 +23501,7 @@ BASE:TraceOnOff( false )
-(R2.1) Iterate the SET_CARGO and call an interator function for each CARGO, providing the CARGO and optional parameters.
+(R2.1) Iterate the SET_CARGO and call an iterator function for each CARGO, providing the CARGO and optional parameters.
@@ -24144,7 +24144,7 @@ DatabaseSet = SET_CARGO:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -25087,7 +25087,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -28774,7 +28774,7 @@ BASE:TraceOnOff( false )
-
(optional) Include only active clients to the set.
+
(Optional) Include only active clients to the set.
Include inactive clients if you provide false.
@@ -29176,7 +29176,7 @@ ClientSet = SET_CLIENT:New():FilterActive( false ):FilterCoalition( "blue" ):Fil
-Iterate the SET_CLIENT and call an interator function for each alive CLIENT, providing the CLIENT and optional parameters.
+Iterate the SET_CLIENT and call an iterator function for each alive CLIENT, providing the CLIENT and optional parameters.
@@ -29890,7 +29890,7 @@ DBObject = SET_CLIENT:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -30833,7 +30833,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -34556,7 +34556,7 @@ BASE:TraceOnOff( false )
@@ -34621,7 +34621,7 @@ end
@@ -34686,7 +34686,7 @@ end
@@ -34754,7 +34754,7 @@ end
@@ -34963,7 +34963,7 @@ MESSAGE:New("There are " .. MySetGroup:CountUnitInZone(MyZone) .. " UNITs in the
-
(optional) Include only active groups to the set.
+
(Optional) Include only active groups to the set.
Include inactive groups if you provide false.
@@ -36713,7 +36713,7 @@ MySetGroup:SetCargoBayWeightLimit()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -37656,7 +37656,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -41652,7 +41652,7 @@ BASE:TraceOnOff( false )
-Iterate the SET_PLAYER and call an interator function for each alive CLIENT, providing the CLIENT and optional parameters.
+Iterate the SET_PLAYER and call an iterator function for each alive CLIENT, providing the CLIENT and optional parameters.
@@ -42366,7 +42366,7 @@ DBObject = SET_PLAYER:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -43309,7 +43309,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -47410,7 +47410,7 @@ BASE:TraceOnOff( false )
-Iterate the SET_STATIC and call an interator function for each alive STATIC, providing the STATIC and optional parameters.
+Iterate the SET_STATIC and call an iterator function for each alive STATIC, providing the STATIC and optional parameters.
@@ -47820,7 +47820,7 @@ BASE:TraceOnOff( false )
-
(optional) The delimiter, which is default a comma.
+
(Optional) The delimiter, which is default a comma.
@@ -48500,7 +48500,7 @@ DBObject = SET_STATIC:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -49443,7 +49443,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -53124,7 +53124,7 @@ BASE:TraceOnOff( false )
-Calculate the maxium A2G threat level of the SET_UNIT.
+Calculate the maximum A2G threat level of the SET_UNIT.
@@ -53205,7 +53205,7 @@ BASE:TraceOnOff( false )
-
(optional) Include only active units to the set.
+
(Optional) Include only active units to the set.
Include inactive units if you provide false.
@@ -53684,7 +53684,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
-Iterate the SET_UNIT and call an interator function for each alive UNIT, providing the UNIT and optional parameters.
+Iterate the SET_UNIT and call an iterator function for each alive UNIT, providing the UNIT and optional parameters.
@@ -53872,7 +53872,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
-
Iterate the SET_UNIT sorted *per Threat Level and call an interator function for each alive UNIT, providing the UNIT and optional parameters.
+
Iterate the SET_UNIT sorted *per Threat Level and call an iterator function for each alive UNIT, providing the UNIT and optional parameters.
@@ -54100,10 +54100,6 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
- Usage:
-
-
-
@@ -54133,7 +54129,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
-
(optional) The delimiter, which is default a comma.
+
(Optional) The delimiter, which is default a comma.
@@ -55101,7 +55097,7 @@ MySetUnit:SetCargoBayWeightLimit()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -56044,7 +56040,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -59925,7 +59921,7 @@ BASE:TraceOnOff( false )
-Iterate the SET_ZONE and call an interator function for each ZONE, providing the ZONE and optional parameters.
+Iterate the SET_ZONE and call an iterator function for each ZONE, providing the ZONE and optional parameters.
@@ -60718,7 +60714,7 @@ DatabaseSet = SET_ZONE:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -61661,7 +61657,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
@@ -65499,7 +65495,7 @@ BASE:TraceOnOff( false )
-Iterate the SET_ZONE_GOAL and call an interator function for each ZONE, providing the ZONE and optional parameters.
+Iterate the SET_ZONE_GOAL and call an iterator function for each ZONE, providing the ZONE and optional parameters.
@@ -66278,7 +66274,7 @@ DatabaseSet = SET_ZONE_GOAL:New()
-
(optional) The master object as a reference.
+
(Optional) The master object as a reference.
@@ -67221,7 +67217,7 @@ DBObject = SET_BASE:New()
-
(optional) When true, the :Remove() method will not trigger a Removed event.
+
(Optional) When true, the :Remove() method will not trigger a Removed event.
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 0152cb428..5453e7618 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2715,7 +2715,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
SETTINGS.A2ASystem
@@ -4809,7 +4809,7 @@ It is advised to use this method at the start of the mission.
-
- SPAWN.communication |
-
-
- |
-
-
- SPAWN.frequency |
-
-
- |
-
-
- SPAWN.modulation |
-
-
- |
-
-
- SPAWN.skill |
-
-
- |
-
-
- SPAWN.uncontrolled |
-
-
|
@@ -3516,6 +3486,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3648,17 +3629,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3873,7 +3843,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.
@@ -3925,61 +3895,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-
-
-
-
-
-
-
-
@@ -8923,6 +8838,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -9055,17 +8981,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9280,7 +9195,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.
@@ -9332,61 +9247,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-
-
-
-
-
-
-
-
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 3b4bd5359..db52a7d8f 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -1865,24 +1865,6 @@ such as position and heading.
SPAWNSTATIC:_SpawnStatic(Template, CountryID) |
Spawns a new static using a given template.
- |
-
-
- SPAWNSTATIC.heliport_callsign_id |
-
-
- |
-
-
- SPAWNSTATIC.heliport_frequency |
-
-
- |
-
-
- SPAWNSTATIC.heliport_modulation |
-
-
|
@@ -2790,39 +2772,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -4044,39 +3993,6 @@ 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 c033bba28..3e67121b0 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2670,50 +2670,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -3927,50 +3883,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -5475,50 +5387,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 54e5e8236..4c32169c9 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -3423,17 +3423,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -6602,17 +6591,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
@@ -7423,17 +7401,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
@@ -8214,17 +8181,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
@@ -9897,17 +9853,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index c95e7f8f7..63bd4a59e 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -18775,6 +18775,17 @@ BASE:TraceOnOff( false )
+
+
+
+
@@ -18935,7 +18946,18 @@ BASE:TraceOnOff( false )
+
+
@@ -23637,7 +23670,18 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
@@ -25394,7 +25449,18 @@ 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 bab5f4a6f..16067631b 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2900,6 +2900,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
+
+
+
+
@@ -6551,6 +6562,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
+
+
+
+
diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html
index 14df19be1..be556463f 100644
--- a/Documentation/Functional.Rat.html
+++ b/Documentation/Functional.Rat.html
@@ -3358,12 +3358,6 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
- |
-
-
- RAT.type |
-
-
|
@@ -4324,36 +4318,6 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- RAT.communication |
-
-
- |
-
-
- RAT.frequency |
-
-
- |
-
-
- RAT.modulation |
-
-
- |
-
-
- RAT.skill |
-
-
- |
-
-
- RAT.uncontrolled |
-
-
|
@@ -6725,17 +6689,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.
-
-
-
-
@@ -14616,17 +14569,6 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
-
-
-
-
@@ -20562,17 +20504,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/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 89c00d925..b996b7b71 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -1721,7 +1721,6 @@ As described below, the initial zone can be smoked or flared via the AIRBOSS F10
The AV-8B Harrier pattern is very similar, the only differences are as there is no angled deck there is no wake check. from the ninety you wil fly a straight approach offset 26 ft to port (left) of the tram line.
The aim is to arrive abeam the landing spot in a stable hover at 120 ft with forward speed matched to the boat. From there the LSO will call "cleared to land". You then level cross to the tram line at the designated landing spot at land vertcally. When you stabalise over the landing spot LSO will call Stabalise to indicate you are centered at the correct spot.
-
CASE III

@@ -2424,8 +2423,6 @@ airbossStennis:SetVoiceOver(airbossStennis.LSOCall.ROGERBALL, 0.7)
Again, changing the file name, subtitle, subtitle duration is not required if you name the file exactly like the original one, which is this case would be "LSO-RogerBall.ogg".
-
-
The Radio Dilemma
DCS offers two (actually three) ways to send radio messages. Each one has its advantages and disadvantages and it is important to understand the differences.
@@ -38782,9 +38779,6 @@ BASE:TraceOnOff( false )
-
- Set case to that of lead.
-
@@ -38852,7 +38846,7 @@ BASE:TraceOnOff( false )
- Set stack flag.
+ Also decrease flag for section members of flight.
@@ -38865,6 +38859,17 @@ BASE:TraceOnOff( false )
Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
+
+
+
+
@@ -39055,6 +39060,9 @@ BASE:TraceOnOff( false )
+
+ Set new time stamp.
+
diff --git a/Documentation/Ops.Atis.html b/Documentation/Ops.Atis.html
index 57901f447..658450dd1 100644
--- a/Documentation/Ops.Atis.html
+++ b/Documentation/Ops.Atis.html
@@ -1545,6 +1545,7 @@ ATIS broadcasts contain essential information, such as current weather informati
Author: funkyfranky
+
Global(s)
@@ -1606,7 +1607,7 @@ The parameter
frequency is the frequency the ATIS broadcasts in MHz.Subtitles
Currently, DCS allows for displaying subtitles of radio transmissions only from airborne units, i.e. airplanes and helicopters. Therefore, if you want to have subtitles, it is necessary to place an
-additonal aircraft on the ATIS airport and set it to uncontrolled. This unit can then function as a radio relay to transmit messages with subtitles. These subtitles will only be displayed, if the
+additional aircraft on the ATIS airport and set it to uncontrolled. This unit can then function as a radio relay to transmit messages with subtitles. These subtitles will only be displayed, if the
player has tuned in the correct ATIS frequency.
Radio transmissions via an airborne unit can be set via the ATIS.SetRadioRelayUnitName(unitname) function, where the parameter unitname is the name of the unit passed as string, e.g.
@@ -1623,7 +1624,7 @@ Setting a
duration of 0 will completely disable all subtitles.
Active Runway
-
By default, the currently active runway is determined automatically by analysing the wind direction. Therefore, you should obviously set the wind speed to be greater zero in your mission.
+
By default, the currently active runway is determined automatically by analyzing the wind direction. Therefore, you should obviously set the wind speed to be greater zero in your mission.
Note however, there are a few special cases, where automatic detection does not yield the correct or desired result.
For example, there are airports with more than one runway facing in the same direction (usually denoted left and right). In this case, there is obviously no unique result depending on the wind vector.
@@ -1653,7 +1654,7 @@ An explicit correction factor can be set via
ATIS.SetSRS() function. This uses
SRS (Version >= 1.9.6.0) for broadcasing.
+
You can enable text-to-speech ATIS information with the ATIS.SetSRS() function. This uses SRS (Version >= 1.9.6.0) for broadcasting.
Advantages are that no sound files or radio relay units are necessary. Also the issue that FC3 aircraft hear all transmissions will be circumvented.
The ATIS.SetSRS() requires you to specify the path to the SRS install directory or more specifically the path to the DCS-SR-ExternalAudio.exe file.
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 59f3849f9..77b2e89f0 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2264,6 +2264,12 @@ Create a late-activated single infantry unit as template in the mission editor a
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -3518,7 +3524,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -3607,14 +3613,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3806,14 +3809,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3834,25 +3834,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -3951,6 +3937,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
+
+
+
+
@@ -4148,20 +4145,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -4187,20 +4170,6 @@ 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
-
-
-
@@ -8272,7 +8241,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -8361,14 +8330,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8560,14 +8526,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8588,25 +8551,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -8705,6 +8654,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
+
+
+
+
@@ -8902,20 +8862,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -8941,20 +8887,6 @@ 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
-
-
-
@@ -10558,7 +10490,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -10647,14 +10579,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -10846,14 +10775,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -10874,25 +10800,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -10991,6 +10903,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
+
+
+
+
@@ -11188,20 +11111,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -11227,20 +11136,6 @@ 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
-
-
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 79bbf98be..113cbbe11 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -5581,17 +5581,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -5623,7 +5612,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.CtldUnits
@@ -5645,7 +5634,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -5670,28 +5659,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -5712,7 +5684,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -5739,9 +5711,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
Beacons
-
@@ -5944,17 +5913,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -6280,7 +6238,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repair a unit/group
+
noob catch
@@ -12676,17 +12634,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -12718,7 +12665,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.CtldUnits
@@ -12740,7 +12687,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -12765,28 +12712,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -12807,7 +12737,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -12834,9 +12764,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
Beacons
-
@@ -13039,17 +12966,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -13375,7 +13291,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repair a unit/group
+
noob catch
@@ -14989,17 +14905,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -15031,7 +14936,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.CtldUnits
@@ -15053,7 +14958,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -15078,28 +14983,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -15120,7 +15008,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -15147,9 +15035,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
Beacons
-
@@ -15352,17 +15237,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -15688,7 +15562,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repair a unit/group
+
noob catch
@@ -19482,6 +19356,17 @@ BASE:TraceOnOff( false )
Can transport crate.
+
+
+
+
@@ -23189,17 +23074,6 @@ BASE:TraceOnOff( false )
-
-
-
-
@@ -23853,17 +23727,6 @@ BASE:TraceOnOff( false )
-
-
-
-
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html
index 218ad2581..3ff556ca8 100644
--- a/Documentation/Tasking.Task_A2A_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2A_Dispatcher.html
@@ -2814,7 +2814,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
@@ -3539,7 +3539,7 @@ If too large, any airborne cap may not be able to reach the detected target area
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
@@ -4715,7 +4715,7 @@ If too large, any airborne cap may not be able to reach the detected target area
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
@@ -6197,7 +6197,7 @@ If too large, any airborne cap may not be able to reach the detected target area
-
+ #boolean
TASK_A2A_DISPATCHER.FlashNewTask
diff --git a/Documentation/Tasking.Task_Cargo.html b/Documentation/Tasking.Task_Cargo.html
index 69e29e113..f7b435fd5 100644
--- a/Documentation/Tasking.Task_Cargo.html
+++ b/Documentation/Tasking.Task_Cargo.html
@@ -3118,6 +3118,17 @@ based on the tasking capabilities defined in
+
+
+
diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html
index 3f05ecc52..15ebd077d 100644
--- a/Documentation/Tasking.Task_Cargo_Dispatcher.html
+++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html
@@ -3088,6 +3088,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
+
+
+
@@ -3107,6 +3151,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4167,6 +4222,50 @@ This method can only be used once!
Field(s)
+
+
+
+
@@ -4186,6 +4285,17 @@ This method can only be used once!
+
+
+
+
@@ -5025,6 +5135,50 @@ This method can only be used once!
Field(s)
+
+
+
+
@@ -5044,6 +5198,17 @@ This method can only be used once!
+
+
+
+
@@ -6518,6 +6683,50 @@ This method can only be used once!
Field(s)
+
+
+
+
@@ -6537,6 +6746,17 @@ This method can only be used once!
+
+
+
+
diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html
index d2798c870..61cfd68e8 100644
--- a/Documentation/Wrapper.Client.html
+++ b/Documentation/Wrapper.Client.html
@@ -4232,7 +4232,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Alive2.
+
Alive.
@@ -5346,7 +5346,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Alive2.
+
Alive.
@@ -7610,7 +7610,7 @@ If the Unit is alive but not active, false is returned.
-
Alive2.
+
Alive.
@@ -16171,7 +16171,7 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of
-
Alive2.
+
Alive.
@@ -19828,7 +19828,7 @@ Coordinates are dependent on the position of the maps origin.
-
Alive2.
+
Alive.
@@ -20502,7 +20502,7 @@ If the Identifiable is alive, true is returned.
-
Alive2.
+
Alive.
@@ -20782,7 +20782,7 @@ If the Identifiable is alive, true is returned.
-
Alive2.
+
Alive.
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index ba7ee39bb..12a736691 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -4752,18 +4752,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
GROUP.InitRespawnRandomizePositionOuter
+
GROUP.InitRespawnRandomizePositionZone
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index b7e9358fa..d67bf3716 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -2987,28 +2987,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -5093,28 +5071,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -6707,28 +6663,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 20b3cb3aa..4b2380f6c 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3517,17 +3517,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -7088,17 +7077,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -7676,17 +7654,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -7870,17 +7837,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-