-
-
CARGO_UNIT.CargoInAir
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index f32764502..33ed2613a 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -17535,6 +17535,28 @@ When moose is loading dynamically (for moose class development), tracing is swit
Field(s)
+
+
Function(s)
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index b1f15a30c..3449e21a6 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3036,7 +3036,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
SETTINGS.A2ASystem
@@ -3096,6 +3096,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5193,7 +5204,7 @@ It is advised to use this method at the start of the mission.
-
+ #string
SETTINGS.A2ASystem
@@ -5253,6 +5264,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 fcf4bf9dd..f9c791c25 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3233,7 +3233,19 @@ and any spaces before and after the resulting name are removed.
- SPAWN.hidden |
+ SPAWN.communication |
+
+
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.uncontrolled |
|
@@ -3910,14 +3922,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.
-
@@ -3998,9 +4007,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-
@@ -4067,20 +4073,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.
-
@@ -4114,6 +4106,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4227,6 +4230,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4293,9 +4307,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Overwrite unit names by default with group name.
-
@@ -4307,8 +4318,49 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
@@ -4324,6 +4376,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
+
+
+
+
+
@@ -4355,7 +4433,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxGroups
@@ -4369,7 +4447,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -4537,17 +4615,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4582,7 +4649,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.
@@ -4663,7 +4730,29 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
SPAWN.uncontrolled
@@ -10374,14 +10463,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.
-
@@ -10462,9 +10548,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-
@@ -10531,20 +10614,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.
-
@@ -10578,6 +10647,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10691,6 +10771,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10757,9 +10848,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
-
@@ -10771,8 +10859,49 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
@@ -10788,6 +10917,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
+
+
+
+
+
@@ -10819,7 +10974,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxGroups
@@ -10833,7 +10988,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -11001,17 +11156,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11046,7 +11190,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.
@@ -11127,7 +11271,29 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.hidden
+SPAWN.communication
+
+
+
+
+
+
+
+
+
+
+
+
SPAWN.uncontrolled
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 11342480f..e57a0ab8d 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -3031,6 +3031,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4347,6 +4358,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5902,6 +5924,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 642953b80..cdfd5c7c8 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -4154,9 +4154,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Kickspeed
-
@@ -4742,9 +4739,6 @@ An airbase can be specified to set the maximum kick speed for.
-
- Kickspeed
-
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 293d912b8..5362c47f3 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2675,7 +2675,7 @@ Use the method DESIGNATE.SetMission() to
-
DESIGNATE.LaseStart
+
DESIGNATE.LaseDuration
@@ -2685,8 +2685,8 @@ Use the method
DESIGNATE.SetMission() to
- #table
-
DESIGNATE.LaserCodes
+
+
DESIGNATE.LaseStart
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 4b5ae4232..02f210e34 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -5090,6 +5090,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
switch alarm state RED
+
@@ -9892,6 +9895,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
switch alarm state RED
+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 629dd666a..1279d9f33 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4783,7 +4783,19 @@ and any spaces before and after the resulting name are removed.
- RAT.hidden |
+ RAT.communication |
+
+
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.uncontrolled |
|
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 54e8dd2db..6468437c5 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -41449,17 +41449,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.
-
-
-
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 3bc89336f..16a46d209 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2739,6 +2739,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -4715,25 +4721,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4857,6 +4849,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
+
+
+
+
@@ -10971,25 +10974,11 @@ callsigns from playername or group name.
-
@@ -11113,6 +11102,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -13493,25 +13493,11 @@ callsigns from playername or group name.
-
@@ -13635,6 +13621,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 89ec98b8b..b980a5e0d 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -8348,6 +8348,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -8414,6 +8425,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -8534,7 +8556,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -8659,14 +8681,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8695,11 +8714,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8739,6 +8761,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
+
+
+
+
@@ -8805,17 +8838,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -9244,7 +9266,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- time to repairor build a unit/group
+ noob catch
@@ -20021,6 +20043,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Field(s)
+
@@ -20087,6 +20120,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -20207,7 +20251,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -20332,14 +20376,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20368,11 +20409,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20412,6 +20456,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -20478,17 +20533,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -20917,7 +20961,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
@@ -22538,6 +22582,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Field(s)
+
@@ -22604,6 +22659,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -22724,7 +22790,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -22849,14 +22915,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22885,11 +22948,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22929,6 +22995,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -22995,17 +23072,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -23434,7 +23500,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
@@ -28258,17 +28324,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
-
-
-
-
@@ -29866,17 +29921,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Location (if set) where to get this cargo item.
-
-
-
-
@@ -33998,17 +34042,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -34662,17 +34695,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -38642,6 +38664,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
+
+
+
+
@@ -39968,6 +40001,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/Tasking.Task.html b/Documentation/Tasking.Task.html
index 097318923..dd6d68c3a 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -3043,17 +3043,6 @@ but can separately be modified later in your mission using the
-
-
-
-
@@ -7690,17 +7679,6 @@ If the Unit is part of the Task, true is returned.
-
-
-
-
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html
index a276625a0..49f3176f9 100644
--- a/Documentation/Tasking.Task_A2G_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2G_Dispatcher.html
@@ -3392,11 +3392,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3969,11 +3972,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5156,11 +5162,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6645,11 +6654,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html
index dad052db6..d12904f11 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3340,17 +3340,6 @@ based on the tasking capabilities defined in
-
-
-
@@ -3383,7 +3372,7 @@ based on the tasking capabilities defined in
+
+ CLIENT._StopSpot(spot) |
+
+ [Internal] This method is called by the scheduler after disabling the IR marker.
|
@@ -22687,6 +22693,36 @@ mygroup:WayPointExecute()
+
+
+
+
+
+
+
+
[Internal] This method is called by the scheduler after disabling the IR marker.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 0f651df5f..210a6cfa5 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -3131,6 +3131,12 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE:_MarkerBlink() |
[Internal] This method is called by the scheduler after enabling the IR marker.
+ |
+
+
+ CONTROLLABLE._StopSpot(spot) |
+
+ [Internal] This method is called by the scheduler after disabling the IR marker.
|
@@ -4549,28 +4555,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
-
-
-
-
-
@@ -4593,6 +4577,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -17508,6 +17503,36 @@ mygroup:WayPointExecute()
+
+
+
+
+
+
+
+
[Internal] This method is called by the scheduler after disabling the IR marker.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
@@ -17615,28 +17640,6 @@ mygroup:WayPointExecute()
The DCS controllable class.
-
-
-
-
-
@@ -17659,6 +17662,17 @@ mygroup:WayPointExecute()
+
+
+
+
@@ -21638,28 +21652,6 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
-
-
-
-
-
@@ -21682,6 +21674,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -22213,28 +22216,6 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
-
-
-
-
-
@@ -22257,6 +22238,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -22389,28 +22381,6 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
-
-
-
-
-
@@ -22433,6 +22403,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index 53d37c1d0..a0c41b2ee 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -3920,6 +3920,12 @@ amount of fuel in the group.
GROUP:_MarkerBlink() |
[Internal] This method is called by the scheduler after enabling the IR marker.
+ |
+
+
+ GROUP._StopSpot(spot) |
+
+ [Internal] This method is called by the scheduler after disabling the IR marker.
|
@@ -23628,6 +23634,36 @@ mygroup:WayPointExecute()
+
+
+
+
+
+
+
+
[Internal] This method is called by the scheduler after disabling the IR marker.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index a42a7586b..8841d3b6f 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3205,6 +3205,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -3289,7 +3311,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -5322,6 +5344,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -5406,7 +5450,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6910,6 +6954,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6994,7 +7060,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html
index d7a4aaaf0..9587585f5 100644
--- a/Documentation/Wrapper.Unit.html
+++ b/Documentation/Wrapper.Unit.html
@@ -3519,6 +3519,12 @@ If you want to obtain the complete
3D position including orient
UNIT:_MarkerBlink() |
[Internal] This method is called by the scheduler after enabling the IR marker.
+ |
+
+
+ UNIT._StopSpot(spot) |
+
+ [Internal] This method is called by the scheduler after disabling the IR marker.
|
@@ -20977,6 +20983,36 @@ mygroup:WayPointExecute()
+
+
+
+
+
+
+
+
[Internal] This method is called by the scheduler after disabling the IR marker.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+