From 30d48fd7fc425d15240e8c4dcb8dcfc0aaca809b Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Fri, 1 Mar 2024 07:26:10 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/AI.AI_A2G_Dispatcher.html | 20 +- Documentation/AI.AI_Air.html | 132 ++++++++++++ Documentation/AI.AI_Cargo.html | 12 ++ Documentation/AI.AI_Cargo_Airplane.html | 80 ++++++-- Documentation/AI.AI_Cargo_Helicopter.html | 40 +++- Documentation/AI.AI_Patrol.html | 12 -- Documentation/Cargo.Cargo.html | 11 - Documentation/Cargo.CargoGroup.html | 31 +-- Documentation/Cargo.CargoUnit.html | 22 -- Documentation/Core.Fsm.html | 4 +- Documentation/Core.Point.html | 2 +- Documentation/Core.Settings.html | 26 +-- Documentation/Core.Spawn.html | 74 ++++--- Documentation/Core.Zone.html | 16 +- Documentation/Functional.ATC_Ground.html | 4 +- Documentation/Functional.Designate.html | 55 +++++ Documentation/Functional.Detection.html | 39 +++- Documentation/Functional.Mantis.html | 78 +------ Documentation/Functional.RAT.html | 4 +- Documentation/Functional.Scoring.html | 10 +- .../Functional.ZoneCaptureCoalition.html | 8 +- Documentation/Functional.ZoneGoal.html | 8 +- Documentation/Functional.ZoneGoalCargo.html | 8 +- .../Functional.ZoneGoalCoalition.html | 8 +- Documentation/Ops.Airboss.html | 88 ++++++-- Documentation/Ops.CSAR.html | 192 +++++++++++++----- Documentation/Ops.CTLD.html | 119 +++++++---- .../Tasking.Task_A2G_Dispatcher.html | 20 +- Documentation/Tasking.Task_CARGO.html | 13 +- .../Tasking.Task_Cargo_Dispatcher.html | 44 ++++ Documentation/Utilities.FiFo.html | 22 -- Documentation/Wrapper.Group.html | 78 ++++++- Documentation/Wrapper.Positionable.html | 44 ++++ 33 files changed, 913 insertions(+), 411 deletions(-) diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html index 7c3918c4d..1f7400e0a 100644 --- a/Documentation/AI.AI_A2G_Dispatcher.html +++ b/Documentation/AI.AI_A2G_Dispatcher.html @@ -4895,14 +4895,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

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

- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

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

- #boolean + AI_A2G_DISPATCHER.SetSendPlayerMessages - -

flash messages to players

-
@@ -16417,14 +16408,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 2145bc804..e50b560f1 100644 --- a/Documentation/AI.AI_Air.html +++ b/Documentation/AI.AI_Air.html @@ -3084,6 +3084,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -3183,6 +3194,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
@@ -5890,6 +5923,17 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -5989,6 +6033,28 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
@@ -6615,6 +6681,17 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -6714,6 +6791,28 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.RTBSpeedMaxFactor + + + +
+ +
+
+
+ + #number +AI_AIR.RTBSpeedMinFactor + + +
@@ -8228,6 +8327,17 @@ A random value in this bracket is then applied in the waypoint routing generatio + + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -8327,6 +8437,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.html b/Documentation/AI.AI_Cargo.html index b69962c68..67858e281 100644 --- a/Documentation/AI.AI_Cargo.html +++ b/Documentation/AI.AI_Cargo.html @@ -2803,6 +2803,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

No loading happened, so we need to pickup something else.

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

No loading happened, so we need to pickup something else.

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

No loading happened, so we need to pickup something else.

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

No loading happened, so we need to pickup something else.

+ diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index 6901490a3..4f4368919 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2752,6 +2752,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + +AI_CARGO_AIRPLANE.Airbase + + + + +

Set destination airbase for next :Route() command.

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

Aircraft is on a depoly mission.

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

Aircraft is on a pickup mission.

- @@ -4528,6 +4542,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + +AI_CARGO_AIRPLANE.Airbase + + + + +

Set destination airbase for next :Route() command.

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

Aircraft is on a depoly mission.

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

Aircraft is on a pickup mission.

- @@ -5146,6 +5174,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + +AI_CARGO_AIRPLANE.Airbase + + + + +

Set destination airbase for next :Route() command.

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

Aircraft is on a depoly mission.

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

Aircraft is on a pickup mission.

- @@ -6652,6 +6694,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + +AI_CARGO_AIRPLANE.Airbase + + + + +

Set destination airbase for next :Route() command.

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

Aircraft is on a depoly mission.

+
@@ -6707,9 +6766,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 9318dac32..21da7e7fb 100644 --- a/Documentation/AI.AI_Cargo_Helicopter.html +++ b/Documentation/AI.AI_Cargo_Helicopter.html @@ -2917,22 +2917,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number AI_CARGO_HELICOPTER.landingheight + +

meter

+
- + #number AI_CARGO_HELICOPTER.landingspeed + +

kph

+
@@ -4835,22 +4841,28 @@ Adjust if necessary.
- + #number AI_CARGO_HELICOPTER.landingheight + +

meter

+
- + #number AI_CARGO_HELICOPTER.landingspeed + +

kph

+
@@ -5505,22 +5517,28 @@ Adjust if necessary.
- + #number AI_CARGO_HELICOPTER.landingheight + +

meter

+
- + #number AI_CARGO_HELICOPTER.landingspeed + +

kph

+
@@ -7063,22 +7081,28 @@ 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 2d06dcfd4..e0bcd41ac 100644 --- a/Documentation/AI.AI_Patrol.html +++ b/Documentation/AI.AI_Patrol.html @@ -3268,9 +3268,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

This table contains the targets detected during patrol.

- @@ -6518,9 +6515,6 @@ Note that this method is required, as triggers the next route when patrolling fo - -

This table contains the targets detected during patrol.

- @@ -7265,9 +7259,6 @@ Note that this method is required, as triggers the next route when patrolling fo - -

This table contains the targets detected during patrol.

- @@ -8900,9 +8891,6 @@ Note that this method is required, as triggers the next route when patrolling fo - -

This table contains the targets detected during patrol.

- diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html index d071366af..d9a7e5da6 100644 --- a/Documentation/Cargo.Cargo.html +++ b/Documentation/Cargo.Cargo.html @@ -2813,17 +2813,6 @@ All derived classes from CARGO follow the same state machine, expose the same ca - - - -
-
- - -CARGO.Weight - - -
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html index 00919b9e3..9dc8d0dba 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -1911,24 +1911,13 @@ Therefore, this class is considered to be deprecated

-CARGO_GROUP.CargoCarrier - - - - -

self.CargoObject:Destroy()

- -
- - -
-
- - CARGO_GROUP.CargoGroup + +

Then we register the new group in the database

+
@@ -1940,6 +1929,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 96c7fc07e..0ea00b2ac 100644 --- a/Documentation/Cargo.CargoUnit.html +++ b/Documentation/Cargo.CargoUnit.html @@ -1809,17 +1809,6 @@ Therefore, this class is considered to be deprecated

-CARGO_UNIT.CargoCarrier - - - -
- - -
-
- - CARGO_UNIT.CargoInAir @@ -2524,17 +2513,6 @@ Therefore, this class is considered to be deprecated

- -
-
-
- - CARGO_UNIT.CargoInAir diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 3e7188d1a..58c12cb8c 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -5820,7 +5820,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState @@ -7419,7 +7419,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html index 8646cafb4..2ef72950b 100644 --- a/Documentation/Core.Point.html +++ b/Documentation/Core.Point.html @@ -16905,7 +16905,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-POINT_VEC2.x +POINT_VEC2.z diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index a6533222d..36537cebb 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2914,22 +2914,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SETTINGS.Metric -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
@@ -5082,22 +5071,11 @@ It is advised to use this method at the start of the mission.

- + #boolean SETTINGS.Metric -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index cd5094ffa..fcce079b8 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3061,7 +3061,7 @@ and any spaces before and after the resulting name are removed.

-

SPAWN.frequency

+

SPAWN.livery_id

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

-

SPAWN.skill

+

SPAWN.uncontrolled

@@ -3814,17 +3814,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.SpawnGrouping - - -
@@ -3861,6 +3850,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
@@ -3982,9 +3982,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

By default, no InitLimit

-
@@ -4093,7 +4090,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + SPAWN.SpawnMaxGroups @@ -4107,7 +4104,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + SPAWN.SpawnMaxUnitsAlive @@ -4309,7 +4306,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.

@@ -4404,7 +4401,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.frequency +SPAWN.livery_id @@ -4426,7 +4423,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.skill +SPAWN.uncontrolled @@ -10074,17 +10071,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

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

+ +
+
+
@@ -10242,9 +10239,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

By default, no InitLimit

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

- #number + SPAWN.SpawnMaxGroups @@ -10367,7 +10361,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- #number + SPAWN.SpawnMaxUnitsAlive @@ -10569,7 +10563,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.

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

-SPAWN.frequency +SPAWN.livery_id @@ -10686,7 +10680,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

-SPAWN.skill +SPAWN.uncontrolled diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html index b38c93358..a7a0919fc 100644 --- a/Documentation/Core.Zone.html +++ b/Documentation/Core.Zone.html @@ -5398,7 +5398,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

ZONE_RADIUS:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -5416,7 +5416,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

ZONE_RADIUS:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -5721,7 +5721,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

ZONE_UNIT:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -5739,7 +5739,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

ZONE_UNIT:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -26586,7 +26586,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_RADIUS:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -26676,7 +26676,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_RADIUS:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -28856,7 +28856,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_UNIT:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -28946,7 +28946,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_UNIT:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index 773f23b93..01a27f8e1 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -3888,7 +3888,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + ATC_GROUND.Airbases @@ -4473,7 +4473,7 @@ An airbase can be specified to set the maximum kick speed for.

- #table + ATC_GROUND.Airbases diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index aa9c5b954..d3565f138 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -3564,6 +3564,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -6728,6 +6739,17 @@ Using the menu system, the player can "forget" a designation, so that gradually +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -7527,6 +7549,17 @@ Using the menu system, the player can "forget" a designation, so that gradually +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -8296,6 +8329,17 @@ Using the menu system, the player can "forget" a designation, so that gradually +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -9953,6 +9997,17 @@ Using the menu system, the player can "forget" a designation, so that gradually +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index 36d3c41d3..d7e1dd995 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -19420,6 +19420,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
@@ -19580,7 +19591,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- + #number DETECTION_BASE.RefreshTimeInterval @@ -24178,6 +24189,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual +
+ +
+
+
@@ -24338,7 +24360,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
- + #number DETECTION_BASE.RefreshTimeInterval @@ -25931,6 +25953,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual +
+ +
+
+
@@ -26091,7 +26124,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 2ea35be36..f33b27aad 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -3955,17 +3955,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The #DETECTION_AREAS object for AWACS

-
- -
-
-
- - #table -MANTIS.AcceptZones - - -
@@ -3999,17 +3988,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #table -MANTIS.ConflictZones - - -
@@ -4098,17 +4076,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The ME name of the HQ object

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

switch alarm state RED

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

self.SAMCheckRanges = {}

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

The #DETECTION_AREAS object for AWACS

- - - -
-
- - #table -MANTIS.AcceptZones - - -
@@ -8688,17 +8644,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` - - - -
-
- - #table -MANTIS.ConflictZones - - -
@@ -8787,17 +8732,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

- - - -
-
- - #table -MANTIS.RejectZones - - -
@@ -9357,6 +9291,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + +

switch alarm state RED

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

self.SAMCheckRanges = {}

- diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index 12d0e5467..9e2ac05fb 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4624,7 +4624,7 @@ and any spaces before and after the resulting name are removed.

-

RAT.frequency

+

RAT.livery_id

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

-

RAT.skill

+

RAT.uncontrolled

diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index d3b755da1..b47b31778 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2905,11 +2905,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SCORING.AutoSave + +

Create the CSV file.

+
@@ -5839,11 +5842,14 @@ The scale magnifies the scores given to the players.

- + #boolean SCORING.AutoSave + +

Create the CSV file.

+
diff --git a/Documentation/Functional.ZoneCaptureCoalition.html b/Documentation/Functional.ZoneCaptureCoalition.html index dc997f40b..6acaff173 100644 --- a/Documentation/Functional.ZoneCaptureCoalition.html +++ b/Documentation/Functional.ZoneCaptureCoalition.html @@ -2593,7 +2593,7 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec

ZONE_CAPTURE_COALITION:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -2611,7 +2611,7 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec

ZONE_CAPTURE_COALITION:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -6271,7 +6271,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_CAPTURE_COALITION:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -6361,7 +6361,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_CAPTURE_COALITION:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

diff --git a/Documentation/Functional.ZoneGoal.html b/Documentation/Functional.ZoneGoal.html index 6b0cf54dd..1d7e74b17 100644 --- a/Documentation/Functional.ZoneGoal.html +++ b/Documentation/Functional.ZoneGoal.html @@ -1908,7 +1908,7 @@ Derived classes implement the ways how the achievements can be realized.

ZONE_GOAL:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -1926,7 +1926,7 @@ Derived classes implement the ways how the achievements can be realized.

ZONE_GOAL:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -3596,7 +3596,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_GOAL:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -3686,7 +3686,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_GOAL:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

diff --git a/Documentation/Functional.ZoneGoalCargo.html b/Documentation/Functional.ZoneGoalCargo.html index dc9bca025..7c8fe3767 100644 --- a/Documentation/Functional.ZoneGoalCargo.html +++ b/Documentation/Functional.ZoneGoalCargo.html @@ -2151,7 +2151,7 @@ Therefore, this class is considered to be deprecated

ZONE_GOAL_CARGO:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -2169,7 +2169,7 @@ Therefore, this class is considered to be deprecated

ZONE_GOAL_CARGO:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -4936,7 +4936,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_GOAL_CARGO:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -5026,7 +5026,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_GOAL_CARGO:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

diff --git a/Documentation/Functional.ZoneGoalCoalition.html b/Documentation/Functional.ZoneGoalCoalition.html index 0cce93351..cefa5b89c 100644 --- a/Documentation/Functional.ZoneGoalCoalition.html +++ b/Documentation/Functional.ZoneGoalCoalition.html @@ -1994,7 +1994,7 @@ Derived classes implement the ways how the achievements can be realized.

ZONE_GOAL_COALITION:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -2012,7 +2012,7 @@ Derived classes implement the ways how the achievements can be realized.

ZONE_GOAL_COALITION:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

@@ -4079,7 +4079,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_GOAL_COALITION:GetScannedSetGroup()

-

Get a set of scanned units.

+

Get a set of scanned groups.

@@ -4169,7 +4169,7 @@ Returns the Coalition for the given Coalition if there are units of the Coalitio

ZONE_GOAL_COALITION:GetScannedUnits()

-

Count the number of different coalitions inside the zone.

+

Get a table of scanned units.

diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 9fe7c7bd7..ada81486f 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9606,6 +9606,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

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

Radio queue of marshal.

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

Radio queue of LSO.

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

Radio queue of marshal.

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

Radio queue of LSO.

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

Radio queue of marshal.

+ + + +
+
+ + +AIRBOSS.RQMid + + +
@@ -40545,7 +40611,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

Set case to that of lead.

+

Set case of f

@@ -40610,20 +40676,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-AIRBOSS.PlayerData.flag - - - - -

Set stack flag.

- -
- - -
-
- - AIRBOSS.PlayerData.grade @@ -40777,6 +40829,9 @@ When moose is loading dynamically (for moose class development), tracing is swit + +

Make player section lead if he was not before.

+
@@ -40799,9 +40854,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 91ff16313..b5a0b2be3 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -2605,12 +2605,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.

CSAR.inTransitGroups

- - - -

CSAR.index

- - @@ -4011,7 +4005,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.FreeVHFFrequencies @@ -4435,11 +4429,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -4460,11 +4457,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.downedPilots + +

Replacement woundedGroups

+ +
+ +
+
+
+ + #number +CSAR.downedpilotcounter + + +
@@ -4588,17 +4599,6 @@ 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

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

counter for saved pilots

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

counter for successful rescue landings at FARP/AFB/MASH

+ +
+
@@ -10062,7 +10090,7 @@ callsigns from playername or group name.

- + #table CSAR.FreeVHFFrequencies @@ -10486,11 +10514,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -10511,11 +10542,25 @@ callsigns from playername or group name.

- + #table CSAR.downedPilots + +

Replacement woundedGroups

+ +
+ +
+
+
+ + #number +CSAR.downedpilotcounter + + +
@@ -10639,17 +10684,6 @@ callsigns from playername or group name.

contain a table for each SAR with all units he has with the original names

-
- -
-
-
- - -CSAR.index - - -
@@ -10858,6 +10892,20 @@ callsigns from playername or group name.

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

counter for saved pilots

+ +
+
@@ -10883,6 +10931,20 @@ callsigns from playername or group name.

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

counter for successful rescue landings at FARP/AFB/MASH

+ +
+
@@ -12559,7 +12621,7 @@ callsigns from playername or group name.

- + #table CSAR.FreeVHFFrequencies @@ -12983,11 +13045,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -13008,11 +13073,25 @@ callsigns from playername or group name.

- + #table CSAR.downedPilots + +

Replacement woundedGroups

+ +
+ +
+
+
+ + #number +CSAR.downedpilotcounter + + +
@@ -13136,17 +13215,6 @@ callsigns from playername or group name.

contain a table for each SAR with all units he has with the original names

-
- -
-
-
- - -CSAR.index - - -
@@ -13355,6 +13423,20 @@ callsigns from playername or group name.

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

counter for saved pilots

+ +
+
@@ -13380,6 +13462,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 5d8aa451a..a4441d437 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -7725,6 +7725,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -7745,7 +7756,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.CtldUnits @@ -7853,11 +7864,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.FreeVHFFrequencies + +

Beacons

+
@@ -7978,11 +7992,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + CTLD.RadioPath + +

Folderpath.

+
@@ -8579,7 +8596,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number CTLD.troopdropzoneradius @@ -18044,6 +18061,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -18064,7 +18092,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -18172,11 +18200,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeVHFFrequencies + +

Beacons

+
@@ -18297,11 +18328,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- #string + CTLD.RadioPath + +

Folderpath.

+
@@ -18898,7 +18932,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -20475,6 +20509,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -20495,7 +20540,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -20603,11 +20648,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeVHFFrequencies + +

Beacons

+
@@ -20728,11 +20776,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- #string + CTLD.RadioPath + +

Folderpath.

+
@@ -21329,7 +21380,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -25582,17 +25633,6 @@ When moose is loading dynamically (for moose class development), tracing is swit

Flag for direct loading.

-
- -
-
-
- - -CTLD_CARGO.Mark - - -
@@ -26743,17 +26783,6 @@ When moose is loading dynamically (for moose class development), tracing is swit

Flag for direct loading.

-
- -
-
-
- - -CTLD_CARGO.Mark - - -
@@ -30406,6 +30435,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
@@ -31059,6 +31099,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html index 8afe3e2e5..fc5b23a3a 100644 --- a/Documentation/Tasking.Task_A2G_Dispatcher.html +++ b/Documentation/Tasking.Task_A2G_Dispatcher.html @@ -3215,11 +3215,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2G_DISPATCHER.FlashNewTask + +

set to false to suppress flash messages

+
@@ -3792,11 +3795,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2G_DISPATCHER.FlashNewTask + +

set to false to suppress flash messages

+
@@ -4979,11 +4985,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2G_DISPATCHER.FlashNewTask + +

set to false to suppress flash messages

+
@@ -6468,11 +6477,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2G_DISPATCHER.FlashNewTask + +

set to false to suppress flash messages

+
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html index a44970960..eafba1846 100644 --- a/Documentation/Tasking.Task_CARGO.html +++ b/Documentation/Tasking.Task_CARGO.html @@ -3230,22 +3230,11 @@ based on the tasking capabilities defined in
- Cargo.Cargo#CARGO + FSM_PROCESS.Cargo -
- - -
-
diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html index 0d55defbc..3bbca2665 100644 --- a/Documentation/Tasking.Task_Cargo_Dispatcher.html +++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html @@ -3266,7 +3266,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+ +
+
+
+ + #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -4405,7 +4416,18 @@ This method can only be used once!

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

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

+ +
+
+
+ + #table TASK_CARGO_DISPATCHER.DefaultDeployZones diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index 4339a215f..b953b7647 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -3266,17 +3266,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

-
- -
-
-
- - #number -FIFO.uniquecounter - - -
@@ -4126,17 +4115,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

-
- -
-
-
- - #number -FIFO.uniquecounter - - -
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 35856dfd6..b38a039d4 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5307,7 +5307,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -10107,7 +10118,18 @@ So each unit of the group is respawned at exactly the same parking spot as it cu + +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -22612,7 +22634,18 @@ Note that when WayPointInitialize is called, the Mission of the controllable is + +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -26701,7 +26734,18 @@ Coordinates are dependent on the position of the maps origin.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -27326,7 +27370,18 @@ If the Identifiable is alive, true is returned.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -27568,7 +27623,18 @@ If the Identifiable is alive, true is returned.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html index f571d9b59..cdaad0488 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3744,6 +3744,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+ @@ -7778,6 +7789,17 @@ Coordinates are dependent on the position of the maps origin.

+
+ +
+ @@ -8348,6 +8370,17 @@ If the Identifiable is alive, true is returned.

+
+ +
+ @@ -8535,6 +8568,17 @@ If the Identifiable is alive, true is returned.

+
+ +
+
+