diff --git a/Documentation/Core.Message.html b/Documentation/Core.Message.html index 47fab1819..e68eb3680 100644 --- a/Documentation/Core.Message.html +++ b/Documentation/Core.Message.html @@ -1706,6 +1706,18 @@ To send messages, you need to use the To functions.

MESSAGE:ToSRSRed(frequency, modulation, gender, culture, voice, volume, coordinate)

Sends a message via SRS on the red coalition side.

+ + + +

MESSAGE:ToSet(Set, Settings)

+ +

Sends a MESSAGE to a SET_GROUP, SET_UNIT, or SET_CLIENT.

+ + + +

MESSAGE:ToSetIf(Set, Condition, Settings)

+ +

Sends a MESSAGE to a SET_GROUP, SET_UNIT, or SET_CLIENT if a condition is true.

@@ -4053,6 +4065,131 @@ The message display times are automatically defined based on the timing settings + + + +
+ +
+

MESSAGE:ToSet(Set, Settings)

+
+ +

Sends a MESSAGE to a SET_GROUP, SET_UNIT, or SET_CLIENT.

+ +
+
+

Defined in:

+
+

MESSAGE

+
+

Parameters:

+
+
+

+ Core.Set#SET_GROUP + Set +

+
+
+ +

The set to send to.

+ +
+
+
+
+

+ Core.Settings#SETTINGS + Settings +

+
+
+ +

(Optional) Settings for message display.

+ +
+
+

Return value:

+
+
+
+
+ +

self

+ +
+
+
+ +
+
+ +
+ +
+

MESSAGE:ToSetIf(Set, Condition, Settings)

+
+ +

Sends a MESSAGE to a SET_GROUP, SET_UNIT, or SET_CLIENT if a condition is true.

+ +
+
+

Defined in:

+
+

MESSAGE

+
+

Parameters:

+
+
+

+ Core.Set#SET_GROUP + Set +

+
+
+ +

The set to send to.

+ +
+
+
+
+

+ #boolean + Condition +

+
+
+ +

The condition which needs to be true.

+ +
+
+
+
+

+ Core.Settings#SETTINGS + Settings +

+
+
+ +

(Optional) Settings for message display.

+ +
+
+

Return value:

+
+
+
+
+ +

self

+ +
+
+
+
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index d301b4d61..15ec63b8d 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2774,7 +2774,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2ASystem @@ -4931,7 +4931,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2ASystem diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 7a1bc7b2d..78164853a 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -2992,42 +2992,12 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

- - - -

SPAWN.communication

- - - - - -

SPAWN.frequency

- -

SPAWN.hidden

- - - -

SPAWN.livery_id

- - - - - -

SPAWN.modulation

- - - - - -

SPAWN.skill

- - @@ -3886,17 +3856,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.SpawnGrouping - - -
@@ -3955,6 +3914,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SPAWN.SpawnInitAirbase + + +
@@ -4087,6 +4057,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Overwrite unit names by default with group name.

+ @@ -4098,6 +4071,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

By default, no InitLimit

+ @@ -4165,7 +4141,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxGroups @@ -4179,7 +4155,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxUnitsAlive @@ -4488,28 +4464,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - -
@@ -4521,39 +4475,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.skill - - -
@@ -10522,17 +10443,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
-
- - -SPAWN.SpawnGrouping - - -
@@ -10591,6 +10501,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.SpawnInitAirbase + + +
@@ -10723,6 +10644,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

Overwrite unit names by default with group name.

+ @@ -10734,6 +10658,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

By default, no InitLimit

+ @@ -10801,7 +10728,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- + #number SPAWN.SpawnMaxGroups @@ -10815,7 +10742,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- + #number SPAWN.SpawnMaxUnitsAlive @@ -11124,28 +11051,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -
-
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - -
@@ -11157,39 +11062,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.skill - - -
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index f06b83215..386e07300 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -1961,24 +1961,6 @@ 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

- - @@ -3068,7 +3050,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + SPAWNSTATIC.TemplateStaticUnit @@ -3095,39 +3077,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWNSTATIC.heliport_callsign_id - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_frequency - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_modulation - - -
@@ -4962,7 +4911,7 @@ Handy if you spawn from cargo statics which have resources already set.

- #table + SPAWNSTATIC.TemplateStaticUnit @@ -4989,39 +4938,6 @@ Handy if you spawn from cargo statics which have resources already set.

-
- -
-
-
- - -SPAWNSTATIC.heliport_callsign_id - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_frequency - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_modulation - - -
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index 4e2e19cf8..4003d24f9 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2775,17 +2775,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
@@ -4102,17 +4091,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
@@ -5701,17 +5679,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
diff --git a/Documentation/Functional.AICSAR.html b/Documentation/Functional.AICSAR.html index de46a71ef..5d9b867e3 100644 --- a/Documentation/Functional.AICSAR.html +++ b/Documentation/Functional.AICSAR.html @@ -3346,7 +3346,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean -AICSAR.SRSRadio +AICSAR.SRSTTSRadio @@ -6425,7 +6425,7 @@ See AICSAR:SetPilotTTSVoice() and AICSAR:SetOperatorTTSVoice(
#boolean -AICSAR.SRSRadio +AICSAR.SRSTTSRadio @@ -8394,7 +8394,7 @@ See AICSAR:SetPilotTTSVoice() and AICSAR:SetOperatorTTSVoice(
#boolean -AICSAR.SRSRadio +AICSAR.SRSTTSRadio diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index 8fa66729a..d34d49da3 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2389,7 +2389,7 @@
- #table + AUTOLASE.GroupsByThreat @@ -2405,39 +2405,6 @@ -
- -
-
-
- - #number -AUTOLASE.LaseDistance - - - -
- -
-
-
- - #number -AUTOLASE.LaseDuration - - - -
- -
-
-
- - -AUTOLASE.LaserCodes - - -
@@ -2568,7 +2535,7 @@
- #table + AUTOLASE.UnitsByThreat @@ -2659,7 +2626,7 @@
- + #number AUTOLASE.minthreatlevel @@ -2686,17 +2653,6 @@ -
- -
-
-
- - -AUTOLASE.smokecolor - - -
@@ -2714,7 +2670,18 @@
- #boolean + #table +AUTOLASE.smokeoffset + + + +
+ +
+
+
+ + AUTOLASE.smoketargets diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index b029cc87e..c3de9294b 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2406,17 +2406,6 @@ Use the method DESIGNATE.SetMission() to -
- -
-
-
@@ -2428,17 +2417,6 @@ Use the method DESIGNATE.SetMission() to -
- -
-
-
- - #table -DESIGNATE.LaserCodes - - -
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index a11140288..42042bcb9 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -1919,6 +1919,12 @@ 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

+ + @@ -4351,6 +4357,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The #DETECTION_AREAS object for AWACS

+
+ +
+
+
+ + #table +MANTIS.AcceptZones + + +
@@ -4395,6 +4412,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ + +
+
+ + #table +MANTIS.ConflictZones + + +
@@ -4516,6 +4544,17 @@ 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.

+ + + +
+
+ + +MANTIS.Groupset + + +
@@ -4538,6 +4577,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The ME name of the HQ object

+ + + +
+
+ + #table +MANTIS.InboundARMs + + + +
+ +
+
+
+ + #table +MANTIS.LastThreatEval + + + +
+ +
+
+
+ + #table +MANTIS.RejectZones + + +
@@ -4577,7 +4649,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Long @@ -4588,7 +4660,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Medium @@ -4599,7 +4671,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_PointDef @@ -4610,7 +4682,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Short @@ -5105,6 +5177,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.

+
+ +
+
+
+ + #number +MANTIS.maxclassic + + + +
+ +
+
+
+ + #number +MANTIS.maxlongrange + + + +
+ +
+
+
+ + #number +MANTIS.maxmidrange + + + +
+ +
+
+
+ + #number +MANTIS.maxpointdefrange + + + +
+ +
+
+
+ + #number +MANTIS.maxshortrange + + +
@@ -5174,9 +5301,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

switch alarm state RED

-
@@ -5199,6 +5323,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

self.SAMCheckRanges = {}

+
@@ -9935,6 +10062,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The #DETECTION_AREAS object for AWACS

+
+ +
+
+
+ + #table +MANTIS.AcceptZones + + +
@@ -9979,6 +10117,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+ + + +
+
+ + #table +MANTIS.ConflictZones + + +
@@ -10100,6 +10249,17 @@ 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.

+ + + +
+
+ + +MANTIS.Groupset + + +
@@ -10122,6 +10282,39 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

+ + + +
+
+ + #table +MANTIS.InboundARMs + + + +
+ +
+
+
+ + #table +MANTIS.LastThreatEval + + + +
+ +
+
+
+ + #table +MANTIS.RejectZones + + +
@@ -10161,7 +10354,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Long @@ -10172,7 +10365,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Medium @@ -10183,7 +10376,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_PointDef @@ -10194,7 +10387,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Short @@ -10689,6 +10882,61 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

Log SAM status in dcs.log every cycle if true.

+
+ +
+
+
+ + #number +MANTIS.maxclassic + + + +
+ +
+
+
+ + #number +MANTIS.maxlongrange + + + +
+ +
+
+
+ + #number +MANTIS.maxmidrange + + + +
+ +
+
+
+ + #number +MANTIS.maxpointdefrange + + + +
+ +
+
+
+ + #number +MANTIS.maxshortrange + + +
@@ -10758,9 +11006,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` - -

switch alarm state RED

-
@@ -10783,6 +11028,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + +

self.SAMCheckRanges = {}

+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index 57bb57f6f..8b7ab7109 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -3345,6 +3345,12 @@ manager:Stop(7200)

RAT.termtype

Type of terminal to be used when spawning at an airbase.

+ + + +

RAT.type

+ + @@ -4576,42 +4582,12 @@ and any spaces before and after the resulting name are removed.

RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

- - - -

RAT.communication

- - - - - -

RAT.frequency

- -

RAT.hidden

- - - -

RAT.livery_id

- - - - - -

RAT.modulation

- - - - - -

RAT.skill

- - @@ -7852,6 +7828,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.

+
+ +
+
+
+ + +RAT.type + + +
@@ -15800,6 +15787,17 @@ Initializes the ratcraft array and group menu.

Type of terminal to be used when spawning at an airbase.

+ + + +
+
+ + +RAT.type + + +
@@ -22838,6 +22836,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.

+ + + +
+
+ + +RAT.type + + +
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index 172c048e0..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.AutoSave + + + +
+ + +
+
+ + SCORING.AutoSavePath @@ -3143,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SCORING.penaltyoncoalitionchange @@ -6356,6 +6367,17 @@ The scale magnifies the scores given to the players.

+ +
+
+
+ + SCORING.AutoSavePath @@ -6600,7 +6622,7 @@ The scale magnifies the scores given to the players.

- #boolean + SCORING.penaltyoncoalitionchange diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index c04b0177a..e37e9e1dc 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9831,6 +9831,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

+
+ +
+
+
+ + +AIRBOSS.RQLid + + +
@@ -9842,6 +9853,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of marshal.

+
+ +
+
+
+ + +AIRBOSS.RQMid + + +
@@ -30478,6 +30500,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

+
+ +
+
+
+ + +AIRBOSS.RQLid + + +
@@ -30489,6 +30522,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

+
+ + +
+
+ + +AIRBOSS.RQMid + + +
@@ -33602,6 +33646,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

+ + + +
+
+ + +AIRBOSS.RQLid + + +
@@ -33613,6 +33668,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

+ + + +
+
+ + +AIRBOSS.RQMid + + +
@@ -42091,20 +42157,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-AIRBOSS.PlayerData.flag - - - - -

Decrease stack/flag. Human player needs to take care himself.

- -
- - -
-
- - AIRBOSS.PlayerData.grade @@ -42123,17 +42175,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.

-
- -
-
-
- - #boolean -AIRBOSS.PlayerData.holding - - -
@@ -42327,9 +42368,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set time stamp.

- @@ -42466,7 +42504,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -42572,6 +42610,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Band modulation.

+ + + +
+
+ + +AIRBOSS.Radio.voice + + +
diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html index effe7966c..6693eafd4 100644 --- a/Documentation/Ops.Auftrag.html +++ b/Documentation/Ops.Auftrag.html @@ -7421,6 +7421,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Mission Ingress waypoint coordinate.

+ + + +
+
+ + +AUFTRAG.missionIngressCoordAlt + + +
@@ -23250,6 +23261,17 @@ will always return.

Mission Ingress waypoint coordinate.

+ + + +
+
+ + +AUFTRAG.missionIngressCoordAlt + + +
@@ -26664,6 +26686,17 @@ will always return.

Mission Ingress waypoint coordinate.

+ + + +
+
+ + +AUFTRAG.missionIngressCoordAlt + + +
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index e609e0989..dfea80399 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -6028,7 +6028,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.CtldUnits @@ -6071,6 +6071,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+ + #number +CTLD.Engineers + + + + +

use as counter

+ +
+
@@ -6167,7 +6181,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeFMFrequencies @@ -6178,7 +6192,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeUHFFrequencies @@ -6258,14 +6272,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.PilotGroups - -

tables

-
@@ -6294,14 +6305,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -6372,7 +6380,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.Spawned_Cargo @@ -6388,6 +6396,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #number +CTLD.TroopCounter + + +
@@ -6485,28 +6504,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
- - -
-
-
@@ -6529,6 +6526,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + +
@@ -6698,6 +6706,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -6994,6 +7013,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

enfore engineer build only?

+ + + +
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -7158,7 +7188,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number CTLD.troopdropzoneradius @@ -22757,7 +22787,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -22800,6 +22830,20 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+ + #number +CTLD.Engineers + + + + +

use as counter

+ +
+
@@ -22896,7 +22940,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeFMFrequencies @@ -22907,7 +22951,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeUHFFrequencies @@ -22987,14 +23031,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.PilotGroups - -

tables

-
@@ -23023,14 +23064,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -23101,7 +23139,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.Spawned_Cargo @@ -23117,6 +23155,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #number +CTLD.TroopCounter + + +
@@ -23214,28 +23263,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
- - -
- @@ -23258,6 +23285,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + +
@@ -23427,6 +23465,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -23723,6 +23772,17 @@ However, if you create a new folder inside the miz file, which contains the soun

enfore engineer build only?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -23887,7 +23947,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -25622,7 +25682,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -25665,6 +25725,20 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+ + #number +CTLD.Engineers + + + + +

use as counter

+ +
+
@@ -25761,7 +25835,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeFMFrequencies @@ -25772,7 +25846,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeUHFFrequencies @@ -25852,14 +25926,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.PilotGroups - -

tables

-
@@ -25888,14 +25959,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -25966,7 +26034,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.Spawned_Cargo @@ -25982,6 +26050,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #number +CTLD.TroopCounter + + +
@@ -26079,28 +26158,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
- - -
- @@ -26123,6 +26180,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + +
@@ -26292,6 +26360,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -26588,6 +26667,17 @@ However, if you create a new folder inside the miz file, which contains the soun

enfore engineer build only?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -26752,7 +26842,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #number CTLD.troopdropzoneradius @@ -31404,6 +31494,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Can transport crate.

+
+ +
+
+
+ + #number +CTLD.UnitTypeCapabilities.length + + +
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index a8cfddb85..01c5bfb3b 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -7872,6 +7872,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Set the destination base.

+ @@ -8091,6 +8094,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Flight is ready for takeoff. This is for FLIGHTCONTROL.

+ + + +
+
+ + #boolean +FLIGHTGROUP.isUncontrolled + + +
@@ -18691,6 +18705,9 @@ Here we only check if stuck whilst taxiing.

+ +

Set the destination base.

+ @@ -18910,6 +18927,17 @@ Here we only check if stuck whilst taxiing.

Flight is ready for takeoff. This is for FLIGHTCONTROL.

+ + + +
+
+ + #boolean +FLIGHTGROUP.isUncontrolled + + +
@@ -39527,6 +39555,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Set the destination base.

+ @@ -39746,6 +39777,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Flight is ready for takeoff. This is for FLIGHTCONTROL.

+ + + +
+
+ + #boolean +FLIGHTGROUP.isUncontrolled + + +
@@ -41729,6 +41771,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Set the destination base.

+ @@ -41948,6 +41993,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Flight is ready for takeoff. This is for FLIGHTCONTROL.

+ + + +
+
+ + #boolean +FLIGHTGROUP.isUncontrolled + + +
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html index a6c634175..fad891b57 100644 --- a/Documentation/Ops.Intel.html +++ b/Documentation/Ops.Intel.html @@ -4828,6 +4828,72 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

+ + + +
+
+ + #boolean +INTEL.DetectDLINK + + + +
+ +
+
+
+ + #boolean +INTEL.DetectIRST + + + +
+ +
+
+
+ + #boolean +INTEL.DetectOptical + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRWR + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRadar + + + +
+ +
+
+
+ + #boolean +INTEL.DetectVisual + + +
@@ -10128,6 +10194,72 @@ 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}

+ + + +
+
+ + #boolean +INTEL.DetectDLINK + + + +
+ +
+
+
+ + #boolean +INTEL.DetectIRST + + + +
+ +
+
+
+ + #boolean +INTEL.DetectOptical + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRWR + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRadar + + + +
+ +
+
+
+ + #boolean +INTEL.DetectVisual + + +
@@ -11980,6 +12112,72 @@ 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}

+ + + +
+
+ + #boolean +INTEL.DetectDLINK + + + +
+ +
+
+
+ + #boolean +INTEL.DetectIRST + + + +
+ +
+
+
+ + #boolean +INTEL.DetectOptical + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRWR + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRadar + + + +
+ +
+
+
+ + #boolean +INTEL.DetectVisual + + +
diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html index 6c68e146c..b95f12386 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -39348,7 +39348,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

Has line of sight.

+

No of sight.

diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html index 4879837b4..6dbd81c34 100644 --- a/Documentation/Ops.PlayerTask.html +++ b/Documentation/Ops.PlayerTask.html @@ -16577,6 +16577,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
+ + #number +PLAYERTASKCONTROLLER.repeattimes + + +
@@ -24072,6 +24083,17 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y + + + +
+
+ + #number +PLAYERTASKCONTROLLER.repeattimes + + +
@@ -26543,6 +26565,17 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y + + + +
+
+ + #number +PLAYERTASKCONTROLLER.repeattimes + + +
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index 33a820772..2a6c9348a 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -3253,17 +3253,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

- - - -
-
- - #number -FIFO.uniquecounter - - -
@@ -4113,17 +4102,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

- - - -
-
- - #number -FIFO.uniquecounter - - -
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index fec0b4b12..b5bb4b641 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4423,17 +4423,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -4467,17 +4456,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -CONTROLLABLE.timer - - -
@@ -18093,17 +18071,6 @@ mygroup:WayPointExecute()

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -18137,17 +18104,6 @@ mygroup:WayPointExecute() - - - -
-
- - -CONTROLLABLE.timer - - -
@@ -22248,17 +22204,6 @@ Coordinates are dependent on the position of the maps origin.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -22292,17 +22237,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
- - -CONTROLLABLE.timer - - -
@@ -22924,17 +22858,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -22968,17 +22891,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.timer - - -
@@ -23111,17 +23023,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerUnit - - -
@@ -23155,17 +23056,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - -CONTROLLABLE.timer - - -
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 872634124..616534b39 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5563,18 +5563,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-GROUP.InitRespawnRandomizePositionInner - - - -
- - -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -10758,18 +10747,7 @@ These settings can be provided by calling the relevant Init...() methods of the - -
-
- -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -28815,18 +28782,7 @@ Coordinates are dependent on the position of the maps origin.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -29607,18 +29563,7 @@ If the Identifiable is alive, true is returned.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -29910,18 +29855,7 @@ If the Identifiable is alive, true is returned.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html index 7b2b07fba..4ffe0abc8 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3786,17 +3786,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
- @@ -7952,17 +7941,6 @@ Coordinates are dependent on the position of the maps origin.

-
- -
-
-
@@ -8639,17 +8617,6 @@ If the Identifiable is alive, true is returned.

-
- -
-
-
@@ -8837,17 +8804,6 @@ If the Identifiable is alive, true is returned.

-
- - -
-
- - Core.Spot#SPOT -POSITIONABLE.Spot - - -