From 2b004bdb4b85119ac4a3011fbc177c51c9943f2b Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Thu, 31 Jul 2025 07:28:37 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/AI.AI_Air_Dispatcher.html | 44 -- Documentation/AI.AI_Air_Squadron.html | 22 + Documentation/AI.AI_Cargo_Airplane.html | 12 + Documentation/AI.AI_Patrol.html | 12 - Documentation/Cargo.Cargo.html | 11 - Documentation/Cargo.CargoGroup.html | 17 + Documentation/Core.Fsm.html | 4 +- Documentation/Core.Settings.html | 4 +- Documentation/Core.Spawn.html | 196 +++-- Documentation/Core.SpawnStatic.html | 4 +- Documentation/Functional.ATC_Ground.html | 10 +- Documentation/Functional.Designate.html | 6 +- Documentation/Functional.Detection.html | 33 - Documentation/Functional.Mantis.html | 174 +---- Documentation/Functional.RAT.html | 45 ++ Documentation/Functional.Scoring.html | 26 +- Documentation/Ops.Airboss.html | 24 +- Documentation/Ops.CSAR.html | 15 +- Documentation/Ops.CTLD.html | 141 +--- .../Tasking.Task_A2A_Dispatcher.html | 8 +- .../Tasking.Task_A2G_Dispatcher.html | 20 +- Documentation/Tasking.Task_CARGO.html | 2 +- Documentation/Utilities.FiFo.html | 22 - Documentation/Utilities.Utils.html | 730 +++++++++++++++++- Documentation/Wrapper.Client.html | 42 + Documentation/Wrapper.Controllable.html | 110 +++ Documentation/Wrapper.Marker.html | 132 ++-- Documentation/Wrapper.Unit.html | 42 + 28 files changed, 1331 insertions(+), 577 deletions(-) diff --git a/Documentation/AI.AI_Air_Dispatcher.html b/Documentation/AI.AI_Air_Dispatcher.html index 6ff130ce0..58b478ff5 100644 --- a/Documentation/AI.AI_Air_Dispatcher.html +++ b/Documentation/AI.AI_Air_Dispatcher.html @@ -4667,17 +4667,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The Defender Default Settings over all Squadrons.

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

The Defender Default Settings over all Squadrons.

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

The Defender Default Settings over all Squadrons.

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

The Defender Default Settings over all Squadrons.

- - - -
-
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html index 2a879dbc4..bd32bb155 100644 --- a/Documentation/AI.AI_Air_Squadron.html +++ b/Documentation/AI.AI_Air_Squadron.html @@ -2726,6 +2726,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
@@ -3797,6 +3808,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index 0c0718ba6..02c672d8f 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2953,6 +2953,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Aircraft is on a depoly mission.

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

Aircraft is on a depoly mission.

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

Aircraft is on a depoly mission.

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

Aircraft is on a depoly mission.

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

This table contains the targets detected during patrol.

- @@ -6695,9 +6692,6 @@ The default interval is 30 seconds.

- -

This table contains the targets detected during patrol.

- @@ -7442,9 +7436,6 @@ The default interval is 30 seconds.

- -

This table contains the targets detected during patrol.

- @@ -9077,9 +9068,6 @@ The default interval is 30 seconds.

- -

This table contains the targets detected during patrol.

- diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html index 368e3fe03..8626c57bd 100644 --- a/Documentation/Cargo.Cargo.html +++ b/Documentation/Cargo.Cargo.html @@ -2909,17 +2909,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 f4a674435..7633b60d7 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -2002,10 +2002,27 @@ 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

+
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 13fd9d09a..b824f65b8 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -6191,7 +6191,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState @@ -7790,7 +7790,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index 036432b7e..0038253b2 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -3025,7 +3025,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2GSystem @@ -5193,7 +5193,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2GSystem diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 39c9278c6..90551472d 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3208,6 +3208,12 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

+ + + +

SPAWN.hidden

+ + @@ -4039,6 +4045,20 @@ 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.

+
@@ -4185,6 +4205,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SPAWN.SpawnInitFreq + + +
@@ -4268,39 +4299,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

By default, no InitLimit

-
- -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
- - -
-
-
@@ -4315,6 +4313,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

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

+
+ +
+
+
+ + +SPAWN.SpawnInitSADL + + + + +

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

+ +
+ +
+
+
+ + #string +SPAWN.SpawnInitSkill + + +
@@ -4647,6 +4671,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPAWN.hidden + + +
@@ -10511,6 +10546,20 @@ 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.

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

+ + +
+
+ + +SPAWN.SpawnInitFreq + + +
@@ -10740,39 +10800,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

By default, no InitLimit

- - - -
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
- - -
-
-
@@ -10787,6 +10814,32 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

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

+ + + +
+
+ + +SPAWN.SpawnInitSADL + + + + +

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

+ +
+ +
+
+
+ + #string +SPAWN.SpawnInitSkill + + +
@@ -11119,6 +11172,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.hidden + + +
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index 1e396fc7b..efded844c 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -3183,7 +3183,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table SPAWNSTATIC.TemplateStaticUnit @@ -4876,7 +4876,7 @@ Handy if you spawn from cargo statics which have resources already set.

- + #table SPAWNSTATIC.TemplateStaticUnit diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index bd4bb93bf..9acadba04 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -4116,7 +4116,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + ATC_GROUND.Airbases @@ -4132,9 +4132,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Kickspeed

-
@@ -4704,7 +4701,7 @@ An airbase can be specified to set the maximum kick speed for.

- #table + ATC_GROUND.Airbases @@ -4720,9 +4717,6 @@ An airbase can be specified to set the maximum kick speed for.

- -

Kickspeed

-
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index fd387ab40..3376e6091 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2653,7 +2653,7 @@ Use the method DESIGNATE.SetMission() to
-DESIGNATE.LaseStart +DESIGNATE.LaseDuration @@ -2663,8 +2663,8 @@ Use the method DESIGNATE.SetMission() to
- #table -DESIGNATE.LaserCodes + +DESIGNATE.LaseStart diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index b71ece9fe..2b9813873 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20189,17 +20189,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -24965,17 +24954,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -26729,17 +26707,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index 49c1167f3..97e561463 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -4382,8 +4382,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table -MANTIS.AcceptZones + +MANTIS.AWACS_Prefix @@ -4420,17 +4420,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #table -MANTIS.ConflictZones - - -
@@ -4530,17 +4519,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 - - -
@@ -5064,61 +5042,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Log SAM status in dcs.log every cycle if true

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

switch alarm state RED

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

self.SAMCheckRanges = {}

- @@ -9315,8 +9238,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table -MANTIS.AcceptZones + +MANTIS.AWACS_Prefix @@ -9353,17 +9276,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` -
- -
-
-
- - #table -MANTIS.ConflictZones - - -
@@ -9463,17 +9375,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

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

Log SAM status in dcs.log every cycle if true

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

switch alarm state RED

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

self.SAMCheckRanges = {}

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

RAT.termtype

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

+ + + +

RAT.type

+ + @@ -4758,6 +4764,12 @@ and any spaces before and after the resulting name are removed.

RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

+ + + +

RAT.hidden

+ + @@ -7305,6 +7317,17 @@ 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 + + +
@@ -15185,6 +15208,17 @@ Initializes the ratcraft array and group menu.

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

+ + + +
+
+ + +RAT.type + + +
@@ -22088,6 +22122,17 @@ 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 7165762dd..42addf3dd 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -3067,6 +3067,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+SCORING.AutoSave + + + +
+ + +
+
+ + SCORING.AutoSavePath @@ -3278,7 +3289,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SCORING.penaltyonfratricide @@ -5990,6 +6001,17 @@ The scale magnifies the scores given to the players.

+ +
+
+
+ + SCORING.AutoSavePath @@ -6201,7 +6223,7 @@ The scale magnifies the scores given to the players.

- #boolean + SCORING.penaltyonfratricide diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 981d33802..cc073feb6 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -41886,7 +41886,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -41914,7 +41914,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -41928,7 +41928,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

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

Also decrease flag for section members of flight.

- -
- -
-
-
- - AIRBOSS.PlayerData.grade @@ -42346,7 +42332,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

Set new time stamp.

+

Set time stamp.

@@ -42484,7 +42470,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

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

table of CSAR unit names

+
@@ -10963,11 +10966,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -13501,11 +13507,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 4bae78931..f83f0882e 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -8607,7 +8607,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.DroppedTroops @@ -8632,11 +8632,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -8721,7 +8724,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.FreeFMFrequencies @@ -8732,7 +8735,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.FreeUHFFrequencies @@ -8743,7 +8746,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeVHFFrequencies @@ -8834,14 +8837,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string CTLD.RadioPath - -

Folderpath.

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

noob catch

+

time to repairor build a unit/group

@@ -9485,7 +9485,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number CTLD.troopdropzoneradius @@ -9523,6 +9523,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

sub categories

+
@@ -21025,7 +21028,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.DroppedTroops @@ -21050,11 +21053,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -21139,7 +21145,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeFMFrequencies @@ -21150,7 +21156,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeUHFFrequencies @@ -21161,7 +21167,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeVHFFrequencies @@ -21252,14 +21258,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -21804,7 +21807,7 @@ However, if you create a new folder inside the miz file, which contains the soun -

noob catch

+

time to repairor build a unit/group

@@ -21903,7 +21906,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -21941,6 +21944,9 @@ However, if you create a new folder inside the miz file, which contains the soun + +

sub categories

+
@@ -23541,7 +23547,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.DroppedTroops @@ -23566,11 +23572,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -23655,7 +23664,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeFMFrequencies @@ -23666,7 +23675,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeUHFFrequencies @@ -23677,7 +23686,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeVHFFrequencies @@ -23768,14 +23777,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -24320,7 +24326,7 @@ However, if you create a new folder inside the miz file, which contains the soun -

noob catch

+

time to repairor build a unit/group

@@ -24419,7 +24425,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -24457,6 +24463,9 @@ However, if you create a new folder inside the miz file, which contains the soun + +

sub categories

+
@@ -29210,17 +29219,6 @@ When moose is loading dynamically (for moose class development), tracing is swit

Location (if set) where to get this cargo item.

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

Location (if set) where to get this cargo item.

-
- -
-
-
- - -CTLD_CARGO.Mark - - -
@@ -34949,17 +34936,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
- @@ -35613,17 +35589,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
- @@ -39592,17 +39557,6 @@ When moose is loading dynamically (for moose class development), tracing is swit

template for a group of 10 paratroopers

-
- -
-
-
- - #number -CTLD_HERCULES.j - - -
@@ -40929,17 +40883,6 @@ 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 e483a40a6..ebf81be38 100644 --- a/Documentation/Tasking.Task_A2A_Dispatcher.html +++ b/Documentation/Tasking.Task_A2A_Dispatcher.html @@ -3102,7 +3102,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -3827,7 +3827,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -5003,7 +5003,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -6481,7 +6481,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_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html index 61ebae231..20b2e29dd 100644 --- a/Documentation/Tasking.Task_A2G_Dispatcher.html +++ b/Documentation/Tasking.Task_A2G_Dispatcher.html @@ -3372,11 +3372,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean TASK_A2G_DISPATCHER.FlashNewTask + +

set to false to suppress flash messages

+
@@ -3949,11 +3952,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

+
@@ -5136,11 +5142,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

+
@@ -6625,11 +6634,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 31a81d018..0fc8aa7dc 100644 --- a/Documentation/Tasking.Task_CARGO.html +++ b/Documentation/Tasking.Task_CARGO.html @@ -3315,7 +3315,7 @@ based on the tasking capabilities defined in
- Cargo.Cargo#CARGO + FSM_PROCESS.Cargo diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index 800de19d6..c9e3e0937 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -8281,17 +8281,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
-
-
- - #number -LIFO.uniquecounter - - -
@@ -9141,17 +9130,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
-
-
- - #number -LIFO.uniquecounter - - -
diff --git a/Documentation/Utilities.Utils.html b/Documentation/Utilities.Utils.html index 2a990b17f..7557ca41e 100644 --- a/Documentation/Utilities.Utils.html +++ b/Documentation/Utilities.Utils.html @@ -2903,6 +2903,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte

UTILS.SecondsToMidnight()

Cound seconds until next midnight.

+ + + +

UTILS.SetCarrierIlluminationMode(UnitID, Mode)

+ +

Set the carrier illumination mode.

@@ -2918,15 +2924,45 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte -

UTILS.ShowHelperGate(pos, number, heading)

+

UTILS.ShowHelperGate(pos, heading)

Show a helper gate at a DCS#Vec3 position

-

UTILS.ShowPicture(FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)

+

UTILS.ShowHelperGateForUnit(Unit, Flag)

-

Show a picture on the screen

+

Show a helper gate for a unit.

+ + + +

UTILS.ShowPictureToAll(FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)

+ +

Show a picture on the screen to all

+ + + +

UTILS.ShowPictureToCoalition(Coalition, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)

+ +

Show a picture on the screen to Coalition

+ + + +

UTILS.ShowPictureToCountry(Country, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)

+ +

Show a picture on the screen to Country

+ + + +

UTILS.ShowPictureToGroup(Group, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)

+ +

Show a picture on the screen to Group

+ + + +

UTILS.ShowPictureToUnit(Unit, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)

+ +

Show a picture on the screen to Unit

@@ -10562,6 +10598,55 @@ The data will be a simple comma separated list of name and state etc, with one h
+
+
+ +
+ + + +

Set the carrier illumination mode.

+ + +

-2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY

+ +
+
+

Defined in:

+
+

UTILS

+
+

Parameters:

+
+
+

+ #number + UnitID +

+
+
+ +

Carrier unit ID ( UNIT:GetID() )

+ +
+
+
+
+

+ #number + Mode +

+
+
+ +

Illumination mode, can be -2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY

+ +
+
+
+
@@ -10696,7 +10781,7 @@ The data will be a simple comma separated list of name and state etc, with one h

Show a helper gate at a DCS#Vec3 position

@@ -10724,19 +10809,190 @@ The data will be a simple comma separated list of name and state etc, with one h

- number + #number + heading

-

heading Heading in degrees, can be 0..359 degrees

+

Heading in degrees, can be 0..359 degrees

+ +
+
+
+ +
+
+ +
+ + + +

Show a helper gate for a unit.

+ +
+
+

Defined in:

+
+

UTILS

+
+

Parameters:

+
+
+

+ Wrapper.Unit#UNIT + Unit +

+
+
+ +

The unit to show the gate for

- heading + #number + Flag +

+
+
+ +

Helper gate flag

+ +
+
+
+ +
+
+ +
+ + + +

Show a picture on the screen to all

+ +
+
+

Defined in:

+
+

UTILS

+
+

Parameters:

+
+
+

+ #string + FileName +

+
+
+ +

File name of the picture

+ +
+
+
+
+

+ #number + Duration +

+
+
+ +

Duration in seconds, defaults to 10

+ +
+
+
+
+

+ #boolean + ClearView +

+
+
+ +

If true, clears the view before showing the picture, defaults to false

+ +
+
+
+
+

+ #number + StartDelay +

+
+
+ +

Delay in seconds before showing the picture, defaults to 0

+ +
+
+
+
+

+ #number + HorizontalAlign +

+
+
+ +

Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right

+ +
+
+
+
+

+ #number + VerticalAlign +

+
+
+ +

Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom

+ +
+
+
+
+

+ #number + Size +

+
+
+ +

Size of the picture in percent, defaults to 100

+ +
+
+
+
+

+ #number + SizeUnits +

+
+
+ +

Size units, 0 for % of original picture size, and 1 for % of window size

+ +
+
+
+
+

+ FilePath

@@ -10751,18 +11007,472 @@ The data will be a simple comma separated list of name and state etc, with one h
-

Show a picture on the screen

+

Show a picture on the screen to Coalition

-
+

Defined in:

UTILS

Parameters:

+
+
+

+ #number + Coalition +

+
+
+ +

Coalition ID, can be coalition.side.BLUE, coalition.side.RED or coalition.side.NEUTRAL

+ +
+
+
+
+

+ #string + FileName +

+
+
+ +

File name of the picture

+ +
+
+
+
+

+ #number + Duration +

+
+
+ +

Duration in seconds, defaults to 10

+ +
+
+
+
+

+ #boolean + ClearView +

+
+
+ +

If true, clears the view before showing the picture, defaults to false

+ +
+
+
+
+

+ #number + StartDelay +

+
+
+ +

Delay in seconds before showing the picture, defaults to 0

+ +
+
+
+
+

+ #number + HorizontalAlign +

+
+
+ +

Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right

+ +
+
+
+
+

+ #number + VerticalAlign +

+
+
+ +

Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom

+ +
+
+
+
+

+ #number + Size +

+
+
+ +

Size of the picture in percent, defaults to 100

+ +
+
+
+
+

+ #number + SizeUnits +

+
+
+ +

Size units, 0 for % of original picture size, and 1 for % of window size

+ +
+
+
+
+

+ FilePath +

+
+
+

+
+
+
+ +
+
+ +
+ + + +

Show a picture on the screen to Country

+ +
+
+

Defined in:

+
+

UTILS

+
+

Parameters:

+
+
+

+ #number + Country +

+
+
+ +

Country ID, can be country.id.USA, country.id.RUSSIA, etc.

+ +
+
+
+
+

+ #string + FileName +

+
+
+ +

File name of the picture

+ +
+
+
+
+

+ #number + Duration +

+
+
+ +

Duration in seconds, defaults to 10

+ +
+
+
+
+

+ #boolean + ClearView +

+
+
+ +

If true, clears the view before showing the picture, defaults to false

+ +
+
+
+
+

+ #number + StartDelay +

+
+
+ +

Delay in seconds before showing the picture, defaults to 0

+ +
+
+
+
+

+ #number + HorizontalAlign +

+
+
+ +

Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right

+ +
+
+
+
+

+ #number + VerticalAlign +

+
+
+ +

Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom

+ +
+
+
+
+

+ #number + Size +

+
+
+ +

Size of the picture in percent, defaults to 100

+ +
+
+
+
+

+ #number + SizeUnits +

+
+
+ +

Size units, 0 for % of original picture size, and 1 for % of window size

+ +
+
+
+
+

+ FilePath +

+
+
+

+
+
+
+ +
+
+ +
+ + + +

Show a picture on the screen to Group

+ +
+
+

Defined in:

+
+

UTILS

+
+

Parameters:

+
+
+

+ Wrapper.Group#GROUP + Group +

+
+
+ +

Group to show the picture to

+ +
+
+
+
+

+ #string + FileName +

+
+
+ +

File name of the picture

+ +
+
+
+
+

+ #number + Duration +

+
+
+ +

Duration in seconds, defaults to 10

+ +
+
+
+
+

+ #boolean + ClearView +

+
+
+ +

If true, clears the view before showing the picture, defaults to false

+ +
+
+
+
+

+ #number + StartDelay +

+
+
+ +

Delay in seconds before showing the picture, defaults to 0

+ +
+
+
+
+

+ #number + HorizontalAlign +

+
+
+ +

Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right

+ +
+
+
+
+

+ #number + VerticalAlign +

+
+
+ +

Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom

+ +
+
+
+
+

+ #number + Size +

+
+
+ +

Size of the picture in percent, defaults to 100

+ +
+
+
+
+

+ #number + SizeUnits +

+
+
+ +

Size units, 0 for % of original picture size, and 1 for % of window size

+ +
+
+
+
+

+ FilePath +

+
+
+

+
+
+
+ +
+
+ +
+ + + +

Show a picture on the screen to Unit

+ +
+
+

Defined in:

+
+

UTILS

+
+

Parameters:

+
+
+

+ Wrapper.Unit#UNIT + Unit +

+
+
+ +

Unit to show the picture to

+ +
+

diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html index a69a5a65b..461789375 100644 --- a/Documentation/Wrapper.Client.html +++ b/Documentation/Wrapper.Client.html @@ -2519,6 +2519,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return

CLIENT:SetAIOnOff(AIOnOff)

Turns the AI On or Off for the UNIT.

+ + + +

CLIENT:SetCarrierIlluminationMode(Mode)

+ +

Set the carrier illumination mode.

@@ -9540,6 +9546,42 @@ If the unit object exists, the value of the DCS API function + + + +

Set the carrier illumination mode.

+ + +

-2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ #number + Mode +

+
+
+ +

Illumination mode, can be -2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY

+ +
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index b33ab9958..9cc5cf7de 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4590,6 +4590,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 + + +
@@ -17994,6 +18016,28 @@ mygroup:WayPointExecute()

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -21995,6 +22039,28 @@ Coordinates are dependent on the position of the maps origin.

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -22548,6 +22614,28 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -22702,6 +22790,28 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

+
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerGroup + + + +
+ +
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 1c95611ea..90a7e4de2 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -3183,6 +3183,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -3260,28 +3282,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

-
- -
-
-
- - #boolean -MARKER.toall - - - -
- -
-
-
- - #boolean -MARKER.tocoalition - - -
@@ -5322,6 +5322,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -5399,28 +5421,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

-
- -
-
-
- - #boolean -MARKER.toall - - - -
- -
-
-
- - #boolean -MARKER.tocoalition - - -
@@ -6932,6 +6932,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -7009,28 +7031,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

-
- - -
-
- - #boolean -MARKER.toall - - - -
- -
-
-
- - #boolean -MARKER.tocoalition - - -
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html index aa24e1dd5..2eee4f2f6 100644 --- a/Documentation/Wrapper.Unit.html +++ b/Documentation/Wrapper.Unit.html @@ -2289,6 +2289,12 @@ If you want to obtain the complete 3D position including orient

UNIT:SetAIOnOff(AIOnOff)

Turns the AI On or Off for the UNIT.

+ + + +

UNIT:SetCarrierIlluminationMode(Mode)

+ +

Set the carrier illumination mode.

@@ -7932,6 +7938,42 @@ If the unit object exists, the value of the DCS API function + +
+

UNIT:SetCarrierIlluminationMode(Mode)

+
+ +

Set the carrier illumination mode.

+ + +

-2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY

+ +
+
+

Defined in:

+
+

UNIT

+
+

Parameter:

+
+
+

+ #number + Mode +

+
+
+ +

Illumination mode, can be -2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY

+ +
+
+
+