From 547870c23e762287c094e7eef62fd0d2f1373dd5 Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Fri, 18 Apr 2025 15:48:07 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/AI.AI_A2G_Dispatcher.html | 64 +----- Documentation/AI.AI_Air.html | 88 ++++++++ Documentation/AI.AI_Cargo_Airplane.html | 56 ++++-- 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 | 14 ++ Documentation/Cargo.CargoUnit.html | 44 ---- Documentation/Core.Settings.html | 14 +- Documentation/Core.Spawn.html | 190 +++++++++++++----- Documentation/Core.Zone.html | 44 ++++ Documentation/Functional.Designate.html | 22 ++ Documentation/Functional.Detection.html | 39 +--- Documentation/Functional.Mantis.html | 188 ++++++++++++++++- Documentation/Functional.RAT.html | 41 +--- Documentation/Functional.Scoring.html | 4 +- Documentation/Ops.Airboss.html | 72 ------- Documentation/Ops.CSAR.html | 99 ++++++++- Documentation/Ops.CTLD.html | 127 +++++++++++- .../Tasking.Task_A2A_Dispatcher.html | 8 +- Documentation/Tasking.Task_CARGO.html | 19 +- .../Tasking.Task_Cargo_Dispatcher.html | 44 ++++ Documentation/Wrapper.Airbase.html | 24 +-- Documentation/Wrapper.Controllable.html | 120 ++++++++++- Documentation/Wrapper.Marker.html | 66 ------ Documentation/Wrapper.Positionable.html | 44 ++++ 27 files changed, 1016 insertions(+), 500 deletions(-) diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html index a7b52c001..a14edce80 100644 --- a/Documentation/AI.AI_A2G_Dispatcher.html +++ b/Documentation/AI.AI_A2G_Dispatcher.html @@ -4905,17 +4905,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The Defender Default Settings over all Squadrons.

- - - -
-
@@ -5033,14 +5022,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

-
@@ -13470,17 +13456,6 @@ multiplied by the Overhead and rounded up to the smallest integer.

The Defender Default Settings over all Squadrons.

- - - -
-
@@ -13598,14 +13573,11 @@ multiplied by the Overhead and rounded up to the smallest integer.

- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

-
@@ -14810,17 +14782,6 @@ multiplied by the Overhead and rounded up to the smallest integer.

The Defender Default Settings over all Squadrons.

- - - -
-
@@ -14938,14 +14899,11 @@ multiplied by the Overhead and rounded up to the smallest integer.

- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

-
@@ -16452,17 +16410,6 @@ multiplied by the Overhead and rounded up to the smallest integer.

The Defender Default Settings over all Squadrons.

- - - -
-
@@ -16580,14 +16527,11 @@ multiplied by the Overhead and rounded up to the smallest integer.

- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

-
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html index f81693f24..8c12281fc 100644 --- a/Documentation/AI.AI_Air.html +++ b/Documentation/AI.AI_Air.html @@ -3349,6 +3349,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
@@ -6202,6 +6224,28 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
@@ -6938,6 +6982,28 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
@@ -8562,6 +8628,28 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index dc18ec9ba..0100970fa 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2907,6 +2907,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+ + +
@@ -2962,9 +2973,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Aircraft is on a pickup mission.

-
@@ -4683,6 +4691,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+ + +
@@ -4738,9 +4757,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Aircraft is on a pickup mission.

-
@@ -5301,6 +5317,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+ + +
@@ -5356,9 +5383,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Aircraft is on a pickup mission.

-
@@ -6807,6 +6831,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+ + +
@@ -6862,9 +6897,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 2412cfc34..51ef5eb77 100644 --- a/Documentation/AI.AI_Cargo_Helicopter.html +++ b/Documentation/AI.AI_Cargo_Helicopter.html @@ -3072,28 +3072,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + AI_CARGO_HELICOPTER.landingheight - -

meter

-
- #number + AI_CARGO_HELICOPTER.landingspeed - -

kph

-
@@ -4996,28 +4990,22 @@ Adjust if necessary.
- #number + AI_CARGO_HELICOPTER.landingheight - -

meter

-
- #number + AI_CARGO_HELICOPTER.landingspeed - -

kph

-
@@ -5672,28 +5660,22 @@ Adjust if necessary.
- #number + AI_CARGO_HELICOPTER.landingheight - -

meter

-
- #number + AI_CARGO_HELICOPTER.landingspeed - -

kph

-
@@ -7236,28 +7218,22 @@ Adjust if necessary.
- #number + AI_CARGO_HELICOPTER.landingheight - -

meter

-
- #number + AI_CARGO_HELICOPTER.landingspeed - -

kph

-
diff --git a/Documentation/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html index 3abb58ceb..b6f5e363c 100644 --- a/Documentation/AI.AI_Patrol.html +++ b/Documentation/AI.AI_Patrol.html @@ -3423,9 +3423,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

This table contains the targets detected during patrol.

- @@ -6693,9 +6690,6 @@ The default interval is 30 seconds.

- -

This table contains the targets detected during patrol.

- @@ -7440,9 +7434,6 @@ The default interval is 30 seconds.

- -

This table contains the targets detected during patrol.

- @@ -9075,9 +9066,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 c9e4539b6..95898cb01 100644 --- a/Documentation/Cargo.Cargo.html +++ b/Documentation/Cargo.Cargo.html @@ -2907,6 +2907,17 @@ All derived classes from CARGO follow the same state machine, expose the same ca + + + +
+
+ + +CARGO.Weight + + +
diff --git a/Documentation/Cargo.CargoCrate.html b/Documentation/Cargo.CargoCrate.html index 877a1d245..1f8071438 100644 --- a/Documentation/Cargo.CargoCrate.html +++ b/Documentation/Cargo.CargoCrate.html @@ -1943,17 +1943,6 @@ Therefore, this class is considered to be deprecated

Field(s)

-
- - -
@@ -2622,17 +2611,6 @@ Therefore, this class is considered to be deprecated

Field(s)

-
- - -
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html index f1288156d..caf9588ea 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -2029,6 +2029,20 @@ Therefore, this class is considered to be deprecated

+
+ +
+
+
+ + +CARGO_GROUP.CargoObject + + + + +

Now we spawn the new group based on the template created.

+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html index 3fbd79481..a0f8322ea 100644 --- a/Documentation/Cargo.CargoUnit.html +++ b/Documentation/Cargo.CargoUnit.html @@ -1892,17 +1892,6 @@ Therefore, this class is considered to be deprecated

- -
-
-
- - CARGO_UNIT.CargoInAir @@ -1921,17 +1910,6 @@ Therefore, this class is considered to be deprecated

Set cargo object.

-
- -
-
-
- - #number -CARGO_UNIT.RunCount - - -
@@ -2618,17 +2596,6 @@ Therefore, this class is considered to be deprecated

- -
-
-
- - CARGO_UNIT.CargoInAir @@ -2647,17 +2614,6 @@ Therefore, this class is considered to be deprecated

Set cargo object.

-
- -
-
-
- - #number -CARGO_UNIT.RunCount - - -
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index 88b421b62..984d38af7 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -3014,7 +3014,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2ASystem @@ -3025,11 +3025,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2GSystem + +

BASE:E( {PlayerUnit:GetName(), A2GSystem } )

+
@@ -5171,7 +5174,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2ASystem @@ -5182,11 +5185,14 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2GSystem + +

BASE:E( {PlayerUnit:GetName(), A2GSystem } )

+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index ef0dc5ccb..d3e979168 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3247,7 +3247,7 @@ and any spaces before and after the resulting name are removed.

-

SPAWN.speed

+

SPAWN.uncontrolled

@@ -4075,20 +4075,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.

-
@@ -4122,6 +4108,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SPAWN.SpawnGrouping + + +
@@ -4180,6 +4177,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
@@ -4330,13 +4338,10 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.SpawnInitPosition +SPAWN.SpawnInitLivery - -

self:T2( { self.SpawnTemplatePrefix, Vec2} )

-
@@ -4344,13 +4349,56 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.SpawnInitSADL +SPAWN.SpawnInitModex + + + +
+ + +
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + + +
+ +
+
+
+ + +SPAWN.SpawnInitPosition -

we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case - we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL

+

self:T2( { self.SpawnTemplatePrefix, Vec2} )

@@ -4610,7 +4658,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.

@@ -4757,7 +4805,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.speed +SPAWN.uncontrolled @@ -10619,20 +10667,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.

-
@@ -10666,6 +10700,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.SpawnGrouping + + +
@@ -10724,6 +10769,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
@@ -10874,13 +10930,10 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

-SPAWN.SpawnInitPosition +SPAWN.SpawnInitLivery - -

self:T2( { self.SpawnTemplatePrefix, Vec2} )

- @@ -10888,13 +10941,56 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

-SPAWN.SpawnInitSADL +SPAWN.SpawnInitModex + + + + + + +
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + + +
+ +
+
+
+ + +SPAWN.SpawnInitPosition -

we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case - we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL

+

self:T2( { self.SpawnTemplatePrefix, Vec2} )

@@ -11154,7 +11250,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.

@@ -11301,7 +11397,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

-SPAWN.speed +SPAWN.uncontrolled diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html index 8b8aeeef7..0a9f0d65d 100644 --- a/Documentation/Core.Zone.html +++ b/Documentation/Core.Zone.html @@ -16432,6 +16432,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+ZONE_OVAL.Angle + + + +
+ + +
+
+ + #table ZONE_OVAL.CenterVec2 @@ -17136,6 +17147,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+ZONE_OVAL.Angle + + + +
+ +
+
+
+ + #table ZONE_OVAL.CenterVec2 @@ -19221,6 +19243,17 @@ end
+ZONE_OVAL.Angle + + + +
+ +
+
+
+ + #table ZONE_OVAL.CenterVec2 @@ -20721,6 +20754,17 @@ end
+ZONE_OVAL.Angle + + + +
+ +
+
+
+ + #table ZONE_OVAL.CenterVec2 diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 12d4b3a70..0c5fd7bd8 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2646,6 +2646,17 @@ Use the method DESIGNATE.SetMission() to +
+ +
+
+
@@ -2657,6 +2668,17 @@ Use the method DESIGNATE.SetMission() to +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index ccdca2555..ae441bbc3 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20322,17 +20322,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- - -
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -20350,7 +20339,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- #number + DETECTION_BASE.RefreshTimeInterval @@ -25087,17 +25076,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -25115,7 +25093,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
- #number + DETECTION_BASE.RefreshTimeInterval @@ -26840,17 +26818,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -26868,7 +26835,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 e9563de16..241a469b8 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -4344,6 +4344,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The #DETECTION_AREAS object for AWACS

+
+ +
+
+
+ + #table +MANTIS.AcceptZones + + +
@@ -4377,6 +4388,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #table +MANTIS.ConflictZones + + +
@@ -4465,6 +4487,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The ME name of the HQ object

+ + + +
+
+ + #table +MANTIS.RejectZones + + +
@@ -4977,6 +5010,61 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Prefix for logging

+ + + +
+
+ + #number +MANTIS.maxclassic + + + +
+ +
+
+
+ + #number +MANTIS.maxlongrange + + + +
+ +
+
+
+ + #number +MANTIS.maxmidrange + + + +
+ +
+
+
+ + #number +MANTIS.maxpointdefrange + + + +
+ +
+
+
+ + #number +MANTIS.maxshortrange + + +
@@ -5046,9 +5134,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

switch alarm state RED

- @@ -5060,6 +5145,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

self.SAMCheckRanges = {}

+ @@ -9127,6 +9215,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The #DETECTION_AREAS object for AWACS

+ + + +
+
+ + #table +MANTIS.AcceptZones + + +
@@ -9160,6 +9259,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + + + +
+
+ + #table +MANTIS.ConflictZones + + +
@@ -9248,6 +9358,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

+ + + +
+
+ + #table +MANTIS.RejectZones + + +
@@ -9760,6 +9881,61 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

Prefix for logging

+ + + +
+
+ + #number +MANTIS.maxclassic + + + +
+ +
+
+
+ + #number +MANTIS.maxlongrange + + + +
+ +
+
+
+ + #number +MANTIS.maxmidrange + + + +
+ +
+
+
+ + #number +MANTIS.maxpointdefrange + + + +
+ +
+
+
+ + #number +MANTIS.maxshortrange + + +
@@ -9829,9 +10005,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` - -

switch alarm state RED

- @@ -9843,6 +10016,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + +

self.SAMCheckRanges = {}

+ diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index 2c141621e..5d27b44fb 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -3551,12 +3551,6 @@ manager:Stop(7200)

RAT.termtype

Type of terminal to be used when spawning at an airbase.

- - - -

RAT.type

- - @@ -4803,7 +4797,7 @@ and any spaces before and after the resulting name are removed.

-

RAT.speed

+

RAT.uncontrolled

@@ -7353,17 +7347,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.

- - - -
-
- - -RAT.type - - -
@@ -15244,17 +15227,6 @@ Initializes the ratcraft array and group menu.

Type of terminal to be used when spawning at an airbase.

- - - -
-
- - -RAT.type - - -
@@ -22158,17 +22130,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.

- - - -
-
- - -RAT.type - - -
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index d51cbed13..cb56f15ff 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -3267,7 +3267,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SCORING.penaltyoncoalitionchange @@ -6190,7 +6190,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 aa9a6149b..aec9a6c7e 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9779,17 +9779,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

-
- -
-
-
- - -AIRBOSS.RQLid - - -
@@ -9801,17 +9790,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of marshal.

-
- -
-
-
- - -AIRBOSS.RQMid - - -
@@ -30149,17 +30127,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

- - - -
-
- - -AIRBOSS.RQLid - - -
@@ -30171,17 +30138,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

- - - -
-
- - -AIRBOSS.RQMid - - -
@@ -33261,17 +33217,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

- - - -
-
- - -AIRBOSS.RQLid - - -
@@ -33283,17 +33228,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

- - - -
-
- - -AIRBOSS.RQMid - - -
@@ -41590,9 +41524,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Make player section lead if he was not before.

- @@ -41615,9 +41546,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set Stable Hover

- diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index 6e888bbc2..8dda8b3c7 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -4671,11 +4671,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -5040,6 +5043,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+ + #number +CSAR.rescuedpilots + + + + +

counter for saved pilots

+ +
+
@@ -5065,6 +5082,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

+ +
+
@@ -10921,11 +10952,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -11290,6 +11324,20 @@ callsigns from playername or group name.

+
+
+
+ + #number +CSAR.rescuedpilots + + + + +

counter for saved pilots

+ +
+
@@ -11315,6 +11363,20 @@ callsigns from playername or group name.

+
+
+
+ + #number +CSAR.rescues + + + + +

counter for successful rescue landings at FARP/AFB/MASH

+ +
+
@@ -13437,11 +13499,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -13806,6 +13871,20 @@ callsigns from playername or group name.

+
+
+
+ + #number +CSAR.rescuedpilots + + + + +

counter for saved pilots

+ +
+
@@ -13831,6 +13910,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 ea37fc770..182b382b3 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -8538,7 +8538,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.DroppedTroops @@ -8563,11 +8563,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+ #number +CTLD.Engineers + + + +

use as counter

+ +
+ +
+
+
+ + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -8674,11 +8691,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.FreeVHFFrequencies + +

Beacons

+
@@ -9014,6 +9034,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -20300,7 +20331,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.DroppedTroops @@ -20325,11 +20356,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+ #number +CTLD.Engineers + + + +

use as counter

+ +
+ +
+
+
+ + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -20436,11 +20484,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeVHFFrequencies + +

Beacons

+
@@ -20776,6 +20827,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -22805,7 +22867,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.DroppedTroops @@ -22830,11 +22892,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+ #number +CTLD.Engineers + + + +

use as counter

+ +
+ +
+
+
+ + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -22941,11 +23020,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeVHFFrequencies + +

Beacons

+
@@ -23281,6 +23363,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -38793,6 +38886,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

template for a group of 10 paratroopers

+
+ +
+
+
+ + #number +CTLD_HERCULES.j + + +
@@ -40119,6 +40223,17 @@ Use either this method to integrate the Hercules **or** the one from the "normal

template for a group of 10 paratroopers

+ + + +
+
+ + #number +CTLD_HERCULES.j + + +
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html index 3fbda809f..75b45b01d 100644 --- a/Documentation/Tasking.Task_A2A_Dispatcher.html +++ b/Documentation/Tasking.Task_A2A_Dispatcher.html @@ -3100,7 +3100,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -3825,7 +3825,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -5001,7 +5001,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -6479,7 +6479,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 1c7518e60..b50222653 100644 --- a/Documentation/Tasking.Task_CARGO.html +++ b/Documentation/Tasking.Task_CARGO.html @@ -3313,22 +3313,11 @@ based on the tasking capabilities defined in - -
-
-
@@ -3361,7 +3350,7 @@ based on the tasking capabilities defined in
- + #number TASK_CARGO.CargoLimit @@ -4783,7 +4772,7 @@ based on the tasking capabilities defined in
- + #number TASK_CARGO.CargoLimit @@ -9315,7 +9304,7 @@ If the Unit is part of the Task, true is returned.

- + #number TASK_CARGO.CargoLimit diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html index 30df3d01a..1c35791f1 100644 --- a/Documentation/Tasking.Task_Cargo_Dispatcher.html +++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html @@ -3377,7 +3377,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+ +
+
+
+ + #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -4483,7 +4494,18 @@ This method can only be used once!

+ +
+
+
+ + #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -5341,7 +5363,18 @@ This method can only be used once!

+ +
+
+
+ + #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -6830,7 +6863,18 @@ This method can only be used once!

+ +
+
+
+ + #table TASK_CARGO_DISPATCHER.DefaultDeployZones diff --git a/Documentation/Wrapper.Airbase.html b/Documentation/Wrapper.Airbase.html index e546955e0..e0ff97c81 100644 --- a/Documentation/Wrapper.Airbase.html +++ b/Documentation/Wrapper.Airbase.html @@ -1920,7 +1920,7 @@ Waiting for Ugra and ED to fix this issue.

* AIRBASE.GermanyCW.Gatow
* AIRBASE.GermanyCW.Gelnhausen
* AIRBASE.GermanyCW.Giebelstadt
-* AIRBASE.GermanyCW.Glindbruchkippe_ +* AIRBASE.GermanyCW.Glindbruchkippe * AIRBASE.GermanyCW.Gross_Mohrdorf
* AIRBASE.GermanyCW.Grosse_Wiese
* AIRBASE.GermanyCW.Guetersloh
@@ -2063,7 +2063,7 @@ Waiting for Ugra and ED to fix this issue.

* AIRBASE.GermanyCW.Peenemuende
* AIRBASE.GermanyCW.Pferdsfeld
* AIRBASE.GermanyCW.Pinnow
-* AIRBASE.GermanyCW.Pottschutthohe
+* AIRBASE.GermanyCW.Pottschutthoehe
* AIRBASE.GermanyCW.Ramstein
* AIRBASE.GermanyCW.Rinteln
* AIRBASE.GermanyCW.Schoenefeld
@@ -4759,7 +4759,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau * AIRBASE.GermanyCW.Gatow
* AIRBASE.GermanyCW.Gelnhausen
* AIRBASE.GermanyCW.Giebelstadt
-* AIRBASE.GermanyCW.Glindbruchkippe_ +* AIRBASE.GermanyCW.Glindbruchkippe * AIRBASE.GermanyCW.Gross_Mohrdorf
* AIRBASE.GermanyCW.Grosse_Wiese
* AIRBASE.GermanyCW.Guetersloh
@@ -4902,7 +4902,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau * AIRBASE.GermanyCW.Peenemuende
* AIRBASE.GermanyCW.Pferdsfeld
* AIRBASE.GermanyCW.Pinnow
-* AIRBASE.GermanyCW.Pottschutthohe
+* AIRBASE.GermanyCW.Pottschutthoehe
* AIRBASE.GermanyCW.Ramstein
* AIRBASE.GermanyCW.Rinteln
* AIRBASE.GermanyCW.Schoenefeld
@@ -8208,7 +8208,7 @@ Note that this DOES NOT remove the airbase from the list. It just makes it unres * AIRBASE.GermanyCW.Gatow
* AIRBASE.GermanyCW.Gelnhausen
* AIRBASE.GermanyCW.Giebelstadt
-* AIRBASE.GermanyCW.Glindbruchkippe_ +* AIRBASE.GermanyCW.Glindbruchkippe * AIRBASE.GermanyCW.Gross_Mohrdorf
* AIRBASE.GermanyCW.Grosse_Wiese
* AIRBASE.GermanyCW.Guetersloh
@@ -8351,7 +8351,7 @@ Note that this DOES NOT remove the airbase from the list. It just makes it unres * AIRBASE.GermanyCW.Peenemuende
* AIRBASE.GermanyCW.Pferdsfeld
* AIRBASE.GermanyCW.Pinnow
-* AIRBASE.GermanyCW.Pottschutthohe
+* AIRBASE.GermanyCW.Pottschutthoehe
* AIRBASE.GermanyCW.Ramstein
* AIRBASE.GermanyCW.Rinteln
* AIRBASE.GermanyCW.Schoenefeld
@@ -13176,7 +13176,7 @@ Coordinates are dependent on the position of the maps origin.

* AIRBASE.GermanyCW.Gatow
* AIRBASE.GermanyCW.Gelnhausen
* AIRBASE.GermanyCW.Giebelstadt
-* AIRBASE.GermanyCW.Glindbruchkippe_ +* AIRBASE.GermanyCW.Glindbruchkippe * AIRBASE.GermanyCW.Gross_Mohrdorf
* AIRBASE.GermanyCW.Grosse_Wiese
* AIRBASE.GermanyCW.Guetersloh
@@ -13319,7 +13319,7 @@ Coordinates are dependent on the position of the maps origin.

* AIRBASE.GermanyCW.Peenemuende
* AIRBASE.GermanyCW.Pferdsfeld
* AIRBASE.GermanyCW.Pinnow
-* AIRBASE.GermanyCW.Pottschutthohe
+* AIRBASE.GermanyCW.Pottschutthoehe
* AIRBASE.GermanyCW.Ramstein
* AIRBASE.GermanyCW.Rinteln
* AIRBASE.GermanyCW.Schoenefeld
@@ -14696,7 +14696,7 @@ If the Identifiable is alive, true is returned.

* AIRBASE.GermanyCW.Gatow
* AIRBASE.GermanyCW.Gelnhausen
* AIRBASE.GermanyCW.Giebelstadt
-* AIRBASE.GermanyCW.Glindbruchkippe_ +* AIRBASE.GermanyCW.Glindbruchkippe * AIRBASE.GermanyCW.Gross_Mohrdorf
* AIRBASE.GermanyCW.Grosse_Wiese
* AIRBASE.GermanyCW.Guetersloh
@@ -14839,7 +14839,7 @@ If the Identifiable is alive, true is returned.

* AIRBASE.GermanyCW.Peenemuende
* AIRBASE.GermanyCW.Pferdsfeld
* AIRBASE.GermanyCW.Pinnow
-* AIRBASE.GermanyCW.Pottschutthohe
+* AIRBASE.GermanyCW.Pottschutthoehe
* AIRBASE.GermanyCW.Ramstein
* AIRBASE.GermanyCW.Rinteln
* AIRBASE.GermanyCW.Schoenefeld
@@ -15817,7 +15817,7 @@ If the Identifiable is alive, true is returned.

* AIRBASE.GermanyCW.Gatow
* AIRBASE.GermanyCW.Gelnhausen
* AIRBASE.GermanyCW.Giebelstadt
-* AIRBASE.GermanyCW.Glindbruchkippe_ +* AIRBASE.GermanyCW.Glindbruchkippe * AIRBASE.GermanyCW.Gross_Mohrdorf
* AIRBASE.GermanyCW.Grosse_Wiese
* AIRBASE.GermanyCW.Guetersloh
@@ -15960,7 +15960,7 @@ If the Identifiable is alive, true is returned.

* AIRBASE.GermanyCW.Peenemuende
* AIRBASE.GermanyCW.Pferdsfeld
* AIRBASE.GermanyCW.Pinnow
-* AIRBASE.GermanyCW.Pottschutthohe
+* AIRBASE.GermanyCW.Pottschutthoehe
* AIRBASE.GermanyCW.Ramstein
* AIRBASE.GermanyCW.Rinteln
* AIRBASE.GermanyCW.Schoenefeld
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index 0c3cfb186..e2434407b 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4551,6 +4551,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -4580,7 +4602,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-CONTROLLABLE.spot +CONTROLLABLE.timer @@ -17804,6 +17826,28 @@ mygroup:WayPointExecute()

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -17833,7 +17877,7 @@ mygroup:WayPointExecute()
-CONTROLLABLE.spot +CONTROLLABLE.timer @@ -21816,6 +21860,28 @@ Coordinates are dependent on the position of the maps origin.

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -21845,7 +21911,7 @@ Coordinates are dependent on the position of the maps origin.

-CONTROLLABLE.spot +CONTROLLABLE.timer @@ -22380,6 +22446,28 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -22409,7 +22497,7 @@ If the Identifiable is alive, true is returned.

-CONTROLLABLE.spot +CONTROLLABLE.timer @@ -22545,6 +22633,28 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -22574,7 +22684,7 @@ If the Identifiable is alive, true is returned.

-CONTROLLABLE.spot +CONTROLLABLE.timer diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 169f4387b..7a2a8d667 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -3271,28 +3271,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
@@ -5410,28 +5388,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
@@ -7020,28 +6976,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html index ea0132aa0..7bf2eae9f 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3971,6 +3971,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+ @@ -8005,6 +8016,17 @@ Coordinates are dependent on the position of the maps origin.

+
+ +
+ @@ -8591,6 +8613,17 @@ If the Identifiable is alive, true is returned.

+
+ +
+
+
@@ -8778,6 +8811,17 @@ If the Identifiable is alive, true is returned.

+
+ +
+
+