From dcd69bf693d6baf2e14aeff46472db6b44b45ad2 Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Wed, 4 Mar 2026 11:04:10 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/Core.Fsm.html | 4 +-
Documentation/Core.Spawn.html | 270 ++--
Documentation/Core.SpawnStatic.html | 4 +-
Documentation/Functional.ATC_Ground.html | 10 +-
Documentation/Functional.Autolase.html | 65 +-
Documentation/Functional.Detection.html | 6 +-
Documentation/Functional.Mantis.html | 74 +-
Documentation/Functional.Movement.html | 28 -
Documentation/Functional.RAT.html | 71 +-
Documentation/Functional.Scoring.html | 30 +-
Documentation/Ops.Airboss.html | 47 +-
Documentation/Ops.Auftrag.html | 33 -
Documentation/Ops.CSAR.html | 237 ++--
Documentation/Ops.CTLD.html | 119 +-
Documentation/Ops.FlightGroup.html | 212 +---
Documentation/Ops.Intel.html | 198 ---
Documentation/Ops.OpsZone.html | 9 -
Documentation/Ops.PlayerTask.html | 15 +-
Documentation/Utilities.FiFo.html | 22 +
Documentation/Wrapper.DynamicCargo.html | 1443 +++++++++++++++++++++-
Documentation/Wrapper.Group.html | 78 +-
Documentation/Wrapper.Marker.html | 66 -
22 files changed, 2115 insertions(+), 926 deletions(-)
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index 2fa347885..5c035c055 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -5978,7 +5978,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
FSM._StartState
@@ -7610,7 +7610,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
FSM._StartState
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index e9f9d8693..7a1bc7b2d 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2995,7 +2995,37 @@ and any spaces before and after the resulting name are removed.
- SPAWN.uncontrolled |
+ SPAWN.communication |
+
+
+ |
+
+
+ SPAWN.frequency |
+
+
+ |
+
+
+ SPAWN.hidden |
+
+
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.modulation |
+
+
+ |
+
+
+ SPAWN.skill |
|
@@ -3672,14 +3702,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -3928,17 +3955,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3994,6 +4010,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4078,40 +4105,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
SPAWN.skill
@@ -10289,14 +10338,11 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -10545,17 +10591,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10611,6 +10646,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10695,40 +10741,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.SpawnInitLivery
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
SPAWN.skill
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 0c9b9d88b..f06b83215 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -3068,7 +3068,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
SPAWNSTATIC.TemplateStaticUnit
@@ -4962,7 +4962,7 @@ Handy if you spawn from cargo statics which have resources already set.
-
+ #table
SPAWNSTATIC.TemplateStaticUnit
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index eff528a1b..a6c93529b 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3876,7 +3876,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
ATC_GROUND.Airbases
@@ -3892,6 +3892,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Kickspeed
+
@@ -4461,7 +4464,7 @@ An airbase can be specified to set the maximum kick speed for.
-
+ #table
ATC_GROUND.Airbases
@@ -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 48746b9dd..8fa66729a 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2312,7 +2312,7 @@
-
@@ -2557,7 +2568,7 @@
-
@@ -2686,6 +2686,17 @@
+
+
+
+
@@ -2703,7 +2714,7 @@
-
+ #boolean
AUTOLASE.smoketargets
@@ -2714,7 +2725,7 @@
- #table
+
AUTOLASE.targetsperrecce
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index ba48059c1..c8874d051 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20155,7 +20155,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
+ #number
DETECTION_BASE.RefreshTimeInterval
@@ -24909,7 +24909,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
+ #number
DETECTION_BASE.RefreshTimeInterval
@@ -26684,7 +26684,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
+ #number
DETECTION_BASE.RefreshTimeInterval
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 0e138574c..a11140288 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 |
-
-
|
@@ -4357,17 +4351,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -4533,17 +4516,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.
-
-
-
-
@@ -4605,7 +4577,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Long
@@ -4616,7 +4588,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Medium
@@ -4627,7 +4599,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_PointDef
@@ -4638,7 +4610,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Short
@@ -4795,8 +4767,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -10139,17 +10100,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.
-
-
-
-
@@ -10211,7 +10161,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Long
@@ -10222,7 +10172,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Medium
@@ -10233,7 +10183,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_PointDef
@@ -10244,7 +10194,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Short
@@ -10401,8 +10351,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
MANTIS.SkateZones
+ #number
+
MANTIS.SkateNumber
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index cc984a7ef..d235cae4e 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2189,20 +2189,6 @@ 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.
-
-
-
-
@@ -2433,20 +2419,6 @@ 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 61f5d4f4d..57bb57f6f 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 |
-
-
|
@@ -4585,7 +4579,37 @@ and any spaces before and after the resulting name are removed.
- RAT.uncontrolled |
+ RAT.communication |
+
+
+ |
+
+
+ RAT.frequency |
+
+
+ |
+
+
+ RAT.hidden |
+
+
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.modulation |
+
+
+ |
+
+
+ RAT.skill |
|
@@ -7828,17 +7852,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.
-
-
-
-
@@ -15787,17 +15800,6 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
-
-
-
-
@@ -22836,17 +22838,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.
-
-
-
-
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 1187e3802..172c048e0 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -2899,17 +2899,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
SCORING.AutoSavePath
@@ -3154,7 +3143,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -3165,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
SCORING.AutoSavePath
@@ -6622,7 +6600,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -6633,7 +6611,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 57061620b..c04b0177a 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -42091,6 +42091,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -42109,6 +42123,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.
+
+
+
+
@@ -42244,6 +42269,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Make player section lead if he was not before.
+
@@ -42266,9 +42294,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set Stable Hover
-
@@ -42302,6 +42327,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set time stamp.
+
@@ -42438,7 +42466,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42544,17 +42572,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Band modulation.
-
-
-
-
diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html
index 6693eafd4..effe7966c 100644
--- a/Documentation/Ops.Auftrag.html
+++ b/Documentation/Ops.Auftrag.html
@@ -7421,17 +7421,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Mission Ingress waypoint coordinate.
-
-
-
-
@@ -23261,17 +23250,6 @@ will always return.
Mission Ingress waypoint coordinate.
-
-
-
-
@@ -26686,17 +26664,6 @@ will always return.
Mission Ingress waypoint coordinate.
-
-
-
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 756156d8d..d47b10bcc 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2591,12 +2591,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
- |
-
-
- CSAR.index |
-
-
|
@@ -2825,12 +2819,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.smokecolor |
- |
-
-
- CSAR.speed |
-
-
|
@@ -4158,7 +4146,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CSAR.FreeVHFFrequencies
@@ -4559,7 +4547,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
Core.Point#COORDINATE
CSAR.coordinate
@@ -4648,11 +4636,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4673,11 +4664,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -4812,17 +4817,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
-
-
-
-
@@ -5039,6 +5033,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -5064,6 +5072,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
+
+
+
@@ -5101,17 +5123,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
-
-
-
-
@@ -10610,7 +10621,7 @@ callsigns from playername or group name.
-
+ #table
CSAR.FreeVHFFrequencies
@@ -11011,7 +11022,7 @@ callsigns from playername or group name.
-
+
Core.Point#COORDINATE
CSAR.coordinate
@@ -11100,11 +11111,14 @@ callsigns from playername or group name.
@@ -11125,11 +11139,25 @@ callsigns from playername or group name.
+
@@ -11264,17 +11292,6 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
-
-
-
-
@@ -11491,6 +11508,20 @@ callsigns from playername or group name.
+
+
@@ -11516,6 +11547,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -11553,17 +11598,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
-
-
-
-
@@ -13269,7 +13303,7 @@ callsigns from playername or group name.
-
+ #table
CSAR.FreeVHFFrequencies
@@ -13670,7 +13704,7 @@ callsigns from playername or group name.
-
+
Core.Point#COORDINATE
CSAR.coordinate
@@ -13759,11 +13793,14 @@ callsigns from playername or group name.
@@ -13784,11 +13821,25 @@ callsigns from playername or group name.
+
@@ -13923,17 +13974,6 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
-
-
-
-
@@ -14150,6 +14190,20 @@ callsigns from playername or group name.
+
+
@@ -14175,6 +14229,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -14212,17 +14280,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
-
-
-
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 11b49e0ca..e609e0989 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -6050,7 +6050,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.DroppedTroops
@@ -6075,11 +6075,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6186,7 +6189,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeVHFFrequencies
@@ -6255,11 +6258,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6479,6 +6485,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -22751,7 +22779,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -22776,11 +22804,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22887,7 +22918,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeVHFFrequencies
@@ -22956,11 +22987,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -23180,6 +23214,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
@@ -25588,7 +25644,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -25613,11 +25669,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -25724,7 +25783,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.FreeVHFFrequencies
@@ -25793,11 +25852,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -26017,6 +26079,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
@@ -31320,17 +31404,6 @@ 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 851ba6a41..a8cfddb85 100644
--- a/Documentation/Ops.FlightGroup.html
+++ b/Documentation/Ops.FlightGroup.html
@@ -7761,20 +7761,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -7855,20 +7841,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -7900,9 +7872,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
Set the destination base.
-
@@ -8089,6 +8058,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8111,17 +8091,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
@@ -18611,20 +18580,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -18705,20 +18660,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -18750,9 +18691,6 @@ Here we only check if stuck whilst taxiing.
-
-
Set the destination base.
-
@@ -18939,6 +18877,17 @@ Here we only check if stuck whilst taxiing.
+
+
+
+
@@ -18961,17 +18910,6 @@ Here we only check if stuck whilst taxiing.
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
@@ -39478,20 +39416,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -39572,20 +39496,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -39617,9 +39527,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
Set the destination base.
-
@@ -39806,6 +39713,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
+
+
@@ -39828,17 +39746,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
@@ -41711,20 +41618,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41805,20 +41698,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41850,9 +41729,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
Set the destination base.
-
@@ -42039,6 +41915,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
+
+
@@ -42061,17 +41948,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html
index fad891b57..a6c634175 100644
--- a/Documentation/Ops.Intel.html
+++ b/Documentation/Ops.Intel.html
@@ -4828,72 +4828,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}
-
-
-
-
-
-
-
-
-
@@ -10194,72 +10128,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}
-
-
-
-
-
-
-
-
-
@@ -12112,72 +11980,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}
-
-
-
-
-
-
-
-
-
diff --git a/Documentation/Ops.OpsZone.html b/Documentation/Ops.OpsZone.html
index 05e14af25..94844693b 100644
--- a/Documentation/Ops.OpsZone.html
+++ b/Documentation/Ops.OpsZone.html
@@ -3519,9 +3519,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Contested.
-
@@ -7339,9 +7336,6 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) --
-
- Contested.
-
@@ -9296,9 +9290,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 867185db0..4879837b4 100644
--- a/Documentation/Ops.PlayerTask.html
+++ b/Documentation/Ops.PlayerTask.html
@@ -15953,14 +15953,11 @@ When moose is loading dynamically (for moose class development), tracing is swit
@@ -23451,14 +23448,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -25925,14 +25919,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html
index 92a8445a3..33a820772 100644
--- a/Documentation/Utilities.FiFo.html
+++ b/Documentation/Utilities.FiFo.html
@@ -8041,6 +8041,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -8890,6 +8901,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Wrapper.DynamicCargo.html b/Documentation/Wrapper.DynamicCargo.html
index ec523d803..9f59a920e 100644
--- a/Documentation/Wrapper.DynamicCargo.html
+++ b/Documentation/Wrapper.DynamicCargo.html
@@ -1589,6 +1589,24 @@
DYNAMICCARGO:GetCargoWeight() |
Get the weight in kgs from this dynamic cargo.
+ |
+
+
+ DYNAMICCARGO:GetCarrierGroupName() |
+
+ Returns last known carrier group name.
+ |
+
+
+ DYNAMICCARGO:GetCarrierTypeName() |
+
+ Returns last known carrier type name.
+ |
+
+
+ DYNAMICCARGO:GetCarrierUnitName() |
+
+ Returns last known carrier unit name.
|
@@ -1636,7 +1654,25 @@
DYNAMICCARGO.Interval |
- Check Interval. 20 secs default.
+Check interval. 5 secs default.
+ |
+
+
+ DYNAMICCARGO:IsAttached() |
+
+ Returns true if this cargo is attached to a detected carrier.
+ |
+
+
+ DYNAMICCARGO:IsDetached() |
+
+ Returns true if this cargo was detached from a detected carrier.
+ |
+
+
+ DYNAMICCARGO:IsLandedStable() |
+
+ Returns true if this cargo has reached landed stable confirmation.
|
@@ -1709,36 +1745,216 @@
DYNAMICCARGO.Type |
+ |
+
+
+ DYNAMICCARGO:WasAirborneTransport() |
+
+ Returns true if this cargo has seen airborne transport in this cycle.
|
DYNAMICCARGO:WasDropped() |
[CTLD] Get this DYNAMICCARGO drop state.
+ |
+
+
+ DYNAMICCARGO._CountTracked() |
+
+ [Internal] Count currently tracked dynamic cargo objects.
+ |
+
+
+ DYNAMICCARGO._EnsureGlobalScheduler() |
+
+ [Internal] Ensure global scheduler is running for tracked cargo updates.
|
DYNAMICCARGO._FilterHeloTypes(client) |
[Internal] Track helos for loaded/unloaded decision making.
+ |
+
+
+ DYNAMICCARGO:_FindClientByUnitName(UnitName) |
+
+ [Internal] Find tracked client by unit name in current dynamic cargo helo set.
+ |
+
+
+ DYNAMICCARGO:_FindNearestC130(Pos, Max3D) |
+
+ [Internal] Find nearest live C-130 client.
+ |
+
+
+ DYNAMICCARGO:_GetAGL(Coord) |
+
+ [Internal] Safe AGL calculation helper.
+ |
+
+
+ DYNAMICCARGO:_GetKnownCarrierClient() |
+
+ [Internal] Get best known carrier client from stored names/owner.
+ |
+
+
+ DYNAMICCARGO:_GetPlayerNameForClient(Client) |
+
+ [Internal] Resolve player name for a client.
|
DYNAMICCARGO:_GetPossibleHeloNearby(pos, loading) |
[Internal] _Get Possible Player Helo Nearby
+ |
+
+
+ DYNAMICCARGO._GetSchedulerInterval() |
+
+ [Internal] Get scheduler interval for global dynamic cargo updates.
+ |
+
+
+ DYNAMICCARGO._GlobalTimer |
+
+
+ |
+
+
+ DYNAMICCARGO._GlobalTimerInterval |
+
+
|
DYNAMICCARGO:_HeloHovering(Unit, ropelength) |
[Internal] _Get helo hovering intel
+ |
+
+
+ DYNAMICCARGO:_IsC130Type(TypeName) |
+
+ [Internal] Check whether an aircraft typename is a C-130J for special handling.
+ |
+
+
+ DYNAMICCARGO:_ResolveC130Owner(Pos) |
+
+ [Internal] Resolve/rebind owner to nearest valid C-130 after movement from spawn.
+ |
+
+
+ DYNAMICCARGO:_SetCarrierFromClient(Client, PlayerName) |
+
+ [Internal] Store current carrier identity fields.
+ |
+
+
+ DYNAMICCARGO:_ShouldUseC130State(Pos) |
+
+ [Internal] Determine whether to run C-130 transport-state handling for this cargo tick.
+ |
+
+
+ DYNAMICCARGO._StopGlobalSchedulerIfIdle() |
+
+ [Internal] Stop global scheduler when no tracked cargo remains.
+ |
+
+
+ DYNAMICCARGO._TrackCargo(Cargo) |
+
+ [Internal] Add one dynamic cargo object to global tracking.
+ |
+
+
+ DYNAMICCARGO._TrackedCargo |
+
+
+ |
+
+
+ DYNAMICCARGO._UntrackCargo(CargoName) |
+
+ [Internal] Remove one dynamic cargo object from global tracking.
+ |
+
+
+ DYNAMICCARGO._UpdateAllTracked() |
+
+ [Internal] Update all tracked dynamic cargo objects in one scheduler tick.
|
DYNAMICCARGO:_UpdatePosition() |
[Internal] Update internal states.
+ |
+
+
+ DYNAMICCARGO:_UpdatePositionC130(Pos) |
+
+ [Internal] C-130-specific transport state update.
+ |
+
+
+ DYNAMICCARGO._attached |
+
+
+ |
+
+
+ DYNAMICCARGO._carrierGroupName |
+
+
+ |
+
+
+ DYNAMICCARGO._carrierTypeName |
+
+
+ |
+
+
+ DYNAMICCARGO._carrierUnitName |
+
+
+ |
+
+
+ DYNAMICCARGO._detached |
+
+
+ |
+
+
+ DYNAMICCARGO._landAglConfirm |
+
+
+ |
+
+
+ DYNAMICCARGO._ownerResolved |
+
+
+ |
+
+
+ DYNAMICCARGO._spawnVec3 |
+
+
+ |
+
+
+ DYNAMICCARGO._wasAirborne |
+
+
|
@@ -1756,7 +1972,7 @@
DYNAMICCARGO.timer |
- Timmer to run intervals
+Compatibility field; updates are handled by one class-wide scheduler.
|
@@ -3195,6 +3411,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
DYNAMICCARGO.AircraftDimensions.CH-47Fbl1 |
+ |
+
+
+ DYNAMICCARGO.AircraftDimensions.Mi-24P |
+
+
|
@@ -3207,6 +3429,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
DYNAMICCARGO.AircraftDimensions.Mi-8MTV2 |
+ |
+
+
+ DYNAMICCARGO.AircraftDimensions.UH-1H |
+
+
+ |
+
+
+ DYNAMICCARGO.AircraftDimensions.UH-60L |
+
+
+ |
+
+
+ DYNAMICCARGO.AircraftDimensions.UH-60L_DAP |
+
+
|
@@ -3232,6 +3472,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
DYNAMICCARGO.AircraftTypes.CH-47Fbl1 |
+ |
+
+
+ DYNAMICCARGO.AircraftTypes.Mi-24P |
+
+
|
@@ -3244,6 +3490,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
DYNAMICCARGO.AircraftTypes.Mi-8MTV2 |
+ |
+
+
+ DYNAMICCARGO.AircraftTypes.UH-1H |
+
+
+ |
+
+
+ DYNAMICCARGO.AircraftTypes.UH-60L |
+
+
+ |
+
+
+ DYNAMICCARGO.AircraftTypes.UH-60L_DAP |
+
+
|
@@ -3467,7 +3731,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#number
DYNAMICCARGO.Interval
-
Check Interval. 20 secs default.
+
Check interval. 5 secs default.
@@ -3546,6 +3810,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -3577,7 +3885,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Core.Timer#TIMER
DYNAMICCARGO.timer
-
Timmer to run intervals
+
Compatibility field; updates are handled by one class-wide scheduler.
@@ -3642,7 +3950,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
(Optional) Set to false to remove an item silently. Defaults to true.
+
Set to false to remove an item silently. Defaults to true.
@@ -3875,6 +4183,96 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
Returns last known carrier group name.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
Returns last known carrier type name.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
Returns last known carrier unit name.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -4086,6 +4484,96 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
Returns true if this cargo is attached to a detected carrier.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
Returns true if this cargo was detached from a detected carrier.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
Returns true if this cargo has reached landed stable confirmation.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -4250,6 +4738,36 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
Returns true if this cargo has seen airborne transport in this cycle.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -4283,6 +4801,55 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
[Internal] Count currently tracked dynamic cargo objects.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Ensure global scheduler is running for tracked cargo updates.
+
+
@@ -4325,6 +4892,241 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
[Internal] Find tracked client by unit name in current dynamic cargo helo set.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+ #string
+ UnitName
+
+
+
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Find nearest live C-130 client.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+
+
+
Maximum 3D distance
+
+
+
+
Return values:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Safe AGL calculation helper.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Get best known carrier client from stored names/owner.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Resolve player name for a client.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
Return value:
+
+
+
@@ -4396,6 +5198,36 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
[Internal] Get scheduler interval for global dynamic cargo updates.
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
+
+
Interval in seconds
+
+
+
+
+
@@ -4453,6 +5285,285 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
[Internal] Check whether an aircraft typename is a C-130J for special handling.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+ #string
+ TypeName
+
+
+
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Resolve/rebind owner to nearest valid C-130 after movement from spawn.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Store current carrier identity fields.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+
+ #string
+ PlayerName
+
+
+
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Determine whether to run C-130 transport-state handling for this cargo tick.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
Return value:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Stop global scheduler when no tracked cargo remains.
+
+
+
+
+
+
+
+
+
[Internal] Add one dynamic cargo object to global tracking.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
+
+
+
+
+
+
[Internal] Remove one dynamic cargo object from global tracking.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+ #string
+ CargoName
+
+
+
+
+
+
+
+
+
+
+
+
+
+
[Internal] Update all tracked dynamic cargo objects in one scheduler tick.
+
+
@@ -4483,6 +5594,48 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
[Internal] C-130-specific transport state update.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
Return value:
+
+
+
@@ -4550,7 +5703,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#number
DYNAMICCARGO.Interval
-Check Interval. 20 secs default.
+Check interval. 5 secs default.
@@ -4629,6 +5782,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -4660,7 +5857,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Core.Timer#TIMER
DYNAMICCARGO.timer
-Timmer to run intervals
+Compatibility field; updates are handled by one class-wide scheduler.
@@ -8837,7 +10034,7 @@ Coordinates are dependent on the position of the maps origin.
#number
DYNAMICCARGO.Interval
-Check Interval. 20 secs default.
+Check interval. 5 secs default.
@@ -8916,6 +10113,50 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
+
+
+
@@ -8947,7 +10188,7 @@ Coordinates are dependent on the position of the maps origin.
Core.Timer#TIMER
DYNAMICCARGO.timer
-Timmer to run intervals
+Compatibility field; updates are handled by one class-wide scheduler.
@@ -9645,7 +10886,7 @@ If the Identifiable is alive, true is returned.
#number
DYNAMICCARGO.Interval
-Check Interval. 20 secs default.
+Check interval. 5 secs default.
@@ -9724,6 +10965,50 @@ If the Identifiable is alive, true is returned.
+
+
+
+
+
+
+
@@ -9755,7 +11040,7 @@ If the Identifiable is alive, true is returned.
Core.Timer#TIMER
DYNAMICCARGO.timer
-Timmer to run intervals
+Compatibility field; updates are handled by one class-wide scheduler.
@@ -9964,7 +11249,7 @@ If the Identifiable is alive, true is returned.
#number
DYNAMICCARGO.Interval
-Check Interval. 20 secs default.
+Check interval. 5 secs default.
@@ -10043,6 +11328,50 @@ If the Identifiable is alive, true is returned.
+
+
+
+
+
+
+
@@ -10074,7 +11403,7 @@ If the Identifiable is alive, true is returned.
Core.Timer#TIMER
DYNAMICCARGO.timer
-Timmer to run intervals
+Compatibility field; updates are handled by one class-wide scheduler.
@@ -13929,6 +15258,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
CH-47 model start coordinate is quite exactly in the middle of the model, so half values here
+
+
+
+
@@ -13951,6 +15291,39 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
@@ -13988,6 +15361,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -14010,6 +15394,39 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index 616534b39..872634124 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -5563,7 +5563,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GROUP.InitRespawnRandomizePositionOuter
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index e830070d4..9f9218682 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3037,28 +3037,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -5186,28 +5164,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -6829,28 +6785,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-