- #string
+
SETTINGS.A2GSystem
@@ -5052,11 +5063,22 @@ It is advised to use this method at the start of the mission.
+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index d100d5534..66eeb4cb4 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3061,7 +3061,7 @@ and any spaces before and after the resulting name are removed.
- SPAWN.livery_id |
+ SPAWN.hidden |
|
@@ -3750,14 +3750,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.
-
@@ -3904,20 +3901,6 @@ 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.
-
@@ -3951,6 +3934,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4152,6 +4146,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Overwrite unit names by default with group name.
+
@@ -4163,6 +4160,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -4188,6 +4229,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
+
+
+
+
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
+
+
+
+
+
@@ -4479,7 +4546,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+ When the first Spawn executes, all the Groups need to be made visible before start.
@@ -4560,7 +4627,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
SPAWN.livery_id
+
SPAWN.hidden
@@ -10370,14 +10437,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.
-
@@ -10524,20 +10588,6 @@ 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.
-
@@ -10571,6 +10621,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10772,6 +10833,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
+
@@ -10783,6 +10847,50 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
@@ -10808,6 +10916,32 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.self:T2( { self.SpawnTemplatePrefix, Vec2} )
+
+
+
+
+
+
+
+
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
+
+
+
+
+
@@ -11099,7 +11233,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+ When the first Spawn executes, all the Groups need to be made visible before start.
@@ -11180,7 +11314,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.livery_id
+SPAWN.hidden
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 18e6c32fc..99a27499d 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -2027,6 +2027,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 |
+
+
|
@@ -3143,6 +3161,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -5004,6 +5055,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 1ea47706b..c1e1d1784 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2802,6 +2802,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -4085,6 +4129,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -5607,6 +5695,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
diff --git a/Documentation/DCS.html b/Documentation/DCS.html
index 24f334587..147eb469e 100644
--- a/Documentation/DCS.html
+++ b/Documentation/DCS.html
@@ -2050,6 +2050,18 @@
| Fields and Methods inherited from AI.Option.Air.id |
Description |
+
+ AI.Option.Air.id.AI_RUNWAY_LINE_UP |
+
+
+ |
+
+
+ AI.Option.Air.id.ALLOW_FORMATION_SIDE_SWAP |
+
+
+ |
+
AI.Option.Air.id.ECM_USING |
@@ -2108,6 +2120,12 @@
| AI.Option.Air.id.OPTION_RADIO_USAGE_KILL |
+ |
+
+
+ AI.Option.Air.id.PREFER_VERTICAL |
+
+
|
diff --git a/Documentation/Functional.AICSAR.html b/Documentation/Functional.AICSAR.html
index 0f381f322..7f6786997 100644
--- a/Documentation/Functional.AICSAR.html
+++ b/Documentation/Functional.AICSAR.html
@@ -3406,7 +3406,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
AICSAR.SRSTTSRadio
+
AICSAR.SRSRadio
@@ -6485,7 +6485,7 @@ See
AICSAR:SetPilotTTSVoice() and
AICSAR:SetOperatorTTSVoice(
#boolean
-
AICSAR.SRSTTSRadio
+
AICSAR.SRSRadio
@@ -8421,7 +8421,7 @@ See
AICSAR:SetPilotTTSVoice() and
AICSAR:SetOperatorTTSVoice(
#boolean
-
AICSAR.SRSTTSRadio
+
AICSAR.SRSRadio
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html
index f4f75a3dc..25c473606 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2378,7 +2378,7 @@
+
@@ -2570,6 +2614,17 @@
+
+
+
+
@@ -2584,6 +2639,39 @@
set up SRS
+
+
+
+
+
+
@@ -2601,7 +2689,7 @@
+
@@ -2692,11 +2791,33 @@
+
+
@@ -2719,6 +2840,39 @@
+
+
+
+
+
+
@@ -2736,18 +2890,7 @@
-
-
-
-
+ #boolean
AUTOLASE.smoketargets
@@ -2758,7 +2901,7 @@
-
+ #table
AUTOLASE.targetsperrecce
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 9a171d8a5..9356cce00 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2472,6 +2472,17 @@ Use the method
DESIGNATE.SetMission() to
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 829ae67ba..86d689d85 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20147,17 +20147,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -24912,17 +24901,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -26665,17 +26643,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index ab1b52d63..91db1474a 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -4434,6 +4434,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4478,6 +4489,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4632,6 +4654,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
+
+
+
+
@@ -5199,6 +5232,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.
+
+
+
+
+
+
+
+
@@ -10040,6 +10128,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -10084,6 +10183,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -10238,6 +10348,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
+
+
+
+
@@ -10805,6 +10926,61 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Log SAM status in dcs.log every cycle if true.
+
+
+
+
+
+
+
+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index ea1dd5ba7..ad53b5779 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -3411,12 +3411,6 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
- |
-
-
- RAT.type |
-
-
|
@@ -4651,7 +4645,7 @@ and any spaces before and after the resulting name are removed.
- RAT.livery_id |
+ RAT.hidden |
|
@@ -7906,17 +7900,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.
-
-
-
-
@@ -15865,17 +15848,6 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
-
-
-
-
@@ -22914,17 +22886,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 037e8ac9c..7a21d75c6 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3209,7 +3209,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -3220,7 +3220,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyonfratricide
@@ -6666,7 +6666,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -6677,7 +6677,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 8e54bbfad..cae06e9bf 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -42184,6 +42184,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -42202,6 +42216,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.
+
+
+
+
@@ -42362,6 +42387,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set Stable Hover
+
@@ -42637,17 +42665,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Band modulation.
-
-
-
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index ca0651d0a..e9dbba648 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2556,6 +2556,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -4099,7 +4105,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -4456,7 +4462,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -4545,14 +4551,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4573,25 +4576,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4715,6 +4704,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
+
+
+
+
@@ -4920,20 +4920,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -4959,20 +4945,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
-
-
-
@@ -10478,7 +10450,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -10835,7 +10807,7 @@ callsigns from playername or group name.
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -10924,14 +10896,11 @@ callsigns from playername or group name.
@@ -10952,25 +10921,11 @@ callsigns from playername or group name.
-
@@ -11094,6 +11049,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -11299,20 +11265,6 @@ callsigns from playername or group name.
-
-
@@ -11338,20 +11290,6 @@ callsigns from playername or group name.
-
-
-
-
- #number
-
CSAR.rescues
-
-
-
-
-
counter for successful rescue landings at FARP/AFB/MASH
-
-
-
@@ -13061,7 +12999,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -13418,7 +13356,7 @@ callsigns from playername or group name.
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -13507,14 +13445,11 @@ callsigns from playername or group name.
@@ -13535,25 +13470,11 @@ callsigns from playername or group name.
-
@@ -13677,6 +13598,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -13882,20 +13814,6 @@ callsigns from playername or group name.
-
-
@@ -13921,20 +13839,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 c7dc7c644..d889531b1 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8699,6 +8699,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8842,6 +8853,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -8962,6 +8987,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Beacons
+
@@ -9117,6 +9145,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -9358,6 +9397,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -9790,6 +9840,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ message suppression
+
@@ -9845,6 +9898,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ sub categories
+
@@ -23472,6 +23528,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -23615,6 +23682,20 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
@@ -23735,6 +23816,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -23890,6 +23974,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24131,6 +24226,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -24563,6 +24669,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ message suppression
+
@@ -24618,6 +24727,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -26135,6 +26247,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -26278,6 +26401,20 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
@@ -26398,6 +26535,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -26553,6 +26693,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -26794,6 +26945,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -27226,6 +27388,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ message suppression
+
@@ -27281,6 +27446,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -42512,6 +42680,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
+
+
+
+
@@ -43838,6 +44017,17 @@ Use either this method to integrate the Hercules **or** the one from the "normal
template for a group of 10 paratroopers
+
+
+
+
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html
index 704536bbc..89bbba97d 100644
--- a/Documentation/Ops.FlightGroup.html
+++ b/Documentation/Ops.FlightGroup.html
@@ -7815,20 +7815,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -7895,34 +7881,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
@@ -8143,17 +8101,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8176,17 +8123,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
@@ -18626,20 +18562,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -18706,34 +18628,6 @@ Here we only check if stuck whilst taxiing.
-
-
-
@@ -18954,17 +18848,6 @@ Here we only check if stuck whilst taxiing.
-
-
-
-
@@ -18987,17 +18870,6 @@ Here we only check if stuck whilst taxiing.
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
@@ -39474,20 +39346,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -39554,34 +39412,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
@@ -39802,17 +39632,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
-
@@ -39835,17 +39654,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Flight is ready for takeoff. This is for FLIGHTCONTROL.
-
-
-
-
@@ -41685,20 +41493,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41765,34 +41559,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
@@ -42013,17 +41779,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
-
@@ -42046,17 +41801,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 edd39170a..f2a902d58 100644
--- a/Documentation/Ops.Intel.html
+++ b/Documentation/Ops.Intel.html
@@ -4882,72 +4882,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}
-
-
-
-
-
-
-
-
-
@@ -10238,72 +10172,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}
-
-
-
-
-
-
-
-
-
@@ -12123,72 +11991,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 8aeaa64d6..2ed85cf5f 100644
--- a/Documentation/Ops.OpsZone.html
+++ b/Documentation/Ops.OpsZone.html
@@ -3579,6 +3579,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Contested.
+
@@ -7396,6 +7399,9 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) --
+
+ Contested.
+
@@ -9317,6 +9323,9 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) --
+
+ Contested.
+
diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html
index b55a6dd75..16053ee93 100644
--- a/Documentation/Ops.PlayerTask.html
+++ b/Documentation/Ops.PlayerTask.html
@@ -15974,14 +15974,11 @@ When moose is loading dynamically (for moose class development), tracing is swit
@@ -16601,17 +16598,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -23483,14 +23469,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -24110,17 +24093,6 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
-
-
-
@@ -25935,14 +25907,11 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -26562,17 +26531,6 @@ 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 6a788b214..16f844a92 100644
--- a/Documentation/Utilities.FiFo.html
+++ b/Documentation/Utilities.FiFo.html
@@ -8107,6 +8107,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -8956,6 +8967,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html
index eec264835..18ba3c4ca 100644
--- a/Documentation/Wrapper.Client.html
+++ b/Documentation/Wrapper.Client.html
@@ -2815,6 +2815,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT:OptionAAAttackRange(range) |
[AIR] Sets Controllable Option for A2A attack range for AIR FIGHTER units.
+ |
+
+
+ CLIENT:OptionAIRunwayLineUp() |
+
+ Air - Allow formation takeoff, if enough space
|
@@ -2833,6 +2839,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT:OptionAlarmStateRed() |
Alarm state to Red: Group is combat ready and actively searching for targets.
+ |
+
+
+ CLIENT:OptionAllowFormationSideSwap() |
+
+ Air - Allow formation side swap
|
@@ -13971,6 +13983,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation takeoff, if enough space
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -14067,6 +14109,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation side swap
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 80b8e5a98..d3aa59bf7 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -2170,6 +2170,12 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE:OptionAAAttackRange(range) |
[AIR] Sets Controllable Option for A2A attack range for AIR FIGHTER units.
+ |
+
+
+ CONTROLLABLE:OptionAIRunwayLineUp() |
+
+ Air - Allow formation takeoff, if enough space
|
@@ -2188,6 +2194,12 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE:OptionAlarmStateRed() |
Alarm state to Red: Group is combat ready and actively searching for targets.
+ |
+
+
+ CONTROLLABLE:OptionAllowFormationSideSwap() |
+
+ Air - Allow formation side swap
|
@@ -4477,17 +4489,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
-
-
-
-
@@ -4521,28 +4522,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -8606,6 +8585,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation takeoff, if enough space
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -8702,6 +8711,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation side swap
+
+
@@ -18101,17 +18140,6 @@ mygroup:WayPointExecute()
The DCS controllable class.
-
-
-
-
@@ -18145,28 +18173,6 @@ mygroup:WayPointExecute()
-
-
-
-
-
@@ -22267,17 +22273,6 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
-
-
-
-
@@ -22311,28 +22306,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
-
@@ -22954,17 +22927,6 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
-
-
-
-
@@ -22998,28 +22960,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
-
@@ -23152,17 +23092,6 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
-
-
-
-
@@ -23196,28 +23125,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
-
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index c1d5f2050..130c0d011 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -2980,6 +2980,12 @@ amount of fuel in the group.
GROUP:OptionAAAttackRange(range) |
[AIR] Sets Controllable Option for A2A attack range for AIR FIGHTER units.
+ |
+
+
+ GROUP:OptionAIRunwayLineUp() |
+
+ Air - Allow formation takeoff, if enough space
|
@@ -2998,6 +3004,12 @@ amount of fuel in the group.
GROUP:OptionAlarmStateRed() |
Alarm state to Red: Group is combat ready and actively searching for targets.
+ |
+
+
+ GROUP:OptionAllowFormationSideSwap() |
+
+ Air - Allow formation side swap
|
@@ -14912,6 +14924,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation takeoff, if enough space
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -15008,6 +15050,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation side swap
+
+
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 9e74797e8..8169c49c5 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3852,17 +3852,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8018,17 +8007,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -8705,17 +8683,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -8903,17 +8870,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html
index 07d4846ed..5922cde93 100644
--- a/Documentation/Wrapper.Unit.html
+++ b/Documentation/Wrapper.Unit.html
@@ -2585,6 +2585,12 @@ If you want to obtain the complete 3D position including orient
UNIT:OptionAAAttackRange(range) |
[AIR] Sets Controllable Option for A2A attack range for AIR FIGHTER units.
+ |
+
+
+ UNIT:OptionAIRunwayLineUp() |
+
+ Air - Allow formation takeoff, if enough space
|
@@ -2603,6 +2609,12 @@ If you want to obtain the complete 3D position including orient
UNIT:OptionAlarmStateRed() |
Alarm state to Red: Group is combat ready and actively searching for targets.
+ |
+
+
+ UNIT:OptionAllowFormationSideSwap() |
+
+ Air - Allow formation side swap
|
@@ -12283,6 +12295,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation takeoff, if enough space
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -12379,6 +12421,36 @@ If at least one detection method is specified, only the methods
+
+
+
+
+
+
+
+
Air - Allow formation side swap
+
+