- #string
+
SETTINGS.A2GSystem
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index a126d1434..69ada2198 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3018,7 +3018,7 @@ and any spaces before and after the resulting name are removed.
- SPAWN.frequency |
+ SPAWN.callsign |
|
@@ -3030,19 +3030,7 @@ and any spaces before and after the resulting name are removed.
- SPAWN.livery_id |
-
-
- |
-
-
- SPAWN.skill |
-
-
- |
-
-
- SPAWN.uncontrolled |
+ SPAWN.speed |
|
@@ -3719,11 +3707,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SPAWN.AIOnOff
+
+
The AI is on by default when spawning a group.
+
@@ -3804,6 +3795,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -3870,6 +3864,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.
+
@@ -3903,17 +3911,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3972,17 +3969,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4049,17 +4035,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4126,6 +4101,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Overwrite unit names by default with group name.
+
@@ -4137,60 +4115,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
-
@@ -4212,11 +4138,15 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
-
SPAWN.SpawnInitSkill
+
+
SPAWN.SpawnInitSADL
+
+
we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case
+ we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL
+
@@ -4248,7 +4178,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxGroups
@@ -4262,7 +4192,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -4430,6 +4360,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4497,7 +4438,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
When the first Spawn executes, all the Groups need to be made visible before start.
+
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
@@ -4578,7 +4519,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
SPAWN.uncontrolled
+
SPAWN.speed
@@ -10467,11 +10386,14 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #boolean
SPAWN.AIOnOff
+
+
The AI is on by default when spawning a group.
+
@@ -10552,6 +10474,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -10618,6 +10543,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.
+
@@ -10651,17 +10590,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10720,17 +10648,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10797,17 +10714,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10874,6 +10780,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
+
@@ -10885,60 +10794,8 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
-
-
-
@@ -10960,11 +10817,15 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #string
-
SPAWN.SpawnInitSkill
+
+
SPAWN.SpawnInitSADL
+
+
we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case
+ we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL
+
@@ -10996,7 +10857,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxGroups
@@ -11010,7 +10871,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -11178,6 +11039,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -11245,7 +11117,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. When the first Spawn executes, all the Groups need to be made visible before start.
+
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
@@ -11326,7 +11198,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.frequency
+SPAWN.callsign
@@ -11348,29 +11220,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.livery_id
-
-
-
-
-
-
-
-
-
-
-
-
SPAWN.uncontrolled
+
SPAWN.speed
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 96a4e3498..92bab32e1 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -1972,6 +1972,24 @@ 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 |
+
+
|
@@ -3088,6 +3106,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -4949,6 +5000,39 @@ 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 c8dc8a7e8..62075b6b8 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2753,6 +2753,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -4036,6 +4069,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -5591,6 +5657,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html
index d0c4a8fe3..1417a4324 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16546,17 +16546,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
@@ -17261,17 +17250,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index a8c473f37..43fbe9d91 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3903,6 +3903,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Kickspeed
+
@@ -4488,6 +4491,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 a3753b204..470813a2e 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2438,6 +2438,17 @@
+
+
+
+
@@ -2774,6 +2785,28 @@
+
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 5046ca24a..ebc2cbc92 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20017,17 +20017,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -20171,6 +20160,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -20188,7 +20188,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
@@ -24947,6 +24936,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
+
+
@@ -24964,7 +24964,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
@@ -26744,6 +26733,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
+
+
@@ -26761,7 +26761,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 12a8d91cf..8cf12fbb0 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -5391,8 +5391,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -5638,6 +5649,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5938,6 +5960,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -12296,8 +12329,8 @@ Substring matching with digit-boundary protection prevents false matches
+
@@ -12543,6 +12587,17 @@ Substring matching with digit-boundary protection prevents false matches
+
+
+
+
@@ -12843,6 +12898,17 @@ Substring matching with digit-boundary protection prevents false matches
+
+
+
+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index e39b35d5d..b8292eb3a 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4608,7 +4608,7 @@ and any spaces before and after the resulting name are removed.
- RAT.frequency |
+ RAT.callsign |
|
@@ -4620,19 +4620,7 @@ and any spaces before and after the resulting name are removed.
- RAT.livery_id |
-
-
- |
-
-
- RAT.skill |
-
-
- |
-
-
- RAT.uncontrolled |
+ RAT.speed |
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index aa863712f..60be9bbf2 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -2910,6 +2910,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
SCORING.AutoSavePath
@@ -3154,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -3165,7 +3176,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
SCORING.AutoSavePath
@@ -6611,7 +6633,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -6622,7 +6644,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 936acb264..b33a2cab8 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -42105,6 +42105,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -42280,6 +42294,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set Stable Hover
+
@@ -42313,6 +42330,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set time stamp.
+
@@ -42555,17 +42575,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Band modulation.
-
-
-
-
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html
index e87b27048..789718ae5 100644
--- a/Documentation/Ops.ArmyGroup.html
+++ b/Documentation/Ops.ArmyGroup.html
@@ -2543,12 +2543,6 @@ and pick the closest unit to this ARMYGROUP.
ARMYGROUP:DestroyUnit(UnitName, Delay) |
Destroy a unit of the group.
- |
-
-
- ARMYGROUP.EPLRS |
-
-
|
@@ -6749,6 +6743,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -12633,6 +12638,17 @@ and pick the closest unit to this ARMYGROUP.
Field(s)
+
@@ -33143,6 +33159,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Field(s)
+
@@ -34993,6 +35020,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Field(s)
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index db953d591..4493c915d 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2604,6 +2604,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -4673,14 +4679,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4706,17 +4709,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4851,6 +4843,17 @@ 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
+
+
+
+
@@ -11128,14 +11131,11 @@ callsigns from playername or group name.
@@ -11161,17 +11161,6 @@ callsigns from playername or group name.
-
-
-
-
@@ -11306,6 +11295,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -13790,14 +13790,11 @@ callsigns from playername or group name.
@@ -13823,17 +13820,6 @@ callsigns from playername or group name.
-
-
-
-
@@ -13968,6 +13954,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index bfe7245d8..b2622adac 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -6141,17 +6141,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -6194,7 +6183,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -6219,28 +6208,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -6347,14 +6319,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6541,7 +6510,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.Spawned_Cargo
@@ -6557,17 +6526,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -6665,6 +6623,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -6698,28 +6667,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -6889,17 +6836,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -7083,7 +7019,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
CTLD.locale
@@ -7261,7 +7197,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repairor build a unit/group
+
noob catch
@@ -7420,9 +7356,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
sub categories
-
@@ -24120,17 +24053,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -24173,7 +24095,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -24198,28 +24120,11 @@ However, if you create a new folder inside the miz file, which contains the soun
-
@@ -24326,14 +24231,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24520,7 +24422,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.Spawned_Cargo
@@ -24536,17 +24438,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -24644,6 +24535,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24677,28 +24579,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
@@ -24868,17 +24748,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -25062,7 +24931,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #string
+
CTLD.locale
@@ -25240,7 +25109,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
time to repairor build a unit/group
+
noob catch
@@ -25399,9 +25268,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
sub categories
-
@@ -27079,17 +26945,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -27132,7 +26987,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.DroppedTroops
@@ -27157,28 +27012,11 @@ However, if you create a new folder inside the miz file, which contains the soun
-
@@ -27285,14 +27123,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -27479,7 +27314,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.Spawned_Cargo
@@ -27495,17 +27330,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -27603,6 +27427,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -27636,28 +27471,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
@@ -27827,17 +27640,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -28021,7 +27823,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #string
+
CTLD.locale
@@ -28199,7 +28001,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
time to repairor build a unit/group
+
noob catch
@@ -28358,9 +28160,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
sub categories
-
@@ -32964,17 +32763,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
-
-
-
-
@@ -33090,6 +32878,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Ops.EasyGCICAP.html b/Documentation/Ops.EasyGCICAP.html
index 274a676b1..b24805adf 100644
--- a/Documentation/Ops.EasyGCICAP.html
+++ b/Documentation/Ops.EasyGCICAP.html
@@ -1484,7 +1484,7 @@
Date: September 2023
-Last Update: Mar 2026
+Last Update: June 2026
- Ops - Easy GCI & CAP Manager
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html
index ebbc09aa5..48de0e57d 100644
--- a/Documentation/Ops.FlightGroup.html
+++ b/Documentation/Ops.FlightGroup.html
@@ -3305,12 +3305,6 @@
FLIGHTGROUP:DestroyUnit(UnitName, Delay) |
Destroy a unit of the group.
- |
-
-
- FLIGHTGROUP.EPLRS |
-
-
|
@@ -7875,6 +7869,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Set the destination base.
+
@@ -8067,14 +8064,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8099,20 +8093,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -18697,6 +18677,9 @@ Here we only check if stuck whilst taxiing.
+
+
Set the destination base.
+
@@ -18889,14 +18872,11 @@ Here we only check if stuck whilst taxiing.
@@ -18921,20 +18901,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -39562,6 +39528,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
Set the destination base.
+
@@ -39754,14 +39723,11 @@ Optionally, you can calculate the current max weight possible, which accounts fo
@@ -39786,20 +39752,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41767,6 +41719,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
Set the destination base.
+
@@ -41959,14 +41914,11 @@ Optionally, you can calculate the current max weight possible, which accounts fo
@@ -41991,20 +41943,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html
index 7aa9612a3..38154bd18 100644
--- a/Documentation/Ops.Intel.html
+++ b/Documentation/Ops.Intel.html
@@ -4952,6 +4952,72 @@ 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}
+
+
+
+
+
+
+
+
+
@@ -10867,6 +10933,72 @@ the radar (nose-on) and 90° when the target crosses the beam (side-on).
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
+
+
+
+
+
+
+
+
+
@@ -12831,6 +12963,72 @@ Sources: public declassified estimates, Jane's, IISS assessments.
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/Ops.NavyGroup.html b/Documentation/Ops.NavyGroup.html
index 2af10f686..34c63cee2 100644
--- a/Documentation/Ops.NavyGroup.html
+++ b/Documentation/Ops.NavyGroup.html
@@ -2474,12 +2474,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 94a9a2efc..675577471 100644
--- a/Documentation/Ops.OpsGroup.html
+++ b/Documentation/Ops.OpsGroup.html
@@ -1703,12 +1703,6 @@
OPSGROUP:DestroyUnit(UnitName, Delay) |
Destroy a unit of the group.
- |
-
-
- OPSGROUP.EPLRS |
-
-
|
@@ -7339,17 +7333,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -8551,9 +8534,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Init a table.
-
@@ -29143,17 +29123,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Name of the class.
-
-
-
-
@@ -30355,9 +30324,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
- Init a table.
-
@@ -32287,17 +32253,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Name of the class.
-
-
-
-
@@ -33499,9 +33454,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
- Init a table.
-
diff --git a/Documentation/Ops.OpsZone.html b/Documentation/Ops.OpsZone.html
index ec4971c64..de09eea7a 100644
--- a/Documentation/Ops.OpsZone.html
+++ b/Documentation/Ops.OpsZone.html
@@ -3530,9 +3530,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Contested.
-
@@ -7350,9 +7347,6 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) --
-
- Contested.
-
@@ -9307,9 +9301,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 654fada96..a3355494e 100644
--- a/Documentation/Ops.PlayerTask.html
+++ b/Documentation/Ops.PlayerTask.html
@@ -15964,14 +15964,11 @@ When moose is loading dynamically (for moose class development), tracing is swit
@@ -16520,7 +16517,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
@@ -23499,14 +23485,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -24055,7 +24038,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
@@ -25984,14 +25956,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -26540,7 +26509,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 4eb05a4eb..684c0d3d6 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4446,6 +4446,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
+
+
+
+
+
@@ -4479,6 +4501,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -18165,6 +18198,28 @@ mygroup:WayPointExecute()
The DCS controllable class.
+
+
+
+
+
@@ -18198,6 +18253,17 @@ mygroup:WayPointExecute()
+
+
+
+
@@ -22298,6 +22364,28 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
+
+
+
+
+
@@ -22331,6 +22419,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -22952,6 +23051,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -22985,6 +23106,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -23117,6 +23249,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -23150,6 +23304,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+