From 29d479aa55ad66699094a9738d1ea936064f60b1 Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Tue, 11 Mar 2025 09:54:46 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/AI.AI_A2A_Dispatcher.html | 20 +-
Documentation/AI.AI_A2G_Dispatcher.html | 20 +-
Documentation/AI.AI_Air_Squadron.html | 11 +
Documentation/AI.AI_Cargo.html | 3 +
Documentation/AI.AI_Cargo_Airplane.html | 56 +++
Documentation/AI.AI_Cargo_Helicopter.html | 40 +-
Documentation/Cargo.Cargo.html | 11 +
Documentation/Cargo.CargoGroup.html | 14 +
Documentation/Cargo.CargoUnit.html | 22 ++
Documentation/Core.Fsm.html | 4 +-
Documentation/Core.Point.html | 11 +
Documentation/Core.Settings.html | 4 +-
Documentation/Core.Spawn.html | 358 ++++--------------
Documentation/Core.Spot.html | 99 -----
Documentation/Core.Zone.html | 44 +++
Documentation/Functional.Designate.html | 11 -
Documentation/Functional.Detection.html | 39 +-
Documentation/Functional.Mantis.html | 122 +-----
Documentation/Functional.Movement.html | 28 ++
Documentation/Functional.RAT.html | 57 ++-
Documentation/Functional.Scoring.html | 26 +-
Documentation/Ops.Airboss.html | 99 ++++-
Documentation/Ops.CSAR.html | 87 ++---
Documentation/Ops.CTLD.html | 349 ++++++++++++++---
Documentation/Tasking.Task.html | 22 ++
Documentation/Tasking.Task_CARGO.html | 17 +-
.../Tasking.Task_Cargo_Dispatcher.html | 44 +++
Documentation/Utilities.FiFo.html | 22 ++
Documentation/Wrapper.Client.html | 34 +-
Documentation/Wrapper.Controllable.html | 144 ++++++-
Documentation/Wrapper.Group.html | 34 +-
Documentation/Wrapper.Marker.html | 72 +---
Documentation/Wrapper.Unit.html | 34 +-
33 files changed, 1102 insertions(+), 856 deletions(-)
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index 55c335b27..abfb582c1 100644
--- a/Documentation/AI.AI_A2A_Dispatcher.html
+++ b/Documentation/AI.AI_A2A_Dispatcher.html
@@ -5058,11 +5058,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -11722,11 +11725,14 @@ They will lock the parking spot.
@@ -12984,11 +12990,14 @@ They will lock the parking spot.
@@ -14548,11 +14557,14 @@ They will lock the parking spot.
diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html
index d287ea365..d9dda827d 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -5044,14 +5044,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -13598,14 +13595,11 @@ multiplied by the Overhead and rounded up to the smallest integer.
@@ -14927,14 +14921,11 @@ multiplied by the Overhead and rounded up to the smallest integer.
@@ -16558,14 +16549,11 @@ multiplied by the Overhead and rounded up to the smallest integer.
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index d43baa1e9..3c90988a5 100644
--- a/Documentation/AI.AI_Air_Squadron.html
+++ b/Documentation/AI.AI_Air_Squadron.html
@@ -2131,6 +2131,17 @@ Therefore, this class is considered to be deprecated
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html
index e1a9199ca..aca1dc35c 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2011,6 +2011,9 @@ Therefore, this class is considered to be deprecated
+
+ No loading happened, so we need to pickup something else.
+
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 7192e6b01..8db871d9c 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2929,6 +2929,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -2984,6 +2995,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -4702,6 +4716,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -4757,6 +4782,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -5317,6 +5345,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -5372,6 +5411,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -6820,6 +6862,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -6875,6 +6928,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index 9fe9eaf0b..3c3410b04 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -3094,22 +3094,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -5012,22 +5018,28 @@ Adjust if necessary.
@@ -5682,22 +5694,28 @@ Adjust if necessary.
@@ -7240,22 +7258,28 @@ Adjust if necessary.
diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html
index 971141dec..1f363c654 100644
--- a/Documentation/Cargo.Cargo.html
+++ b/Documentation/Cargo.Cargo.html
@@ -2918,6 +2918,17 @@ All derived classes from CARGO follow the same state machine, expose the same ca
+
+
+
+
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index bb6c83442..fc4d80b04 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -2031,6 +2031,20 @@ Therefore, this class is considered to be deprecated
+
+
+
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index c124af695..0f419fe2c 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1932,6 +1932,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
@@ -2636,6 +2647,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index b7523247d..b73873f18 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -6213,7 +6213,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
FSM._StartState
@@ -7812,7 +7812,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
FSM._StartState
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index 535288754..33ed2613a 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -17539,6 +17539,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
POINT_VEC2.z
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 55b49c908..3449e21a6 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -3091,7 +3091,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SETTINGS.Metric
@@ -5259,7 +5259,7 @@ It is advised to use this method at the start of the mission.
- #boolean
+
SETTINGS.Metric
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 9ef45b7ca..6e7d76a9a 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3230,30 +3230,12 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- SPAWN.communication |
-
-
|
SPAWN.hidden |
- |
-
-
- SPAWN.modulation |
-
-
- |
-
-
- SPAWN.skill |
-
-
|
@@ -3928,11 +3910,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.
+
@@ -4013,6 +3998,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.
+
@@ -4079,6 +4067,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.
+
@@ -4112,17 +4114,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4181,17 +4172,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4247,17 +4227,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4324,6 +4293,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Overwrite unit names by default with group name.
+
@@ -4335,6 +4307,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ By default, no InitLimit
+
@@ -4346,50 +4321,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -4411,21 +4342,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
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
-
-
-
-
-
-
-
-
SPAWN.SpawnInitTerminalType
@@ -4450,7 +4366,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxGroups
@@ -4464,7 +4380,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -4632,6 +4548,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4666,7 +4593,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.
@@ -4740,17 +4667,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4762,28 +4678,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -10491,11 +10385,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.
+
@@ -10576,6 +10473,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.
+
@@ -10642,6 +10542,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.
+
@@ -10675,17 +10589,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10744,17 +10647,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10810,17 +10702,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10887,6 +10768,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
+
@@ -10898,6 +10782,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. By default, no InitLimit
+
@@ -10909,50 +10796,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
-
@@ -10974,21 +10817,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-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
-
-
-
-
-
-
-
-
SPAWN.SpawnInitTerminalType
@@ -11013,7 +10841,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxGroups
@@ -11027,7 +10855,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -11195,6 +11023,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -11229,7 +11068,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.
@@ -11303,17 +11142,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11325,28 +11153,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 11342480f..459bf06f7 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2998,39 +2998,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -4314,39 +4281,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5869,39 +5803,6 @@ 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 a8b2c70a1..6b1edbca1 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16230,6 +16230,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+ #table
ZONE_OVAL.CenterVec2
@@ -16934,6 +16945,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
+
+ #table
ZONE_OVAL.CenterVec2
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 5362c47f3..6cca916ca 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2668,17 +2668,6 @@ Use the method
DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 5bd922cc3..d03ed4472 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20212,17 +20212,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -20383,7 +20372,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
@@ -25159,7 +25137,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
@@ -26923,7 +26890,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 7b3af84c5..5173f08e3 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2132,12 +2132,6 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS:GetCommandCenter() |
Function to get the HQ object for further use
- |
-
-
- MANTIS.Groupset |
-
-
|
@@ -4366,17 +4360,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -4410,17 +4393,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4487,17 +4459,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
-
-
-
-
@@ -4520,17 +4481,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
-
-
-
-
@@ -4559,7 +4509,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Long
@@ -4570,7 +4520,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Medium
@@ -4581,7 +4531,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_PointDef
@@ -4592,7 +4542,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Short
@@ -5167,9 +5117,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
switch alarm state RED
-
@@ -5181,9 +5128,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
self.SAMCheckRanges = {}
-
@@ -9251,17 +9195,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -9295,17 +9228,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
-
-
@@ -9372,17 +9294,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
-
-
-
-
@@ -9405,17 +9316,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
-
-
-
-
@@ -9444,7 +9344,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Long
@@ -9455,7 +9355,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Medium
@@ -9466,7 +9366,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_PointDef
@@ -9477,7 +9377,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Short
@@ -10052,9 +9952,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
switch alarm state RED
-
@@ -10066,9 +9963,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
self.SAMCheckRanges = {}
-
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index 785535bfc..e0761c08f 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2451,6 +2451,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.
+
+
+
+
@@ -2681,6 +2695,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 a814e4f28..4d493e1ca 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -3573,6 +3573,12 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
+ |
+
+
+ RAT.type |
+
+
|
@@ -4780,30 +4786,12 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- RAT.communication |
-
-
|
RAT.hidden |
- |
-
-
- RAT.modulation |
-
-
- |
-
-
- RAT.skill |
-
-
|
@@ -7351,6 +7339,17 @@ 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.
+
+
+
+
@@ -15231,6 +15230,17 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
+
+
+
+
@@ -22134,6 +22144,17 @@ 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 48d9970fb..414e92a8d 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3089,17 +3089,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
SCORING.AutoSavePath
@@ -3311,7 +3300,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
SCORING.AutoSavePath
@@ -6245,7 +6223,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 d6e90b60c..0c5c5c4be 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -9801,6 +9801,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
+
+
+
+
@@ -9812,6 +9823,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of marshal.
+
+
+
+
@@ -30149,6 +30171,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
+
+
+
+
@@ -30160,6 +30193,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
+
+
+
+
@@ -33239,6 +33283,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
+
+
+
+
@@ -33250,6 +33305,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
+
+
+
+
@@ -41365,6 +41431,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -41518,9 +41598,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set section lead of player flight.
-
@@ -41543,6 +41620,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set Stable Hover
+
@@ -41577,7 +41657,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Set time stamp.
+ Set new time stamp.
@@ -41737,17 +41817,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 bfe88f133..95042f132 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
+
+
+
+
@@ -10999,25 +11002,11 @@ callsigns from playername or group name.
-
@@ -11141,6 +11130,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -13549,25 +13549,11 @@ callsigns from playername or group name.
-
@@ -13691,6 +13677,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 9657aa6b7..3703031b5 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.
+
+
+
+
@@ -8434,7 +8456,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -8456,7 +8478,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.DroppedTroops
@@ -8481,11 +8503,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -8517,7 +8556,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -8528,7 +8567,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeUHFFrequencies
@@ -8544,6 +8583,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Beacons
+
@@ -8639,11 +8681,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8672,14 +8717,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8719,6 +8761,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
+
+
+
+
@@ -8730,6 +8783,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8774,17 +8838,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -8921,6 +8974,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -9301,7 +9365,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
CTLD.troopdropzoneradius
@@ -9339,6 +9403,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
sub categories
+
@@ -19976,6 +20043,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Field(s)
+
@@ -20042,6 +20120,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -20062,7 +20151,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -20084,7 +20173,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -20109,11 +20198,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -20145,7 +20251,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -20156,7 +20262,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeUHFFrequencies
@@ -20172,6 +20278,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -20267,11 +20376,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20300,14 +20412,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20347,6 +20456,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -20358,6 +20478,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -20402,17 +20533,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -20549,6 +20669,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -20929,7 +21060,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -20967,6 +21098,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -22448,6 +22582,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Field(s)
+
@@ -22514,6 +22659,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -22534,7 +22690,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -22556,7 +22712,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.DroppedTroops
@@ -22581,11 +22737,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
@@ -22617,7 +22790,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -22628,7 +22801,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeUHFFrequencies
@@ -22644,6 +22817,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -22739,11 +22915,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22772,14 +22951,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -22819,6 +22995,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -22830,6 +23017,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -22874,17 +23072,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
@@ -23021,6 +23208,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -23401,7 +23599,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #number
CTLD.troopdropzoneradius
@@ -23439,6 +23637,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
sub categories
+
@@ -38474,6 +38675,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
template for a group of 10 paratroopers
+
+
+
+
@@ -39800,6 +40012,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 dd6d68c3a..097318923 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -3043,6 +3043,17 @@ but can separately be modified later in your mission using the
+
+
+
+
@@ -7679,6 +7690,17 @@ If the Unit is part of the Task, true is returned.
+
+
+
+
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html
index 8657cd400..6d8d78d6c 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:EnableIRMarkerForGroup() |
+ CLIENT:EnableIRMarkerForGroup(Runtime) |
[GROUND] Enable the IR markers for a whole group.
|
@@ -3263,6 +3263,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT:RouteToVec3(Point, Speed) |
(AIR + GROUND) Make the Controllable move to a given point.
+ |
+
+
+ CLIENT.Runtime |
+
+
|
@@ -3754,7 +3760,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT._StopSpot(spot) |
- [Internal] This method is called by the scheduler after disabling the IR marker.
+[Internal] This method is called by the scheduler to blink the IR marker.
|
@@ -3767,12 +3773,6 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT.spot |
- |
-
-
- CLIENT.stoptimer |
-
-
|
@@ -12091,7 +12091,7 @@ See hoggit.
[GROUND] Enable the IR markers for a whole group.
@@ -12102,6 +12102,20 @@ See
hoggit.
+
Parameter:
+
+
+
+ #number
+ Runtime
+
+
+
+
+
Runtime of the marker in seconds
+
+
+
Return value:
@@ -22702,7 +22716,7 @@ mygroup:WayPointExecute()
-
[Internal] This method is called by the scheduler after disabling the IR marker.
+
[Internal] This method is called by the scheduler to blink the IR marker.
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 210a6cfa5..f4df1266e 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -2168,7 +2168,7 @@ The method
CONTROLLABLE.SetTaskWaypoi
- CONTROLLABLE:EnableIRMarkerForGroup() |
+ CONTROLLABLE:EnableIRMarkerForGroup(Runtime) |
[GROUND] Enable the IR markers for a whole group.
|
@@ -2645,6 +2645,12 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE:RouteToVec3(Point, Speed) |
(AIR + GROUND) Make the Controllable move to a given point.
+ |
+
+
+ CONTROLLABLE.Runtime |
+
+
|
@@ -3136,7 +3142,7 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE._StopSpot(spot) |
- [Internal] This method is called by the scheduler after disabling the IR marker.
+[Internal] This method is called by the scheduler to blink the IR marker.
|
@@ -3149,12 +3155,6 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE.spot |
- |
-
-
- CONTROLLABLE.stoptimer |
-
-
|
@@ -4555,6 +4555,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The DCS controllable class.
+
+
+
+
+
@@ -6901,7 +6923,7 @@ See hoggit.
[GROUND] Enable the IR markers for a whole group.
@@ -6912,6 +6934,20 @@ See
hoggit.
+
Parameter:
+
+
+
+ #number
+ Runtime
+
+
+
+
+
Runtime of the marker in seconds
+
+
+
Return value:
@@ -17512,7 +17548,7 @@ mygroup:WayPointExecute()
-
[Internal] This method is called by the scheduler after disabling the IR marker.
+
[Internal] This method is called by the scheduler to blink the IR marker.
@@ -17640,6 +17676,28 @@ mygroup:WayPointExecute()
The DCS controllable class.
+
+
+
+
+
@@ -21652,6 +21710,28 @@ Coordinates are dependent on the position of the maps origin.
The DCS controllable class.
+
+
+
+
+
@@ -22216,6 +22296,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
@@ -22381,6 +22483,28 @@ If the Identifiable is alive, true is returned.
The DCS controllable class.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index a0c41b2ee..7ac60f849 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -2957,7 +2957,7 @@ amount of fuel in the group.
- GROUP:EnableIRMarkerForGroup() |
+ GROUP:EnableIRMarkerForGroup(Runtime) |
[GROUND] Enable the IR markers for a whole group.
|
@@ -3434,6 +3434,12 @@ amount of fuel in the group.
GROUP:RouteToVec3(Point, Speed) |
(AIR + GROUND) Make the Controllable move to a given point.
+ |
+
+
+ GROUP.Runtime |
+
+
|
@@ -3925,7 +3931,7 @@ amount of fuel in the group.
GROUP._StopSpot(spot) |
- [Internal] This method is called by the scheduler after disabling the IR marker.
+[Internal] This method is called by the scheduler to blink the IR marker.
|
@@ -3938,12 +3944,6 @@ amount of fuel in the group.
GROUP.spot |
- |
-
-
- GROUP.stoptimer |
-
-
|
@@ -13032,7 +13032,7 @@ See hoggit.
[GROUND] Enable the IR markers for a whole group.
@@ -13043,6 +13043,20 @@ See
hoggit.
+
Parameter:
+
+
+
+ #number
+ Runtime
+
+
+
+
+
Runtime of the marker in seconds
+
+
+
Return value:
@@ -23643,7 +23657,7 @@ mygroup:WayPointExecute()
-
[Internal] This method is called by the scheduler after disabling the IR marker.
+
[Internal] This method is called by the scheduler to blink the IR marker.
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index 8841d3b6f..a42a7586b 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3205,28 +3205,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
-
-
-
-
-
@@ -3311,7 +3289,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.togroup
+
MARKER.toall
@@ -5344,28 +5322,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
-
-
-
-
-
@@ -5450,7 +5406,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.togroup
+
MARKER.toall
@@ -6954,28 +6910,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
-
-
-
-
-
@@ -7060,7 +6994,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.togroup
+
MARKER.toall
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html
index 9587585f5..6af01217a 100644
--- a/Documentation/Wrapper.Unit.html
+++ b/Documentation/Wrapper.Unit.html
@@ -2556,7 +2556,7 @@ If you want to obtain the complete
3D position including orient
- UNIT:EnableIRMarkerForGroup() |
+ UNIT:EnableIRMarkerForGroup(Runtime) |
[GROUND] Enable the IR markers for a whole group.
|
@@ -3033,6 +3033,12 @@ If you want to obtain the complete 3D position including orient
UNIT:RouteToVec3(Point, Speed) |
(AIR + GROUND) Make the Controllable move to a given point.
+ |
+
+
+ UNIT.Runtime |
+
+
|
@@ -3524,7 +3530,7 @@ If you want to obtain the complete 3D position including orient
UNIT._StopSpot(spot) |
- [Internal] This method is called by the scheduler after disabling the IR marker.
+[Internal] This method is called by the scheduler to blink the IR marker.
|
@@ -3537,12 +3543,6 @@ If you want to obtain the complete 3D position including orient
UNIT.spot |
- |
-
-
- UNIT.stoptimer |
-
-
|
@@ -10381,7 +10381,7 @@ See hoggit.
[GROUND] Enable the IR markers for a whole group.
@@ -10392,6 +10392,20 @@ See
hoggit.
+
Parameter:
+
+
+
+ #number
+ Runtime
+
+
+
+
+
Runtime of the marker in seconds
+
+
+
Return value:
@@ -20992,7 +21006,7 @@ mygroup:WayPointExecute()
-
[Internal] This method is called by the scheduler after disabling the IR marker.
+
[Internal] This method is called by the scheduler to blink the IR marker.