diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index e62e3dd0a..acc6daa83 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2834,6 +2834,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4991,6 +5002,17 @@ 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 51c287f03..89e498222 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2992,12 +2992,6 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- SPAWN.uncontrolled |
-
-
|
@@ -3760,6 +3754,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.
+
@@ -3859,17 +3856,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3928,17 +3914,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4077,61 +4052,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
By default, no InitLimit
-
-
-
-
-
-
-
-
@@ -4152,11 +4072,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
+
@@ -4370,6 +4294,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4437,7 +4372,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.
@@ -4511,17 +4446,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -10394,6 +10318,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.
+
@@ -10493,17 +10420,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10562,17 +10478,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10711,61 +10616,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. By default, no InitLimit
-
-
-
-
-
-
-
-
@@ -10786,11 +10636,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
+
@@ -11004,6 +10858,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -11071,7 +10936,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.
@@ -11145,17 +11010,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
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/Core.Spot.html b/Documentation/Core.Spot.html
index 1ac2aadd8..4e2e19cf8 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2742,6 +2742,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -4025,6 +4069,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -5580,6 +5668,50 @@ 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 2d23df4cb..7c6b124b7 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16535,17 +16535,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
@@ -17250,17 +17239,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 eff528a1b..8953661d9 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
@@ -4461,7 +4461,7 @@ An airbase can be specified to set the maximum kick speed for.
-
+ #table
ATC_GROUND.Airbases
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html
index 025248b11..c843fcc5e 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2427,6 +2427,17 @@
+
+
+
+
@@ -2660,17 +2671,6 @@
-
-
-
-
-
-
AUTOLASE.minthreatlevel
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index e0774477f..7afea4979 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2386,17 +2386,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 3ea01f2d6..c8874d051 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20006,28 +20006,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
@@ -20160,17 +20138,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -24793,28 +24760,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -24947,17 +24892,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
@@ -26601,28 +26535,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -26755,17 +26667,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 0e138574c..731fe534d 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -4368,6 +4368,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4412,6 +4423,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4566,6 +4588,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
+
+
+
+
+
+
@@ -9974,6 +10029,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -10018,6 +10084,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -10172,6 +10249,39 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
+
+
+
+
+
+
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index d235cae4e..cc984a7ef 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2189,6 +2189,20 @@ 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.
+
+
+
+
@@ -2419,6 +2433,20 @@ 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 9cf9997db..d7aca880b 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 |
-
-
|
@@ -4582,12 +4576,6 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- RAT.uncontrolled |
-
-
|
@@ -7828,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.
-
-
-
-
@@ -15787,17 +15764,6 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
-
-
-
-
@@ -22836,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.
-
-
-
-
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 1a85823c0..b9637f9e3 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
@@ -3154,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
SCORING.AutoSavePath
@@ -6600,7 +6622,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -6611,7 +6633,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 ea95a465d..2909ab39a 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -9831,17 +9831,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
-
-
-
-
@@ -9853,17 +9842,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of marshal.
-
-
-
-
@@ -30500,17 +30478,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -30522,17 +30489,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -33646,17 +33602,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
-
-
-
-
@@ -33668,17 +33613,6 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
-
-
-
-
@@ -42175,17 +42109,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.
-
-
-
-
@@ -42346,9 +42269,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set Stable Hover
-
@@ -42382,6 +42302,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set new time stamp.
+
@@ -42546,7 +42469,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- VNAO Edit - Added
+ VNAO Edit - Added
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html
index a6f249c7d..394a0346c 100644
--- a/Documentation/Ops.ArmyGroup.html
+++ b/Documentation/Ops.ArmyGroup.html
@@ -2532,6 +2532,12 @@ and pick the closest unit to this ARMYGROUP.
ARMYGROUP:DestroyUnit(UnitName, Delay) |
Destroy a unit of the group.
+ |
+
+
+ ARMYGROUP.EPLRS |
+
+
|
diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html
index 42ee9ebd3..f34662226 100644
--- a/Documentation/Ops.Auftrag.html
+++ b/Documentation/Ops.Auftrag.html
@@ -7427,6 +7427,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Mission Ingress waypoint coordinate.
+
+
+
+
@@ -23303,6 +23314,17 @@ will always return.
Mission Ingress waypoint coordinate.
+
+
+
+
@@ -26717,6 +26739,17 @@ will always return.
Mission Ingress waypoint coordinate.
+
+
+
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 2807765e0..cae8ebc43 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2821,6 +2821,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.smokecolor |
+ |
+
+
+ CSAR.speed |
+
+
|
@@ -4148,7 +4154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -4549,7 +4555,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -4663,14 +4669,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5032,20 +5035,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -5071,20 +5060,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
-
-
-
@@ -5122,6 +5097,17 @@ 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
+
+
+
+
@@ -10620,7 +10606,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -11021,7 +11007,7 @@ callsigns from playername or group name.
-
@@ -11543,20 +11512,6 @@ callsigns from playername or group name.
-
-
-
-
- #number
-
CSAR.rescues
-
-
-
-
-
counter for successful rescue landings at FARP/AFB/MASH
-
-
-
@@ -11594,6 +11549,17 @@ 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
+
+
+
+
@@ -13299,7 +13265,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -13700,7 +13666,7 @@ callsigns from playername or group name.
-
@@ -14222,20 +14171,6 @@ callsigns from playername or group name.
-
-
-
-
- #number
-
CSAR.rescues
-
-
-
-
-
counter for successful rescue landings at FARP/AFB/MASH
-
-
-
@@ -14273,6 +14208,17 @@ 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 3f4727d83..2e101e7e1 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -6027,7 +6027,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.CtldUnits
@@ -6049,7 +6049,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.DroppedTroops
@@ -6074,11 +6074,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -6163,7 +6180,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -6174,7 +6191,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeUHFFrequencies
@@ -6185,11 +6202,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6287,14 +6307,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6370,6 +6387,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -6456,50 +6484,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -6669,6 +6653,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -6965,17 +6960,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
enfore engineer build only?
-
-
-
-
@@ -7030,7 +7014,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repairor build a unit/group
+
noob catch
@@ -7140,7 +7124,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
CTLD.troopdropzoneradius
@@ -7189,6 +7173,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
sub categories
+
@@ -22805,7 +22792,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.CtldUnits
@@ -22827,7 +22814,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -22852,11 +22839,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -22941,7 +22945,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -22952,7 +22956,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeUHFFrequencies
@@ -22963,11 +22967,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -23065,14 +23072,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -23148,6 +23152,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -23234,50 +23249,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
-
-
@@ -23447,6 +23418,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -23743,17 +23725,6 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
-
-
-
-
@@ -23808,7 +23779,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
@@ -23918,7 +23889,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -23967,6 +23938,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -25653,7 +25627,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.CtldUnits
@@ -25675,7 +25649,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -25700,11 +25674,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -25789,7 +25780,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -25800,7 +25791,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeUHFFrequencies
@@ -25811,11 +25802,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -25913,14 +25907,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -25996,6 +25987,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -26082,50 +26084,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
-
-
@@ -26295,6 +26253,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -26591,17 +26560,6 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
-
-
-
-
@@ -26656,7 +26614,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
@@ -26766,7 +26724,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -26815,6 +26773,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -31418,17 +31379,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
-
-
-
-
@@ -31544,17 +31494,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html
index bbe949239..68ed5b41f 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 |
+
+
|
@@ -7827,20 +7833,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -18638,20 +18630,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -39492,20 +39470,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41686,20 +41650,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
diff --git a/Documentation/Ops.NavyGroup.html b/Documentation/Ops.NavyGroup.html
index c20c8cb9a..b667fb910 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 f78895741..35d97f0dd 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 |
+
+
|
@@ -7322,6 +7328,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -29115,6 +29132,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Name of the class.
+
+
+
+
@@ -32248,6 +32276,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Name of the class.
+
+
+
+
diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html
index 4b6e81847..fcc95fb4f 100644
--- a/Documentation/Ops.PlayerTask.html
+++ b/Documentation/Ops.PlayerTask.html
@@ -15953,11 +15953,14 @@ When moose is loading dynamically (for moose class development), tracing is swit
@@ -16506,7 +16509,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
+ #number
PLAYERTASKCONTROLLER.lasttaskcount
@@ -23474,11 +23477,14 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -24027,7 +24033,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
+ #number
PLAYERTASKCONTROLLER.lasttaskcount
@@ -25945,11 +25951,14 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -26498,7 +26507,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
+ #number
PLAYERTASKCONTROLLER.lasttaskcount
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html
index 2a6c9348a..1117c716f 100644
--- a/Documentation/Utilities.FiFo.html
+++ b/Documentation/Utilities.FiFo.html
@@ -8019,17 +8019,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -8879,17 +8868,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 976623b81..298ab0e5c 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4435,6 +4435,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
+
+
+
+
+
@@ -4457,6 +4479,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -18143,6 +18187,28 @@ mygroup:WayPointExecute()
The DCS controllable class.
+
+
+
+
+
@@ -18165,6 +18231,28 @@ mygroup:WayPointExecute()
+
+
+
+
+
@@ -22265,6 +22353,28 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
+
+
+
+
+
@@ -22287,6 +22397,28 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
+
@@ -22908,6 +23040,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -22930,6 +23084,28 @@ If the Identifiable is alive, true is returned.
+
+
+
+
+
@@ -23062,6 +23238,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -23084,6 +23282,28 @@ If the Identifiable is alive, true is returned.
+
+
+
+
+