From 0a4151cc15bbdf60be680b91a9cac8a299550b24 Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Sun, 22 Mar 2026 15:34:41 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Settings.html | 26 +- Documentation/Core.Spawn.html | 226 +++++++++++++++- Documentation/Core.SpawnStatic.html | 88 +------ Documentation/Core.Spot.html | 33 --- Documentation/Functional.ATC_Ground.html | 6 + Documentation/Functional.Autolase.html | 57 ++-- Documentation/Functional.Designate.html | 11 + Documentation/Functional.Detection.html | 33 +++ Documentation/Functional.Mantis.html | 158 +++++++++--- Documentation/Functional.RAT.html | 51 ++++ Documentation/Functional.Scoring.html | 4 +- Documentation/Ops.Airboss.html | 36 ++- Documentation/Ops.ArmyGroup.html | 6 - Documentation/Ops.CSAR.html | 150 +++++++---- Documentation/Ops.CTLD.html | 275 +++++++++++--------- Documentation/Ops.FlightGroup.html | 218 ++++++++++++++-- Documentation/Ops.NavyGroup.html | 6 - Documentation/Ops.OpsGroup.html | 50 +--- Documentation/Ops.OpsZone.html | 9 + Documentation/Ops.PlayerTask.html | 33 +++ Documentation/Sound.SRS.html | 314 +++++++++++++++++++---- Documentation/Utilities.FiFo.html | 44 ++++ Documentation/Wrapper.Controllable.html | 165 ------------ Documentation/Wrapper.Group.html | 78 +----- Documentation/Wrapper.Marker.html | 132 +++++----- Documentation/Wrapper.Positionable.html | 44 ---- 26 files changed, 1390 insertions(+), 863 deletions(-) diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index acc6daa83..604522d0a 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2785,7 +2785,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2GSystem @@ -2834,17 +2834,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
@@ -4953,7 +4942,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2GSystem @@ -5002,17 +4991,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 89e498222..979b63924 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -2992,6 +2992,18 @@ and any spaces before and after the resulting name are removed.

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

+ + + +

SPAWN.hidden

+ + + + + +

SPAWN.speed

+ + @@ -3823,6 +3835,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.

+
@@ -3914,6 +3940,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
@@ -3969,6 +4006,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPAWN.SpawnInitFreq + + +
@@ -4035,9 +4083,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Overwrite unit names by default with group name.

- @@ -4052,6 +4097,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

By default, no InitLimit

+ + + +
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -4372,7 +4461,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.

@@ -4446,6 +4535,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPAWN.hidden + + + +
+ +
+
+
+ + +SPAWN.speed + + +
@@ -10387,6 +10498,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.

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

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

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

Overwrite unit names by default with group name.

- @@ -10616,6 +10760,50 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

By default, no InitLimit

+ + + +
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -10936,7 +11124,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.

@@ -11010,6 +11198,28 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.hidden + + + +
+ +
+
+
+ + +SPAWN.speed + + +
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index f06b83215..386e07300 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -1961,24 +1961,6 @@ such as position and heading.

SPAWNSTATIC:_SpawnStatic(Template, CountryID)

Spawns a new static using a given template.

- - - -

SPAWNSTATIC.heliport_callsign_id

- - - - - -

SPAWNSTATIC.heliport_frequency

- - - - - -

SPAWNSTATIC.heliport_modulation

- - @@ -3068,7 +3050,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + SPAWNSTATIC.TemplateStaticUnit @@ -3095,39 +3077,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
- - -
-
- - -
-
-
@@ -4962,7 +4911,7 @@ Handy if you spawn from cargo statics which have resources already set.

- #table + SPAWNSTATIC.TemplateStaticUnit @@ -4989,39 +4938,6 @@ Handy if you spawn from cargo statics which have resources already set.

-
- -
-
- - -
-
- - -
-
-
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index 4e2e19cf8..4003d24f9 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2775,17 +2775,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
@@ -4102,17 +4091,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
@@ -5701,17 +5679,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index 8953661d9..a6c93529b 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -3892,6 +3892,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Kickspeed

+ @@ -4477,6 +4480,9 @@ An airbase can be specified to set the maximum kick speed for.

+ +

Kickspeed

+ diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index c843fcc5e..5f935c1f5 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2405,28 +2405,6 @@ - - - -
-
- - #number -AUTOLASE.LaseDistance - - - -
- -
-
-
- - #number -AUTOLASE.LaseDuration - - -
@@ -2449,6 +2427,17 @@ + + + +
+
+ + #number +AUTOLASE.MonitorFrequency + + +
@@ -2664,6 +2653,17 @@

Set some string id for output to DCS.log file.

+ + + +
+
+ + #number +AUTOLASE.maxlasing + + +
@@ -2697,6 +2697,17 @@ + + + +
+
+ + +AUTOLASE.smokecolor + + +
@@ -2725,7 +2736,7 @@
- + #boolean AUTOLASE.smoketargets diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 7afea4979..cc959d93f 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2397,6 +2397,17 @@ Use the method DESIGNATE.SetMission() to +
+ +
+
+
+ + #table +DESIGNATE.LaserCodes + + +
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index c8874d051..5a0d640ec 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20138,6 +20138,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
+ + #boolean +DETECTION_BASE.Locking + + +
@@ -24892,6 +24903,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+
+ + #boolean +DETECTION_BASE.Locking + + +
@@ -26667,6 +26689,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 731fe534d..f9c582e38 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -1919,12 +1919,6 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%

MANTIS:GetCommandCenter()

Function to get the HQ object for further use

- - - -

MANTIS.Groupset

- - @@ -4555,17 +4549,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 - - -
@@ -4850,8 +4833,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -5188,6 +5171,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 + + +
@@ -5257,9 +5295,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

switch alarm state RED

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

self.SAMCheckRanges = {}

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

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 - - -
@@ -10511,8 +10538,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -10849,6 +10876,61 @@ 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 + + +
@@ -10918,9 +11000,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` - -

switch alarm state RED

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

self.SAMCheckRanges = {}

+ diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index d7aca880b..1a13851ae 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -3345,6 +3345,12 @@ manager:Stop(7200)

RAT.termtype

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

+ + + +

RAT.type

+ + @@ -4576,6 +4582,18 @@ and any spaces before and after the resulting name are removed.

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

+ + + +

RAT.hidden

+ + + + + +

RAT.speed

+ + @@ -7816,6 +7834,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 + + +
@@ -15764,6 +15793,17 @@ Initializes the ratcraft array and group menu.

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

+ + + +
+
+ + +RAT.type + + +
@@ -22802,6 +22842,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 b9637f9e3..b5166095d 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -3154,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SCORING.penaltyoncoalitionchange @@ -6622,7 +6622,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 2909ab39a..076c7fea5 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -42028,6 +42028,9 @@ When moose is loading dynamically (for moose class development), tracing is swit + +

Set current case.

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

Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.

+
+ +
+
+
+ + #boolean +AIRBOSS.PlayerData.holding + + +
@@ -42244,9 +42258,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set section lead of player flight.

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

Set Stable Hover

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

Set new time stamp.

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

VNAO Edit - Added

+

VNAO Edit - Added

@@ -42547,6 +42558,17 @@ 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 394a0346c..a6f249c7d 100644 --- a/Documentation/Ops.ArmyGroup.html +++ b/Documentation/Ops.ArmyGroup.html @@ -2532,12 +2532,6 @@ and pick the closest unit to this ARMYGROUP.

ARMYGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

ARMYGROUP.EPLRS

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

CSAR.smokecolor

- - - -

CSAR.speed

- - @@ -4154,7 +4148,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.FreeVHFFrequencies @@ -4555,7 +4549,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + Core.Point#COORDINATE CSAR.coordinate @@ -4669,11 +4663,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.downedPilots + +

Replacement woundedGroups

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

counter for saved pilots

+ +
+
@@ -5060,6 +5071,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

+ +
+
@@ -5097,17 +5122,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 - - -
@@ -10606,7 +10620,7 @@ callsigns from playername or group name.

- + #table CSAR.FreeVHFFrequencies @@ -11007,7 +11021,7 @@ callsigns from playername or group name.

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

- + #table CSAR.downedPilots + +

Replacement woundedGroups

+
@@ -11487,6 +11504,20 @@ callsigns from playername or group name.

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

counter for saved pilots

+ +
+
@@ -11512,6 +11543,20 @@ callsigns from playername or group name.

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

counter for successful rescue landings at FARP/AFB/MASH

+ +
+
@@ -11549,17 +11594,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 - - -
@@ -13265,7 +13299,7 @@ callsigns from playername or group name.

- + #table CSAR.FreeVHFFrequencies @@ -13666,7 +13700,7 @@ callsigns from playername or group name.

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

- + #table CSAR.downedPilots + +

Replacement woundedGroups

+
@@ -14146,6 +14183,20 @@ callsigns from playername or group name.

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

counter for saved pilots

+ +
+
@@ -14171,6 +14222,20 @@ callsigns from playername or group name.

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

counter for successful rescue landings at FARP/AFB/MASH

+ +
+
@@ -14208,17 +14273,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 2e101e7e1..a089c059b 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -6027,7 +6027,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.CtldUnits @@ -6049,7 +6049,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.DroppedTroops @@ -6074,28 +6074,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number -CTLD.Engineers - - - -

use as counter

- -
- -
-
-
- - #table CTLD.EngineersInField - -

holds #CTLD_ENGINEERING objects

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

Beacons

-
@@ -6387,17 +6367,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -6484,6 +6453,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +CTLD.UserSetGroup + + +
@@ -6491,7 +6471,29 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+
+ + #table +CTLD._c130DcAutoMap + + + +
+ +
+
+
+ + #table +CTLD._c130DcAutoSets @@ -6960,6 +6962,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

enfore engineer build only?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -7014,7 +7027,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

noob catch

+

time to repairor build a unit/group

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

sub categories

-
@@ -22792,7 +22802,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -22814,7 +22824,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.DroppedTroops @@ -22839,28 +22849,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number -CTLD.Engineers - - - -

use as counter

- -
- -
-
-
- - #table CTLD.EngineersInField - -

holds #CTLD_ENGINEERING objects

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

Beacons

-
@@ -23152,17 +23142,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -23249,6 +23228,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + +CTLD.UserSetGroup + + +
@@ -23256,7 +23246,29 @@ However, if you create a new folder inside the miz file, which contains the soun
#table -CTLD._troopsByName +CTLD._c130DcAutoBatches + + + +
+ + +
+
+ + #table +CTLD._c130DcAutoMap + + + +
+ +
+
+
+ + #table +CTLD._c130DcAutoSets @@ -23725,6 +23737,17 @@ However, if you create a new folder inside the miz file, which contains the soun

enfore engineer build only?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -23779,7 +23802,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

@@ -23889,7 +23912,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number + CTLD.troopdropzoneradius @@ -23938,9 +23961,6 @@ However, if you create a new folder inside the miz file, which contains the soun - -

sub categories

-
@@ -25627,7 +25647,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -25649,7 +25669,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.DroppedTroops @@ -25674,28 +25694,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number -CTLD.Engineers - - - -

use as counter

- -
- -
-
-
- - #table CTLD.EngineersInField - -

holds #CTLD_ENGINEERING objects

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

Beacons

-
@@ -25987,17 +25987,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -26084,6 +26073,17 @@ However, if you create a new folder inside the miz file, which contains the soun + + + +
+
+ + +CTLD.UserSetGroup + + +
@@ -26091,7 +26091,29 @@ However, if you create a new folder inside the miz file, which contains the soun
#table -CTLD._troopsByName +CTLD._c130DcAutoBatches + + + +
+ + +
+
+ + #table +CTLD._c130DcAutoMap + + + +
+ +
+
+
+ + #table +CTLD._c130DcAutoSets @@ -26560,6 +26582,17 @@ However, if you create a new folder inside the miz file, which contains the soun

enfore engineer build only?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -26614,7 +26647,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

@@ -26724,7 +26757,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number + CTLD.troopdropzoneradius @@ -26773,9 +26806,6 @@ However, if you create a new folder inside the miz file, which contains the soun - -

sub categories

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

Can transport crate.

+ + + +
+
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index 68ed5b41f..cf814a181 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -3294,12 +3294,6 @@

FLIGHTGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

FLIGHTGROUP.EPLRS

- - @@ -7833,6 +7827,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+ + +FLIGHTGROUP.currbase + + + + +

Set current airbase.

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

Set the destination base.

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

No late activation.

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

Flight is ready for takeoff. This is for FLIGHTCONTROL.

+ + + +
+
+ + #boolean +FLIGHTGROUP.isUncontrolled + + +
@@ -18630,6 +18671,20 @@ Here we only check if stuck whilst taxiing.

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

Set current airbase.

+ +
+
@@ -18661,9 +18716,6 @@ Here we only check if stuck whilst taxiing.

- -

Set the destination base.

-
@@ -18850,6 +18902,31 @@ Here we only check if stuck whilst taxiing.

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

No late activation.

+
@@ -18872,6 +18949,17 @@ Here we only check if stuck whilst taxiing.

Flight is ready for takeoff. This is for FLIGHTCONTROL.

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

Set current airbase.

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

Set the destination base.

-
@@ -39690,6 +39789,31 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+ + +
+
+
+ + #boolean +FLIGHTGROUP.isLateActivated + + + + +

No late activation.

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

Flight is ready for takeoff. This is for FLIGHTCONTROL.

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

Set current airbase.

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

Set the destination base.

-
@@ -41870,6 +42016,31 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+ + +
+
+
+ + #boolean +FLIGHTGROUP.isLateActivated + + + + +

No late activation.

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

Flight is ready for takeoff. This is for FLIGHTCONTROL.

+ + + +
+
+ + #boolean +FLIGHTGROUP.isUncontrolled + + +
diff --git a/Documentation/Ops.NavyGroup.html b/Documentation/Ops.NavyGroup.html index b667fb910..c20c8cb9a 100644 --- a/Documentation/Ops.NavyGroup.html +++ b/Documentation/Ops.NavyGroup.html @@ -2463,12 +2463,6 @@

NAVYGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

NAVYGROUP.EPLRS

- - diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html index 35d97f0dd..fcf19b305 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -1692,12 +1692,6 @@

OPSGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

OPSGROUP.EPLRS

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

Name of the class.

- - - -
-
- - -OPSGROUP.EPLRS - - -
@@ -8540,9 +8523,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Init a table.

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

Name of the class.

- - - -
-
- - -OPSGROUP.EPLRS - - -
@@ -30344,9 +30313,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -

Init a table.

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

Name of the class.

- - - -
-
- - -OPSGROUP.EPLRS - - -
@@ -33488,9 +33443,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -

Init a table.

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

No of sight.

+

Has line of sight.

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

Contested.

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

Contested.

+ @@ -9290,6 +9296,9 @@ 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 fcc95fb4f..6be542d6f 100644 --- a/Documentation/Ops.PlayerTask.html +++ b/Documentation/Ops.PlayerTask.html @@ -16580,6 +16580,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
@@ -24104,6 +24115,17 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y + + + +
+
@@ -26578,6 +26600,17 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y + + + +
+
diff --git a/Documentation/Sound.SRS.html b/Documentation/Sound.SRS.html index 229b8b500..f7e87f367 100644 --- a/Documentation/Sound.SRS.html +++ b/Documentation/Sound.SRS.html @@ -1918,6 +1918,30 @@ atis:Start()

MSRS.Provider

+ + + +

MSRS.SRSTranslate

+ + + + + +

MSRS.SRSTranslateLanguage

+ + + + + +

MSRS.SRSTranslateProvider

+ + + + + +

MSRS:SetAutoTranslate(Provider, Language)

+ +

Auto-translate messages on-the-fly with Hound Translate services.

@@ -2080,6 +2104,12 @@ atis:Start()

MSRS:SetTTSProviderGoogle()

Use Google to provide text-to-speech.

+ + + +

MSRS:SetTTSProviderKitten()

+ +

Use Kitten to provide text-to-speech.

@@ -2191,21 +2221,27 @@ atis:Start() -

MSRS._HoundSpeechTime(MSRS, Message, Speed, UseGoogle, self)

+

MSRS:_HoundSpeechTime(Message, Speed, UseGoogle)

Hound speech time calculator.

-

MSRS._HoundTestTone(MSRS, Frequencies, Modulations, Coalition, self)

+

MSRS:_HoundTestTone(Frequencies, Modulations, Coalition)

Hound Test Tone function, sends a 2-second 440 Hz sine wave tone directly over SRS, bypassing the TTS engine entirely.

-

MSRS:_HoundTextToSpeech(Message, Frequencies, Modulations, Volume, Label, Coalition, Point, Speed, Gender, Culture, Voice, UseGoogle, Speaker)

+

MSRS:_HoundTextToSpeech(Message, Frequencies, Modulations, Volume, Label, Coalition, Point, Speed, Gender, Culture, Voice, UseGoogle, Speaker, Translated)

Hound TTS Function Wrapper

+ + + +

MSRS._HoundTranslate(Message, Parameters, CallbackFunction)

+ +

Hound text translator.

@@ -3069,6 +3105,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

MSRS.Provider.GOOGLE

Google (gcloud).

+ + + +

MSRS.Provider.KITTEN

+ +

Kitten voice server. Only possible with Hound-TTS backend.

@@ -4178,6 +4220,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +MSRS.SRSTranslate + + +
@@ -5538,6 +5591,66 @@ set the path to the exe file via MSRS.SetPath.

+ + + +
+ + + +

Auto-translate messages on-the-fly with Hound Translate services.

+ + +

Tested with google cloud.

+ +
+
+

Defined in:

+
+

MSRS

+
+

Parameters:

+
+
+

+ #string + Provider +

+
+
+ +

Provider to be used. Defaults to MSRS.Provider.GOOGLE. Options see Hound Github

+ +
+
+
+
+

+ #string + Language +

+
+
+ +

Language to translate to, defaults to "de" (German). Takes ISO 639-1 language codes.

+ +
+
+

Return value:

+
+
+

#MSRS:

+
+
+ +

self

+ +
+
+
+
@@ -6725,6 +6838,39 @@ set the path to the exe file via MSRS.SetPath.

+ + + +
+ + + +

Use Kitten to provide text-to-speech.

+ + +

Only supported if used in combination with Hound-TTS as backend.

+ +
+
+

Defined in:

+
+

MSRS

+
+

Return value:

+
+
+

#MSRS:

+
+
+ +

self

+ +
+
+
+
@@ -7689,7 +7835,7 @@ set the path to the exe file via MSRS.SetPath.

-

MSRS._HoundSpeechTime(MSRS, Message, Speed, UseGoogle, self)

+

MSRS:_HoundSpeechTime(Message, Speed, UseGoogle)

Hound speech time calculator.

@@ -7704,18 +7850,6 @@ set the path to the exe file via MSRS.SetPath.

MSRS

Parameters:

-
-
-

- MSRS -

-
-
- -

self

- -
-

@@ -7755,16 +7889,6 @@ set the path to the exe file via MSRS.SetPath.

-
-
-

- self -

-
-
-

-
-
@@ -7773,7 +7897,7 @@ set the path to the exe file via MSRS.SetPath.

-

MSRS._HoundTestTone(MSRS, Frequencies, Modulations, Coalition, self)

+

MSRS:_HoundTestTone(Frequencies, Modulations, Coalition)

Hound Test Tone function, sends a 2-second 440 Hz sine wave tone directly over SRS, bypassing the TTS engine entirely.

@@ -7788,18 +7912,6 @@ set the path to the exe file via MSRS.SetPath.

MSRS

Parameters:

-
-
-

- MSRS -

-
-
- -

self

- -
-

@@ -7839,16 +7951,6 @@ set the path to the exe file via MSRS.SetPath.

-
-
-

- self -

-
-
-

-
-
@@ -7857,7 +7959,7 @@ set the path to the exe file via MSRS.SetPath.

-

MSRS:_HoundTextToSpeech(Message, Frequencies, Modulations, Volume, Label, Coalition, Point, Speed, Gender, Culture, Voice, UseGoogle, Speaker)

+

MSRS:_HoundTextToSpeech(Message, Frequencies, Modulations, Volume, Label, Coalition, Point, Speed, Gender, Culture, Voice, UseGoogle, Speaker, Translated)

Hound TTS Function Wrapper

@@ -8034,7 +8136,20 @@ set the path to the exe file via MSRS.SetPath.

-

Speaker (Sub-Voice) for PIPER only

+

Speaker (Sub-Voice) for PIPER only.

+ +
+ +
+
+

+ #boolean + Translated +

+
+
+ +

(INTERNAL, do not use!) Setting for the callback post translation.

@@ -8050,6 +8165,81 @@ set the path to the exe file via MSRS.SetPath.

+ + + +
+ + + +

Hound text translator.

+ + +

Use to translate a message into another language and hand the translation to a function.

+ +
+
+

Defined in:

+
+

MSRS

+
+

Parameters:

+
+
+

+ #string + Message +

+
+
+ +

The Message to be translated.

+ +
+
+
+
+

+ #table + Parameters +

+
+
+ +

Parameter table. Optional. Defaults to provider google and language "de". Takes ISO 639-1 language codes.

+ +
+
+
+
+

+ #function + CallbackFunction +

+
+
+ +

The function we hand the translated text to.

+ +
+
+

Usage:

+

+         MSRS._HoundTranslate("Two contacts, BULLSEYE 270 for 40",
+           { provider = MSRS.Provider.GOOGLE, language = "de" },
+             function(translated, err)
+                 if translated then
+                     MESSAGE:New(translated,10):ToAll()
+                 else
+                     env.error("Translation failed: " .. tostring(err))
+                 end
+             end)
+
+ +
+
@@ -8317,6 +8507,17 @@ set the path to the exe file via MSRS.SetPath.

+ + +
+
+ + #boolean +MSRS.SRSTranslate + + +
@@ -12535,6 +12736,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + +
+
+ + #string +MSRS.Provider.KITTEN + +

Kitten voice server. Only possible with Hound-TTS backend.

+ +
+
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index 1117c716f..33a820772 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -3253,6 +3253,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

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

Stack by pointer.

+ + + +
+
+ + #number +FIFO.uniquecounter + + +
@@ -8019,6 +8041,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
+ + #number +LIFO.uniquecounter + + +
@@ -8868,6 +8901,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 298ab0e5c..27c067924 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4446,17 +4446,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -4479,28 +4468,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -CONTROLLABLE.spot - - - -
- -
-
-
- - -CONTROLLABLE.timer - - -
@@ -18198,17 +18165,6 @@ mygroup:WayPointExecute() - - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -18231,28 +18187,6 @@ mygroup:WayPointExecute() - - - -
-
- - -CONTROLLABLE.spot - - - -
- -
-
-
- - -CONTROLLABLE.timer - - -
@@ -22364,17 +22298,6 @@ Coordinates are dependent on the position of the maps origin.

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

- - - -
-
- - -CONTROLLABLE.spot - - - -
- -
-
-
- - -CONTROLLABLE.timer - - -
@@ -23051,17 +22952,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -23084,28 +22974,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.spot - - - -
- -
-
-
- - -CONTROLLABLE.timer - - -
@@ -23249,17 +23117,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -23282,28 +23139,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.spot - - - -
- -
-
-
- - -CONTROLLABLE.timer - - -
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 380f9bf4b..cd84fb314 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5575,18 +5575,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-GROUP.InitRespawnRandomizePositionInner - - - -
- - -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -10770,18 +10759,7 @@ These settings can be provided by calling the relevant Init...() methods of the - -
-
- -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -28898,18 +28865,7 @@ Coordinates are dependent on the position of the maps origin.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -29690,18 +29646,7 @@ If the Identifiable is alive, true is returned.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -29993,18 +29938,7 @@ If the Identifiable is alive, true is returned.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index c7930afb1..e830070d4 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2949,28 +2949,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

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

Coordinate of the mark.

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

Coordinate of the mark.

- - - -
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -6840,6 +6818,28 @@ 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 7b2b07fba..4ffe0abc8 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3786,17 +3786,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
@@ -7952,17 +7941,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
@@ -8639,17 +8617,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
@@ -8837,17 +8804,6 @@ If the Identifiable is alive, true is returned.

- - - -
-