From e0a973a2d2759e16ec503fc48b7e7b0313609c26 Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Sun, 26 Jul 2026 07:52:50 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Fsm.html | 4 +- Documentation/Core.Settings.html | 26 +- Documentation/Core.Spawn.html | 276 ++++------------- Documentation/Core.SpawnStatic.html | 4 +- Documentation/Core.Zone.html | 44 --- Documentation/Functional.Autolase.html | 83 ++--- Documentation/Functional.Designate.html | 6 +- Documentation/Functional.Detection.html | 99 ++++++ Documentation/Functional.Mantis.html | 382 ++++++++++++++++++++---- Documentation/Functional.Movement.html | 28 ++ Documentation/Functional.RAT.html | 18 -- Documentation/Functional.Scoring.html | 30 +- Documentation/Ops.Airboss.html | 87 +++++- Documentation/Ops.ArmyGroup.html | 44 +++ Documentation/Ops.CSAR.html | 147 ++++----- Documentation/Ops.CTLD.html | 95 ++++-- Documentation/Ops.FlightGroup.html | 80 ++++- Documentation/Ops.Intel.html | 198 ------------ Documentation/Ops.OpsGroup.html | 11 +- Documentation/Ops.OpsZone.html | 9 - Documentation/Ops.PlayerTask.html | 21 +- Documentation/Utilities.FiFo.html | 22 ++ Documentation/Wrapper.Controllable.html | 55 ---- Documentation/Wrapper.Group.html | 78 ++++- Documentation/Wrapper.Marker.html | 132 ++++---- Documentation/Wrapper.Positionable.html | 44 +++ 26 files changed, 1097 insertions(+), 926 deletions(-) diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 6d9ca25b4..0beb71168 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -6021,7 +6021,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState @@ -7653,7 +7653,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 ff6f17f6b..f956f7709 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2797,7 +2797,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2ASystem @@ -2857,17 +2857,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
@@ -4965,7 +4954,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2ASystem @@ -5025,17 +5014,6 @@ It is advised to use this method at the start of the mission.

-
- -
-
-
- - -SETTINGS.PlayerMenu - - -
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index e5cd0f7fa..8ebf41e95 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3015,24 +3015,6 @@ and any spaces before and after the resulting name are removed.

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

- - - -

SPAWN.callsign

- - - - - -

SPAWN.speed

- - - - - -

SPAWN.uncontrolled

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

Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.

+
@@ -3870,6 +3855,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.

+
@@ -4027,17 +4026,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -4118,49 +4106,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
- - -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
- - -
-
-
- - -SPAWN.SpawnInitModexPrefix - - +

By default, no InitLimit

@@ -4182,11 +4129,15 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string -SPAWN.SpawnInitSkill + +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

+
@@ -4218,7 +4169,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxGroups @@ -4232,7 +4183,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxUnitsAlive @@ -4400,17 +4351,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -SPAWN.SpawnUnControlled - - -
@@ -4478,7 +4418,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.

@@ -4552,39 +4492,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.callsign - - - -
- -
-
-
- - -SPAWN.speed - - - -
- -
-
-
- - -SPAWN.uncontrolled - - -
@@ -10511,6 +10418,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.

+ @@ -10577,6 +10487,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.

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

- - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -10825,49 +10738,8 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
- - -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
- - -
-
-
- - -SPAWN.SpawnInitModexPrefix - - +

By default, no InitLimit

@@ -10889,11 +10761,15 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- #string -SPAWN.SpawnInitSkill + +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

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

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

- + #number SPAWN.SpawnMaxUnitsAlive @@ -11107,17 +10983,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -
-
-
- - #boolean -SPAWN.SpawnUnControlled - - -
@@ -11185,7 +11050,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.

@@ -11259,39 +11124,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
-
- - -SPAWN.callsign - - - -
- -
-
-
- - -SPAWN.speed - - - -
- -
-
-
- - -SPAWN.uncontrolled - - -
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index 361f4eb8b..705237d69 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -3091,7 +3091,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + SPAWNSTATIC.TemplateStaticUnit @@ -4985,7 +4985,7 @@ Handy if you spawn from cargo statics which have resources already set.

- #table + SPAWNSTATIC.TemplateStaticUnit diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html index e67e074d2..92f71f381 100644 --- a/Documentation/Core.Zone.html +++ b/Documentation/Core.Zone.html @@ -16664,17 +16664,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-ZONE_OVAL.Angle - - - -
- -
-
-
- - #table ZONE_OVAL.CenterVec2 @@ -17379,17 +17368,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-ZONE_OVAL.Angle - - - -
- -
-
-
- - #table ZONE_OVAL.CenterVec2 @@ -19561,17 +19539,6 @@ end
-ZONE_OVAL.Angle - - - -
- -
-
-
- - #table ZONE_OVAL.CenterVec2 @@ -21105,17 +21072,6 @@ end
-ZONE_OVAL.Angle - - - -
- -
-
-
- - #table ZONE_OVAL.CenterVec2 diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index 3b8eb6939..a39b67642 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2323,7 +2323,7 @@
- + #table AUTOLASE.CurrentLasing @@ -2416,28 +2416,6 @@ -
- -
-
-
- - #number -AUTOLASE.LaseDistance - - - -
- -
-
-
- - #number -AUTOLASE.LaseDuration - - -
@@ -2460,6 +2438,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.MonitorFrequency + + +
@@ -2548,6 +2537,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.RoundingPrecision + + +
@@ -2650,6 +2650,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.lasingindex + + +
@@ -2675,6 +2686,17 @@ +
+ +
+
+
+ + #boolean +AUTOLASE.notifypilots + + +
@@ -2719,17 +2741,6 @@ - - - -
-
- - -AUTOLASE.smokecolor - - -
@@ -2758,7 +2769,7 @@
- #boolean + AUTOLASE.smoketargets @@ -2769,7 +2780,7 @@
- + #table AUTOLASE.targetsperrecce diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 5d2ffd47c..ea55a4f54 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2404,7 +2404,7 @@ Use the method DESIGNATE.SetMission() to
-DESIGNATE.LaseDuration +DESIGNATE.LaseStart @@ -2414,8 +2414,8 @@ Use the method DESIGNATE.SetMission() to
- -DESIGNATE.LaseStart + #table +DESIGNATE.LaserCodes diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index ff7117b52..6f1881a4d 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20147,6 +20147,28 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
+ + #number +DETECTION_BASE.DetectedItemCount + + + +
+ +
+
+
+ + #number +DETECTION_BASE.DetectedItemMax + + +
@@ -20279,6 +20301,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
+ + #boolean +DETECTION_BASE.Locking + + +
@@ -24901,6 +24934,28 @@ zones that reflect cloudy areas where detected units may not be so easily visual +
+ +
+
+
+ + #number +DETECTION_BASE.DetectedItemCount + + + +
+ +
+
+
+ + #number +DETECTION_BASE.DetectedItemMax + + +
@@ -25033,6 +25088,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual +
+ + +
+
+ + #boolean +DETECTION_BASE.Locking + + +
@@ -26676,6 +26742,28 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+
+ + #number +DETECTION_BASE.DetectedItemCount + + + +
+ +
+
+
+ + #number +DETECTION_BASE.DetectedItemMax + + +
@@ -26808,6 +26896,17 @@ 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 d3c568b44..bb65350ca 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -1960,12 +1960,6 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%

MANTIS:GetJammedSAMs()

Get table of currently jammed SAM group names.

- - - -

MANTIS.Groupset

- - @@ -6107,8 +6101,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -MANTIS.AWACS_Prefix + #table +MANTIS.AcceptZones @@ -6156,6 +6150,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #table +MANTIS.ConflictZones + + +
@@ -6277,17 +6282,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.

- - - -
-
- - -MANTIS.Groupset - - -
@@ -6365,6 +6359,62 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +MANTIS.NavalAutonomy + + + + +

ship groups outside EWR radar coverage go alarm RED and search autonomously (see SetNavalAutonomy)

+ +
+ +
+
+
+ + #number +MANTIS.NavalAutonomyRadius + + + + +

meters; a ship group within this distance of an alive EWR group counts as covered

+ +
+ +
+
+
+ + #boolean +MANTIS.NavalPerUnit + + + + +

classify & switch every ship unit individually (see SetNavalPerUnit)

+ +
+ +
+
+
+ + #boolean +MANTIS.NavalSurfaceWakeup + + + + +

quiet ships go active when enemy surface combatants close (see SetNavalSurfaceWakeup)

+
@@ -6376,6 +6426,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #table +MANTIS.RejectZones + + +
@@ -6415,7 +6476,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table MANTIS.SAM_Table_Long @@ -6426,7 +6487,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table MANTIS.SAM_Table_Medium @@ -6437,7 +6498,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table MANTIS.SAM_Table_PointDef @@ -6448,7 +6509,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table MANTIS.SAM_Table_Short @@ -6466,6 +6527,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+ + #boolean +MANTIS.SEADNaval + + + + +

ships hard-kill inbound missiles; they do not go EMCON under SEAD (see SetNavalSEAD)

+ +
+
@@ -6616,8 +6691,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -6687,17 +6762,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #table -MANTIS._jammedSAMs - - -
@@ -7089,6 +7153,61 @@ 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 + + +
@@ -7183,6 +7302,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

self.SAMCheckRanges = {}

+
@@ -13697,8 +13819,8 @@ Substring matching with digit-boundary protection prevents false matches
- -MANTIS.AWACS_Prefix + #table +MANTIS.AcceptZones @@ -13746,6 +13868,17 @@ Substring matching with digit-boundary protection prevents false matches +
+ +
+
+
+ + #table +MANTIS.ConflictZones + + +
@@ -13867,17 +14000,6 @@ Substring matching with digit-boundary protection prevents false matches

Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.

-
- -
-
-
- - -MANTIS.Groupset - - -
@@ -13955,6 +14077,62 @@ Substring matching with digit-boundary protection prevents false matches +
+ +
+
+
+ + #boolean +MANTIS.NavalAutonomy + + + + +

ship groups outside EWR radar coverage go alarm RED and search autonomously (see SetNavalAutonomy)

+ +
+ +
+
+
+ + #number +MANTIS.NavalAutonomyRadius + + + + +

meters; a ship group within this distance of an alive EWR group counts as covered

+ +
+ +
+
+
+ + #boolean +MANTIS.NavalPerUnit + + + + +

classify & switch every ship unit individually (see SetNavalPerUnit)

+ +
+ +
+
+
+ + #boolean +MANTIS.NavalSurfaceWakeup + + + + +

quiet ships go active when enemy surface combatants close (see SetNavalSurfaceWakeup)

+
@@ -13966,6 +14144,17 @@ Substring matching with digit-boundary protection prevents false matches + + + +
+
+ + #table +MANTIS.RejectZones + + +
@@ -14005,7 +14194,7 @@ Substring matching with digit-boundary protection prevents false matches
- + #table MANTIS.SAM_Table_Long @@ -14016,7 +14205,7 @@ Substring matching with digit-boundary protection prevents false matches
- + #table MANTIS.SAM_Table_Medium @@ -14027,7 +14216,7 @@ Substring matching with digit-boundary protection prevents false matches
- + #table MANTIS.SAM_Table_PointDef @@ -14038,7 +14227,7 @@ Substring matching with digit-boundary protection prevents false matches
- + #table MANTIS.SAM_Table_Short @@ -14056,6 +14245,20 @@ Substring matching with digit-boundary protection prevents false matches
+
+
+
+ + #boolean +MANTIS.SEADNaval + + + + +

ships hard-kill inbound missiles; they do not go EMCON under SEAD (see SetNavalSEAD)

+ +
+
@@ -14206,8 +14409,8 @@ Substring matching with digit-boundary protection prevents false matches
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -14277,17 +14480,6 @@ Substring matching with digit-boundary protection prevents false matches -
- -
-
-
- - #table -MANTIS._jammedSAMs - - -
@@ -14679,6 +14871,61 @@ 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 + + +
@@ -14773,6 +15020,9 @@ Substring matching with digit-boundary protection prevents false matches + +

self.SAMCheckRanges = {}

+
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html index fc64fb430..716f7e4e9 100644 --- a/Documentation/Functional.Movement.html +++ b/Documentation/Functional.Movement.html @@ -2212,6 +2212,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + #number +MOVEMENT.AliveUnits + + + + +

Contains the counter how many units are currently alive.

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

Field(s)

+
+
+ + #number +MOVEMENT.AliveUnits + + + + +

Contains the counter how many units are currently alive.

+ +
+ +
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index d59fc752d..9b9b66c77 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4599,24 +4599,6 @@ and any spaces before and after the resulting name are removed.

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

- - - -

RAT.callsign

- - - - - -

RAT.speed

- - - - - -

RAT.uncontrolled

- - diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index fb5f03a4c..0f8282898 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2922,17 +2922,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
-
-
- - SCORING.AutoSavePath @@ -3177,7 +3166,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SCORING.penaltyoncoalitionchange @@ -3188,7 +3177,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SCORING.penaltyonfratricide @@ -6390,17 +6379,6 @@ The scale magnifies the scores given to the players.

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

- + #boolean SCORING.penaltyoncoalitionchange @@ -6656,7 +6634,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 d016faf7d..842d16857 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -1512,7 +1512,7 @@
+
+
+ +
+ + + +

Check whether an aircraft type name is any F-14 Tomcat variant.

+ + +

Central predicate so that adding a new Tomcat variant only requires editing +this function and the AIRBOSS.AircraftCarrier enum.

+ +
+
+

Defined in:

+
+

AIRBOSS

+
+

Parameters:

+
+
+

+ #string + actype +

+
+
+ +

Aircraft type name, e.g. from unit:GetTypeName() or playerData.actype.

+ +
+
+
+
+

+ #boolean + IncludeAI +

+
+
+ +

If true, also match the AI-only F-14A (AIRBOSS.AircraftCarrier.F14A_AI).

+ +
+
+

Return value:

+
+
+

#boolean:

+
+
+ +

If true, actype is an F-14 variant.

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

Decrease stack/flag. Human player needs to take care himself.

+

Set stack flag.

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

Set Stable Hover

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

Set time stamp.

+

Set new time stamp.

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

Band modulation.

-
- -
-
-
- - -AIRBOSS.Radio.voice - - -
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html index 6a94a8e92..bc2114ea9 100644 --- a/Documentation/Ops.ArmyGroup.html +++ b/Documentation/Ops.ArmyGroup.html @@ -6755,6 +6755,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+ + +
@@ -12639,6 +12650,17 @@ and pick the closest unit to this ARMYGROUP.

Field(s)

+
+ + +
@@ -33149,6 +33171,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Field(s)

+
+ + +
@@ -34999,6 +35032,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Field(s)

+
+ + +
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index c1deec8af..c293febf0 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -2604,12 +2604,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.

CSAR.inTransitGroups

- - - -

CSAR.index

- - @@ -2838,12 +2832,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.

CSAR.smokecolor

- - - -

CSAR.speed

- - @@ -4602,7 +4590,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + Core.Point#COORDINATE CSAR.coordinate @@ -4691,11 +4679,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.csarUnits + +

table of CSAR unit names

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

Replacement woundedGroups

+ +
+ +
+
+
+ + #number +CSAR.downedpilotcounter + + +
@@ -4855,17 +4860,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 - - -
@@ -5144,17 +5138,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue

-
- -
-
-
- - -CSAR.speed - - -
@@ -11054,7 +11037,7 @@ callsigns from playername or group name.

- + Core.Point#COORDINATE CSAR.coordinate @@ -11143,11 +11126,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -11168,11 +11154,25 @@ callsigns from playername or group name.

- + #table CSAR.downedPilots + +

Replacement woundedGroups

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

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

-
- -
-
-
- - -CSAR.index - - -
@@ -11596,17 +11585,6 @@ callsigns from playername or group name.

Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue

-
- -
-
-
- - -CSAR.speed - - -
@@ -13713,7 +13691,7 @@ callsigns from playername or group name.

- + Core.Point#COORDINATE CSAR.coordinate @@ -13802,11 +13780,14 @@ callsigns from playername or group name.

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -13827,11 +13808,25 @@ callsigns from playername or group name.

- + #table CSAR.downedPilots + +

Replacement woundedGroups

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

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

-
- -
-
-
- - -CSAR.index - - -
@@ -14255,17 +14239,6 @@ callsigns from playername or group name.

Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue

-
- -
-
-
- - -CSAR.speed - - -
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index b781ad93a..7b35f4d4d 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -6327,7 +6327,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeUHFFrequencies @@ -6338,7 +6338,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeVHFFrequencies @@ -6631,6 +6631,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+ @@ -6789,6 +6800,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -6972,7 +6994,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string CTLD.locale @@ -24162,7 +24184,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeUHFFrequencies @@ -24173,7 +24195,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeVHFFrequencies @@ -24466,6 +24488,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+ @@ -24624,6 +24657,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -24807,7 +24851,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.locale @@ -26977,7 +27021,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeUHFFrequencies @@ -26988,7 +27032,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeVHFFrequencies @@ -27281,6 +27325,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+ @@ -27439,6 +27494,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -27622,7 +27688,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.locale @@ -32759,17 +32825,6 @@ 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 c6b59a82a..79ecf1ddc 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -7895,9 +7895,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Set the destination base.

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

No late activation.

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

Spawn in uncontrolled state.

+
@@ -18717,9 +18731,6 @@ Here we only check if stuck whilst taxiing.

- -

Set the destination base.

-
@@ -18906,6 +18917,20 @@ Here we only check if stuck whilst taxiing.

+
+ +
+
+
+ + #boolean +FLIGHTGROUP.isLateActivated + + + + +

No late activation.

+
@@ -18939,6 +18964,9 @@ Here we only check if stuck whilst taxiing.

+ +

Spawn in uncontrolled state.

+
@@ -39582,9 +39610,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -

Set the destination base.

-
@@ -39771,6 +39796,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+
+ + #boolean +FLIGHTGROUP.isLateActivated + + + + +

No late activation.

+
@@ -39804,6 +39843,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Spawn in uncontrolled state.

+ @@ -41787,9 +41829,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -

Set the destination base.

- @@ -41976,6 +42015,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+
+ + #boolean +FLIGHTGROUP.isLateActivated + + + + +

No late activation.

+
@@ -42009,6 +42062,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Spawn in uncontrolled state.

+ diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html index 827c959ea..a10d1618a 100644 --- a/Documentation/Ops.Intel.html +++ b/Documentation/Ops.Intel.html @@ -4976,72 +4976,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -10957,72 +10891,6 @@ the radar (nose-on) and 90° when the target crosses the beam (side-on).

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -12987,72 +12855,6 @@ Sources: public declassified estimates, Jane's, IISS assessments.

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html index f8b5184f8..bf97b7159 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -8546,6 +8546,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Init a table.

+ @@ -30336,6 +30339,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Init a table.

+ @@ -33466,6 +33472,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Init a table.

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

Has line of sight.

+

No of sight.

diff --git a/Documentation/Ops.OpsZone.html b/Documentation/Ops.OpsZone.html index 032de7dc4..ec91cfb82 100644 --- a/Documentation/Ops.OpsZone.html +++ b/Documentation/Ops.OpsZone.html @@ -3542,9 +3542,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Contested.

- @@ -7362,9 +7359,6 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) -- - -

Contested.

- @@ -9319,9 +9313,6 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) -- - -

Contested.

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

self.PlayerMenu = {} -- #table

-
@@ -16626,7 +16623,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- #number + PLAYERTASKCONTROLLER.lasttaskcount @@ -23605,14 +23602,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

-
@@ -24161,7 +24155,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- #number + PLAYERTASKCONTROLLER.lasttaskcount @@ -26090,14 +26084,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

-
@@ -26646,7 +26637,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- #number + PLAYERTASKCONTROLLER.lasttaskcount diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index bc3b5f53c..2d86c683c 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -8158,6 +8158,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+
+
+ + #number +LIFO.uniquecounter + + +
@@ -9007,6 +9018,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 11c0fa473..b4526f58f 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4513,17 +4513,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -CONTROLLABLE.timer - - -
@@ -18265,17 +18254,6 @@ mygroup:WayPointExecute() - - - -
-
- - -CONTROLLABLE.timer - - -
@@ -22431,17 +22409,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
- - -CONTROLLABLE.timer - - -
@@ -23118,17 +23085,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.timer - - -
@@ -23316,17 +23272,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.timer - - -
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index cf4ecec5b..83f8f3027 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5598,7 +5598,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-GROUP.InitRespawnRandomizePositionZone +GROUP.InitRespawnRandomizePositionInner + + + +
+ + +
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -10782,7 +10793,18 @@ These settings can be provided by calling the relevant Init...() methods of the + +
+
+ +
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -28888,7 +28921,18 @@ Coordinates are dependent on the position of the maps origin.

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

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

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 61aa7892d..59f9a58f1 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2972,6 +2972,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -3049,28 +3071,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 - - -
@@ -5121,6 +5121,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -5198,28 +5220,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 - - -
@@ -6764,6 +6764,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+ + + +
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -6841,28 +6863,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.Positionable.html b/Documentation/Wrapper.Positionable.html index 35094ba64..24775e988 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3821,6 +3821,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
@@ -7976,6 +7987,17 @@ Coordinates are dependent on the position of the maps origin.

+ + + +
+
@@ -8652,6 +8674,17 @@ If the Identifiable is alive, true is returned.

+ + + +
+
@@ -8839,6 +8872,17 @@ If the Identifiable is alive, true is returned.

+ + + +
+