From a621a4dc75487cdbd0f672e731d0d77f4bcaa67f Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Sun, 22 Feb 2026 12:47:10 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Fsm.html | 4 +- Documentation/Core.Settings.html | 30 +- Documentation/Core.Spawn.html | 116 ++++++- Documentation/Core.SpawnStatic.html | 88 +---- Documentation/Core.Spot.html | 132 ++++++++ Documentation/Functional.Autolase.html | 95 ++++-- Documentation/Functional.Mantis.html | 190 ++++++++++- Documentation/Functional.RAT.html | 39 --- Documentation/Functional.Scoring.html | 26 +- .../Functional.ZoneCaptureCoalition.html | 14 - Documentation/Ops.Airboss.html | 46 +-- Documentation/Ops.ArmyGroup.html | 6 + Documentation/Ops.Auftrag.html | 33 ++ Documentation/Ops.CSAR.html | 105 +----- Documentation/Ops.CTLD.html | 317 ++++++++++++++---- Documentation/Ops.FlightGroup.html | 130 +------ Documentation/Ops.Intel.html | 198 ----------- Documentation/Ops.NavyGroup.html | 6 + Documentation/Ops.OpsGroup.html | 50 ++- Documentation/Ops.OpsZone.html | 9 - Documentation/Wrapper.Controllable.html | 55 --- Documentation/Wrapper.Group.html | 78 +---- Documentation/Wrapper.Marker.html | 66 ---- Documentation/Wrapper.Positionable.html | 44 +++ 24 files changed, 942 insertions(+), 935 deletions(-) diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index fea57079f..72326d08c 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -5954,7 +5954,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState @@ -7553,7 +7553,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 acc6daa83..34b745b3c 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2774,7 +2774,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2ASystem @@ -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 - - -
@@ -4942,7 +4931,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2ASystem @@ -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 36c8e0561..fe4fd5e4b 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3754,9 +3754,6 @@ 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.

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

Overwrite unit names by default with group name.

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

By default, no InitLimit

+
+ +
+
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -4083,15 +4127,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -SPAWN.SpawnInitSADL + #string +SPAWN.SpawnInitSkill - -

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

-
@@ -10329,9 +10369,6 @@ 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.

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

Overwrite unit names by default with group name.

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

By default, no InitLimit

+ + + +
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -10658,15 +10742,11 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -SPAWN.SpawnInitSADL + #string +SPAWN.SpawnInitSkill - -

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

-
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index ed73c4151..6ab1fc99e 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 246a7240d..a067ff56a 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2736,6 +2736,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
@@ -4019,6 +4063,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
@@ -5541,6 +5629,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index 7c9e7ba82..59620ced4 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2389,7 +2389,7 @@
- + #table AUTOLASE.GroupsByThreat @@ -2405,6 +2405,28 @@ +
+ +
+
+
+ + #number +AUTOLASE.LaseDistance + + + +
+ +
+
+
+ + #number +AUTOLASE.LaseDuration + + +
@@ -2427,17 +2449,6 @@ - - - -
-
- - #number -AUTOLASE.MonitorFrequency - - -
@@ -2526,6 +2537,20 @@ + + + +
+
+ + +AUTOLASE.SRS + + + + +

set up SRS

+
@@ -2533,7 +2558,7 @@
#number -AUTOLASE.RoundingPrecision +AUTOLASE.SRSFreq @@ -2544,12 +2569,20 @@ + +
+
+
+ + #string +AUTOLASE.SRSPath -

set up SRS

+
@@ -2568,7 +2601,7 @@
- + #table AUTOLASE.UnitsByThreat @@ -2661,6 +2694,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.lasingindex + + +
@@ -2682,7 +2726,7 @@
#number -AUTOLASE.minthreatlevel +AUTOLASE.maxlasing @@ -2692,8 +2736,8 @@
- #boolean -AUTOLASE.notifypilots + #number +AUTOLASE.minthreatlevel @@ -2741,17 +2785,6 @@ -
- -
-
-
- - -AUTOLASE.smokecolor - - -
@@ -2769,7 +2802,7 @@
- #boolean + AUTOLASE.smoketargets diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index 16a3e1cd6..665d498b1 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -1919,6 +1919,12 @@ 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

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

The #DETECTION_AREAS object for AWACS

+
+ +
+
+
+ + +MANTIS.AWACS_Prefix + + +
@@ -4516,6 +4533,17 @@ 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 + + +
@@ -4577,7 +4605,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Long @@ -4588,7 +4616,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Medium @@ -4599,7 +4627,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_PointDef @@ -4610,7 +4638,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Short @@ -4767,8 +4795,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -5105,6 +5133,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 + + +
@@ -5174,6 +5257,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

switch alarm state RED

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

The #DETECTION_AREAS object for AWACS

+
+ +
+
+
+ + +MANTIS.AWACS_Prefix + + +
@@ -10097,6 +10194,17 @@ 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 + + +
@@ -10158,7 +10266,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Long @@ -10169,7 +10277,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Medium @@ -10180,7 +10288,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_PointDef @@ -10191,7 +10299,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Short @@ -10348,8 +10456,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -10686,6 +10794,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 + + +
@@ -10755,6 +10918,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + +

switch alarm state RED

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

RAT.termtype

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

- - - -

RAT.type

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

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

-
- -
-
-
- - -RAT.type - - -
@@ -22830,17 +22802,6 @@ 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 684d84f49..7b9fa123d 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2899,6 +2899,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+
+ + SCORING.AutoSavePath @@ -3143,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SCORING.penaltyoncoalitionchange @@ -6356,6 +6367,17 @@ The scale magnifies the scores given to the players.

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

- #boolean + SCORING.penaltyoncoalitionchange diff --git a/Documentation/Functional.ZoneCaptureCoalition.html b/Documentation/Functional.ZoneCaptureCoalition.html index 236a88f11..648104240 100644 --- a/Documentation/Functional.ZoneCaptureCoalition.html +++ b/Documentation/Functional.ZoneCaptureCoalition.html @@ -2118,20 +2118,6 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec
-ZONE_CAPTURE_COALITION.HitTimeLast - - - - -

Update last hit time.

- -
- -
-
-
- - ZONE_CAPTURE_COALITION.HitsOn diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 5605bc6dd..d40f0caf4 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -42118,20 +42118,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-AIRBOSS.PlayerData.flag - - - - -

Also decrease flag for section members of flight.

- -
- -
-
-
- - AIRBOSS.PlayerData.grade @@ -42150,17 +42136,6 @@ 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 - - -
@@ -42318,9 +42293,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set Stable Hover

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

Set time stamp.

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

VNAO Edit - Added

+

VNAO Edit - Added

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

VNAO Edit - Added

+

VNAO Edit - Added

@@ -42599,6 +42568,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 6f1606370..594dabccd 100644 --- a/Documentation/Ops.ArmyGroup.html +++ b/Documentation/Ops.ArmyGroup.html @@ -2434,6 +2434,12 @@

ARMYGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

ARMYGROUP.EPLRS

+ + diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html index 00c2f5a91..5e37464b9 100644 --- a/Documentation/Ops.Auftrag.html +++ b/Documentation/Ops.Auftrag.html @@ -7397,6 +7397,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Mission Ingress waypoint coordinate.

+ + + +
+
@@ -23133,6 +23144,17 @@ will always return.

Mission Ingress waypoint coordinate.

+ + + +
+
@@ -26514,6 +26536,17 @@ will always return.

Mission Ingress waypoint coordinate.

+ + + +
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index 8b84fc94f..dc12ebb56 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -4033,7 +4033,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CSAR.FreeVHFFrequencies @@ -4507,14 +4507,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CSAR.downedPilots - -

Replacement woundedGroups

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

counter for saved pilots

- -
-
@@ -4893,20 +4876,6 @@ 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

- -
-
@@ -10412,7 +10381,7 @@ callsigns from playername or group name.

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

- #table + CSAR.downedPilots - -

Replacement woundedGroups

-
@@ -11233,20 +11199,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescuedpilots - - - - -

counter for saved pilots

- -
-
@@ -11272,20 +11224,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescues - - - - -

counter for successful rescue landings at FARP/AFB/MASH

- -
-
@@ -12995,7 +12933,7 @@ callsigns from playername or group name.

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

- #table + CSAR.downedPilots - -

Replacement woundedGroups

-
@@ -13816,20 +13751,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescuedpilots - - - - -

counter for saved pilots

- -
-
@@ -13855,20 +13776,6 @@ 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 61ce0cb2b..ee05cafe9 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -2406,6 +2406,12 @@ If you use units built by multiple templates, they will effectively double on lo

CTLD:CanGetCrates(Group, Unit, Cargo, number, drop, pack, quiet, suppressGetEvent)

(User) Hook to allow mission-specific crate restrictions.

+ + + +

CTLD:CanGetTroops(Group, Unit, Cargo, quantity, Inject)

+ +

(User) Hook to allow mission-specific troop restrictions.

@@ -2679,7 +2685,7 @@ If you use units built by multiple templates, they will effectively double on lo -

CTLD:IsC130J(Unit)

+

CTLD:IsC130J(Unit, IgnoreUseC130Flag)

(Internal) Function to check if a unit is a C-130J

@@ -3618,12 +3624,36 @@ If you use units built by multiple templates, they will effectively double on lo

CTLD:__Stop(delay)

Triggers the FSM event "Stop" after a delay.

+ + + +

CTLD._cargoByTemplate

+ + + + + +

CTLD._crateOrStaticByName

+ + + + + +

CTLD._fwBatchState

+ +

CTLD._qtySnap

+ + + +

CTLD._troopsByName

+ + @@ -8758,7 +8788,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.CtldUnits @@ -8919,7 +8949,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.FreeVHFFrequencies @@ -9010,14 +9040,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -9151,6 +9178,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #table +CTLD._crateOrStaticByName + + +
@@ -9309,6 +9347,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -9583,6 +9632,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

enfore engineer build only?

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

noob catch

+

time to repairor build a unit/group

@@ -9747,7 +9807,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number CTLD.troopdropzoneradius @@ -12143,6 +12203,106 @@ Return true to allow the request, or false to block it
+
+
+ +
+ + + +

(User) Hook to allow mission-specific troop restrictions.

+ + +

Override this in your mission to perform custom checks (e.g. warehouse stock, role limits) before troops are loaded. +Return true to allow the request, or false to block it. When blocked, _LoadTroops and _LoadTroopsQuantity exit silently.

+ +
+
+

Defined in:

+
+

CTLD

+
+

Parameters:

+
+
+

+ Wrapper.Group#GROUP + Group +

+
+
+ +

Requesting player group.

+ +
+
+
+
+

+ Wrapper.Unit#UNIT + Unit +

+
+
+ +

Requesting unit.

+ +
+
+
+
+

+ #CTLD_CARGO + Cargo +

+
+
+ +

Troop cargo type being requested.

+ +
+
+
+
+

+ #number + quantity +

+
+
+ +

Number of troop sets requested.

+ +
+
+
+
+

+ #boolean + Inject +

+
+
+ +

If true, this call originates from an inject/preload path.

+ +
+
+

Return value:

+
+
+

#boolean:

+
+
+ +

Allow troop loading.

+ +
+
+
+
@@ -13315,7 +13475,7 @@ Return true to allow the request, or false to block it

(Internal) Function to check if a unit is a C-130J

@@ -13326,7 +13486,7 @@ Return true to allow the request, or false to block it

CTLD

-

Parameter:

+

Parameters:

@@ -13337,6 +13497,16 @@ Return true to allow the request, or false to block it

+
+
+

+ IgnoreUseC130Flag +

+
+
+

+
+
@@ -23886,7 +24056,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -24047,7 +24217,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeVHFFrequencies @@ -24138,14 +24308,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -24279,6 +24446,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #table +CTLD._crateOrStaticByName + + +
@@ -24437,6 +24615,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -24711,6 +24900,17 @@ However, if you create a new folder inside the miz file, which contains the soun

enfore engineer build only?

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

@@ -24875,7 +25075,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -26519,7 +26719,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -26680,7 +26880,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeVHFFrequencies @@ -26771,14 +26971,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -26912,6 +27109,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #table +CTLD._crateOrStaticByName + + +
@@ -27070,6 +27278,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -27344,6 +27563,17 @@ However, if you create a new folder inside the miz file, which contains the soun

enfore engineer build only?

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

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

Can transport crate.

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

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

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

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

- - - -
-
- - -CTLD_CARGO.Mark - - -
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index e5284fdf2..d2552ee9f 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -3294,6 +3294,12 @@

FLIGHTGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

FLIGHTGROUP.EPLRS

+ + @@ -7755,20 +7761,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
-
- - -FLIGHTGROUP.Twaiting - - - - -

Set time stamp.

- -
-
@@ -7849,20 +7841,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
- - -FLIGHTGROUP.dTwait - - - - -

Max waiting time in seconds.

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

Set the destination base.

+
@@ -18569,20 +18550,6 @@ Here we only check if stuck whilst taxiing.

- -
-
- - -FLIGHTGROUP.Twaiting - - - - -

Set time stamp.

- -
-
@@ -18663,20 +18630,6 @@ Here we only check if stuck whilst taxiing.

-
-
-
- - -FLIGHTGROUP.dTwait - - - - -

Max waiting time in seconds.

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

+ +

Set the destination base.

+
@@ -39450,20 +39406,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -
-
- - -FLIGHTGROUP.Twaiting - - - - -

Set time stamp.

- -
-
@@ -39544,20 +39486,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
- - -FLIGHTGROUP.dTwait - - - - -

Max waiting time in seconds.

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

Set the destination base.

+
@@ -41664,20 +41595,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -
-
- - -FLIGHTGROUP.Twaiting - - - - -

Set time stamp.

- -
-
@@ -41758,20 +41675,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
- - -FLIGHTGROUP.dTwait - - - - -

Max waiting time in seconds.

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

Set the destination base.

+
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html index f5cc90947..c4936ee43 100644 --- a/Documentation/Ops.Intel.html +++ b/Documentation/Ops.Intel.html @@ -4816,72 +4816,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 - - -
@@ -10172,72 +10106,6 @@ Note that reject zones overrule accept zones, i.e. if a unit is inside an accept

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 - - -
@@ -12057,72 +11925,6 @@ Note that reject zones overrule accept zones, i.e. if a unit is inside an accept

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.NavyGroup.html b/Documentation/Ops.NavyGroup.html index 69335052d..6f90a6bd4 100644 --- a/Documentation/Ops.NavyGroup.html +++ b/Documentation/Ops.NavyGroup.html @@ -2463,6 +2463,12 @@

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 ecbfa3e73..915fcbb07 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -1692,6 +1692,12 @@

OPSGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

OPSGROUP.EPLRS

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

Name of the class.

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

Init a table.

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

Name of the class.

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

Init a table.

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

Name of the class.

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

Init a table.

+ @@ -39309,7 +39357,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 9a4f17355..1d9f68ea3 100644 --- a/Documentation/Ops.OpsZone.html +++ b/Documentation/Ops.OpsZone.html @@ -3513,9 +3513,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Contested.

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

Contested.

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

Contested.

- diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index 10ff71e11..5f210b7ff 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4445,17 +4445,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -CONTROLLABLE.spot - - -
@@ -18096,17 +18085,6 @@ mygroup:WayPointExecute() - - - -
-
- - -CONTROLLABLE.spot - - -
@@ -22229,17 +22207,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
- - -CONTROLLABLE.spot - - -
@@ -22883,17 +22850,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.spot - - -
@@ -23048,17 +23004,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.spot - - -
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 2d3aff89d..16b9e4a74 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5563,18 +5563,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-GROUP.InitRespawnRandomizePositionInner - - - -
- - -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -10758,18 +10747,7 @@ These settings can be provided by calling the relevant Init...() methods of the - -
-
- -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -28818,18 +28785,7 @@ Coordinates are dependent on the position of the maps origin.

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

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -29913,18 +29858,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 de9f1cff8..9d570dee3 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -3031,28 +3031,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
@@ -5170,28 +5148,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
@@ -6780,28 +6736,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html index 751d27bba..4999e10c0 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3786,6 +3786,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ + +
+
@@ -7941,6 +7952,17 @@ Coordinates are dependent on the position of the maps origin.

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

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

+ + + +
+