From fc7edf1086d488bf6174f0995cfc815bbf9780f8 Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Sun, 12 Jul 2026 16:00:12 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Fsm.html | 4 +- Documentation/Core.Settings.html | 4 +- Documentation/Core.Spawn.html | 334 ++++-------------------- Documentation/Functional.Autolase.html | 37 +-- Documentation/Functional.Detection.html | 33 --- Documentation/Functional.Mantis.html | 168 +----------- Documentation/Functional.RAT.html | 36 --- Documentation/Functional.Scoring.html | 26 +- Documentation/Ops.Airboss.html | 92 +++++-- Documentation/Ops.Auftrag.html | 33 --- Documentation/Ops.CSAR.html | 84 ++++++ Documentation/Ops.CTLD.html | 245 ++++++----------- Documentation/Ops.FlightGroup.html | 140 +++++----- Documentation/Ops.PlayerTask.html | 54 +--- Documentation/Utilities.FiFo.html | 44 ++-- Documentation/Wrapper.Controllable.html | 165 ------------ Documentation/Wrapper.Marker.html | 66 +++++ 17 files changed, 463 insertions(+), 1102 deletions(-) diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index e1abca735..1ccf130e9 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -5973,7 +5973,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState @@ -7605,7 +7605,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 b24b3135c..d2d284b52 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2840,7 +2840,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SETTINGS.Metric @@ -5008,7 +5008,7 @@ It is advised to use this method at the start of the mission.

- + #boolean SETTINGS.Metric diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 4d084f7af..78ecdb140 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3015,42 +3015,6 @@ and any spaces before and after the resulting name are removed.

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

- - - -

SPAWN.communication

- - - - - -

SPAWN.frequency

- - - - - -

SPAWN.hidden

- - - - - -

SPAWN.livery_id

- - - - - -

SPAWN.modulation

- - - - - -

SPAWN.speed

- - @@ -3725,11 +3689,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SPAWN.AIOnOff + +

The AI is on by default when spawning a group.

+
@@ -3909,17 +3876,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.SpawnGrouping - - -
@@ -4044,17 +4000,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.SpawnInitFreq - - -
@@ -4121,6 +4066,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Overwrite unit names by default with group name.

+
@@ -4132,16 +4080,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- -SPAWN.SpawnInitLivery - - +

By default, no InitLimit

@@ -4176,6 +4116,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ + +
+
+ + +SPAWN.SpawnInitModu + + +
@@ -4190,32 +4141,6 @@ 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 - - -
@@ -4247,7 +4172,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxGroups @@ -4261,7 +4186,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxUnitsAlive @@ -4496,7 +4421,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.

@@ -4570,72 +4495,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.hidden - - - -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.speed - - -
@@ -10477,11 +10336,14 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- + #boolean SPAWN.AIOnOff + +

The AI is on by default when spawning a group.

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

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

- - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -10873,6 +10713,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

Overwrite unit names by default with group name.

+ @@ -10884,16 +10727,8 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
-
- -SPAWN.SpawnInitLivery - - +

By default, no InitLimit

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

+ +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -10942,32 +10788,6 @@ 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 - - -
@@ -10999,7 +10819,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

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

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

@@ -11322,72 +11142,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -
-
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.hidden - - - -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.speed - - -
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index 8ffe6ae67..c98879f93 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2323,7 +2323,7 @@
- #table + AUTOLASE.CurrentLasing @@ -2595,17 +2595,6 @@ -
- -
-
-
- - #number -AUTOLASE.cooldowntime - - -
@@ -2617,17 +2606,6 @@ - - - -
-
- - #boolean -AUTOLASE.forcecooldown - - -
@@ -2697,17 +2675,6 @@ - - - -
-
- - #table -AUTOLASE.smokeoffset - - -
@@ -2725,7 +2692,7 @@
- #table + AUTOLASE.targetsperrecce diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index 219273bad..f24f5d58f 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20149,17 +20149,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
-
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -24914,17 +24903,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual - - - -
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -26700,17 +26678,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual - - - -
-
- - #boolean -DETECTION_BASE.Locking - - -
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index 6ad939125..2cbc2cfcc 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -5151,8 +5151,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table -MANTIS.AcceptZones + +MANTIS.AWACS_Prefix @@ -5200,17 +5200,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #table -MANTIS.ConflictZones - - -
@@ -5420,17 +5409,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #table -MANTIS.RejectZones - - -
@@ -6122,61 +6100,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 - - -
@@ -6268,9 +6191,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

self.SAMCheckRanges = {}

- @@ -12133,8 +12053,8 @@ Substring matching with digit-boundary protection prevents false matches
- #table -MANTIS.AcceptZones + +MANTIS.AWACS_Prefix @@ -12182,17 +12102,6 @@ Substring matching with digit-boundary protection prevents false matches -
- -
-
-
- - #table -MANTIS.ConflictZones - - -
@@ -12402,17 +12311,6 @@ Substring matching with digit-boundary protection prevents false matches - - - -
-
- - #table -MANTIS.RejectZones - - -
@@ -13104,61 +13002,6 @@ Substring matching with digit-boundary protection prevents false matches

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 - - -
@@ -13250,9 +13093,6 @@ Substring matching with digit-boundary protection prevents false matches - -

self.SAMCheckRanges = {}

- diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index ce526385d..00c6e2724 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4599,42 +4599,6 @@ and any spaces before and after the resulting name are removed.

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

- - - -

RAT.communication

- - - - - -

RAT.frequency

- - - - - -

RAT.hidden

- - - - - -

RAT.livery_id

- - - - - -

RAT.modulation

- - - - - -

RAT.speed

- - diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index c02005a2e..aa4ed9c6d 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2910,6 +2910,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+SCORING.AutoSave + + + +
+ + +
+
+ + SCORING.AutoSavePath @@ -3154,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SCORING.penaltyoncoalitionchange @@ -6367,6 +6378,17 @@ The scale magnifies the scores given to the players.

+ +
+
+
+ + SCORING.AutoSavePath @@ -6611,7 +6633,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 7b66abe8c..e9f766a47 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9842,6 +9842,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

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

Radio queue of marshal.

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

Radio queue of LSO.

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

Radio queue of marshal.

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

Radio queue of LSO.

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

Radio queue of marshal.

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

VNAO Edit - Added

+

VNAO Edit - Added

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

Set case to that of lead.

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

Set stack flag.

+

Also decrease flag for section members of flight.

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

Make player section lead if he was not before.

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

Set time stamp.

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

VNAO Edit - Added

+

VNAO Edit - Added

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

Band modulation.

- - - -
-
- - -AIRBOSS.Radio.voice - - -
diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html index 34efdacb3..5eb9f17d7 100644 --- a/Documentation/Ops.Auftrag.html +++ b/Documentation/Ops.Auftrag.html @@ -7438,17 +7438,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Mission Ingress waypoint coordinate.

- - - -
-
@@ -23325,17 +23314,6 @@ will always return.

Mission Ingress waypoint coordinate.

- - - -
-
@@ -26750,17 +26728,6 @@ will always return.

Mission Ingress waypoint coordinate.

- - - -
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index 4493c915d..1bceb9534 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -5070,6 +5070,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+ + #number +CSAR.rescuedpilots + + + + +

counter for saved pilots

+ +
+
@@ -5095,6 +5109,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

+ +
+
@@ -11522,6 +11550,20 @@ callsigns from playername or group name.

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

counter for saved pilots

+ +
+
@@ -11547,6 +11589,20 @@ callsigns from playername or group name.

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

counter for successful rescue landings at FARP/AFB/MASH

+ +
+
@@ -14181,6 +14237,20 @@ callsigns from playername or group name.

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

counter for saved pilots

+ +
+
@@ -14206,6 +14276,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 2738e4e66..3c8ba97b4 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -6141,6 +6141,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -6204,20 +6215,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
-
- - #number -CTLD.Engineers - - - - -

use as counter

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

Beacons

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

tables

+
@@ -6524,8 +6521,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table -CTLD.Spawned_Crates + +CTLD.Spawned_Cargo @@ -6535,8 +6532,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number -CTLD.TroopCounter + #table +CTLD.Spawned_Crates @@ -6632,41 +6629,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table -CTLD._c130DcAutoBatches - - -
- -
-
-
- - #table -CTLD._c130DcAutoMap - - - -
- -
-
-
- - #table -CTLD._c130DcAutoSets - - - -
- -
-
-
- - #table -CTLD._troopsByName +CTLD.VehicleMoveFormation @@ -7310,7 +7274,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number CTLD.troopdropzoneradius @@ -24056,6 +24020,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -24119,20 +24094,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -24253,9 +24214,6 @@ However, if you create a new folder inside the miz file, which contains the soun - -

Beacons

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

tables

+
@@ -24439,8 +24400,8 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table -CTLD.Spawned_Crates + +CTLD.Spawned_Cargo @@ -24450,8 +24411,8 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number -CTLD.TroopCounter + #table +CTLD.Spawned_Crates @@ -24547,41 +24508,8 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table -CTLD._c130DcAutoBatches - - -
- -
-
-
- - #table -CTLD._c130DcAutoMap - - - -
- -
-
-
- - #table -CTLD._c130DcAutoSets - - - -
- -
-
-
- - #table -CTLD._troopsByName +CTLD.VehicleMoveFormation @@ -25225,7 +25153,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -26951,6 +26879,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -27014,20 +26953,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -27148,9 +27073,6 @@ However, if you create a new folder inside the miz file, which contains the soun - -

Beacons

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

tables

+
@@ -27334,8 +27259,8 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table -CTLD.Spawned_Crates + +CTLD.Spawned_Cargo @@ -27345,8 +27270,8 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number -CTLD.TroopCounter + #table +CTLD.Spawned_Crates @@ -27442,41 +27367,8 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table -CTLD._c130DcAutoBatches - - -
- -
-
-
- - #table -CTLD._c130DcAutoMap - - - -
- -
-
-
- - #table -CTLD._c130DcAutoSets - - - -
- -
-
-
- - #table -CTLD._troopsByName +CTLD.VehicleMoveFormation @@ -28120,7 +28012,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -32898,6 +32790,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+ diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index 7cb7ba278..b984d61cd 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -7844,6 +7844,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+ + +FLIGHTGROUP.currbase + + + + +

Set current airbase.

+ +
+
@@ -8070,14 +8084,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean -FLIGHTGROUP.isLateActivated + +FLIGHTGROUP.isLandingAtAirbase - -

No late activation.

-
@@ -8102,20 +8113,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
@@ -18669,6 +18666,20 @@ Here we only check if stuck whilst taxiing.

+
+
+
+ + +FLIGHTGROUP.currbase + + + + +

Set current airbase.

+ +
+
@@ -18895,14 +18906,11 @@ Here we only check if stuck whilst taxiing.

- #boolean -FLIGHTGROUP.isLateActivated + +FLIGHTGROUP.isLandingAtAirbase - -

No late activation.

-
@@ -18927,20 +18935,6 @@ Here we only check if stuck whilst taxiing.

-
-
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
@@ -39537,6 +39531,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
+
+ + +FLIGHTGROUP.currbase + + + + +

Set current airbase.

+ +
+
@@ -39763,14 +39771,11 @@ Optionally, you can calculate the current max weight possible, which accounts fo
- #boolean -FLIGHTGROUP.isLateActivated + +FLIGHTGROUP.isLandingAtAirbase - -

No late activation.

-
@@ -39795,20 +39800,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
@@ -41745,6 +41736,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
+
+ + +FLIGHTGROUP.currbase + + + + +

Set current airbase.

+ +
+
@@ -41971,14 +41976,11 @@ Optionally, you can calculate the current max weight possible, which accounts fo
- #boolean -FLIGHTGROUP.isLateActivated + +FLIGHTGROUP.isLandingAtAirbase - -

No late activation.

-
@@ -42003,20 +42005,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html index 654fada96..a3355494e 100644 --- a/Documentation/Ops.PlayerTask.html +++ b/Documentation/Ops.PlayerTask.html @@ -15964,14 +15964,11 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Core.Set#SET_OPSGROUP + PLAYERTASKCONTROLLER.LasingDroneSet - -

self.PlayerMenu = {} -- #table

-
@@ -16520,7 +16517,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- #number + PLAYERTASKCONTROLLER.lasttaskcount @@ -16591,17 +16588,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- -
-
-
@@ -23499,14 +23485,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- Core.Set#SET_OPSGROUP + PLAYERTASKCONTROLLER.LasingDroneSet - -

self.PlayerMenu = {} -- #table

-
@@ -24055,7 +24038,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- #number + PLAYERTASKCONTROLLER.lasttaskcount @@ -24126,17 +24109,6 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y -
- -
-
-
@@ -25984,14 +25956,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- Core.Set#SET_OPSGROUP + PLAYERTASKCONTROLLER.LasingDroneSet - -

self.PlayerMenu = {} -- #table

-
@@ -26540,7 +26509,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- #number + PLAYERTASKCONTROLLER.lasttaskcount @@ -26611,17 +26580,6 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y -
- -
-
-
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index fd6b9e2f5..aea35ff9b 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -3264,17 +3264,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

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

Stack by pointer.

-
- -
-
-
- - #number -FIFO.uniquecounter - - -
@@ -8052,6 +8030,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
+ + #number +LIFO.uniquecounter + + +
@@ -8901,6 +8890,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
+ + #number +LIFO.uniquecounter + + +
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index 4cf932442..8cfa3a929 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4446,28 +4446,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The DCS controllable class.

-
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - - -
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -4490,17 +4468,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -CONTROLLABLE.spot - - -
@@ -18187,28 +18154,6 @@ mygroup:WayPointExecute()

The DCS controllable class.

-
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - - -
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -18231,17 +18176,6 @@ mygroup:WayPointExecute() - - - -
-
- - -CONTROLLABLE.spot - - -
@@ -22342,28 +22276,6 @@ Coordinates are dependent on the position of the maps origin.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - - -
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -22386,17 +22298,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
- - -CONTROLLABLE.spot - - -
@@ -23018,28 +22919,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - - -
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -23062,17 +22941,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.spot - - -
@@ -23205,28 +23073,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - - -
- -
-
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -23249,17 +23095,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.spot - - -
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index d328d033f..3b85ebed1 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -3048,6 +3048,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +MARKER.tocoalition + + + +
+ +
+
+
+ + #boolean +MARKER.togroup + + +
@@ -5175,6 +5197,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +MARKER.tocoalition + + + +
+ +
+
+
+ + #boolean +MARKER.togroup + + +
@@ -6796,6 +6840,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +MARKER.tocoalition + + + +
+ +
+
+
+ + #boolean +MARKER.togroup + + +