diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index ee523f703..b24b3135c 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2840,11 +2840,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SETTINGS.Metric +
+ +
+
+
+ + +SETTINGS.PlayerMenu + + +
@@ -4997,11 +5008,22 @@ It is advised to use this method at the start of the mission.

- #boolean + SETTINGS.Metric +
+ +
+
+
+ + +SETTINGS.PlayerMenu + + +
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 0b7e51cbc..cef3f17aa 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3018,13 +3018,7 @@ and any spaces before and after the resulting name are removed.

-

SPAWN.modulation

- - - - - -

SPAWN.uncontrolled

+

SPAWN.hidden

@@ -3786,6 +3780,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.

+ @@ -3852,6 +3849,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.

+
@@ -3943,17 +3954,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPAWN.SpawnInitAirbase - - -
@@ -4097,6 +4097,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Overwrite unit names by default with group name.

+ @@ -4111,50 +4114,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

By default, no InitLimit

- - - -
-
- - -SPAWN.SpawnInitLivery - - - -
- -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPostfix - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPrefix - - -
@@ -4180,17 +4139,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

self:T2( { self.SpawnTemplatePrefix, Vec2} )

- - - -
-
- - #string -SPAWN.SpawnInitSkill - - -
@@ -4482,7 +4430,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.

@@ -4563,18 +4511,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.modulation - - - -
- - -
-
- - -SPAWN.uncontrolled +SPAWN.hidden @@ -10491,6 +10428,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.

+
@@ -10557,6 +10497,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.

+
@@ -10648,17 +10602,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

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

Overwrite unit names by default with group name.

+ @@ -10816,50 +10762,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

By default, no InitLimit

- - - -
-
- - -SPAWN.SpawnInitLivery - - - -
- -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPostfix - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPrefix - - -
@@ -10885,17 +10787,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

self:T2( { self.SpawnTemplatePrefix, Vec2} )

- - - -
-
- - #string -SPAWN.SpawnInitSkill - - -
@@ -11187,7 +11078,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.

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

-SPAWN.modulation - - - - - - -
-
- - -SPAWN.uncontrolled +SPAWN.hidden diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index ddd8c801d..c41b9274a 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -1972,6 +1972,24 @@ such as position and heading.

SPAWNSTATIC:_SpawnStatic(Template, CountryID)

Spawns a new static using a given template.

+ + + +

SPAWNSTATIC.heliport_callsign_id

+ + + + + +

SPAWNSTATIC.heliport_frequency

+ + + + + +

SPAWNSTATIC.heliport_modulation

+ + @@ -3088,6 +3106,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SPAWNSTATIC.heliport_callsign_id + + + +
+ +
+
+
+ + +SPAWNSTATIC.heliport_frequency + + + +
+ +
+
+
+ + +SPAWNSTATIC.heliport_modulation + + +
@@ -4949,6 +5000,39 @@ 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 62075b6b8..26a318580 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2786,6 +2786,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.Target + + +
@@ -4102,6 +4113,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.Target + + +
@@ -5690,6 +5712,17 @@ 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 06c71d29e..ffd22195d 100644 --- a/Documentation/Functional.AICSAR.html +++ b/Documentation/Functional.AICSAR.html @@ -3357,7 +3357,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean -AICSAR.SRSTTSRadio +AICSAR.SRSRadio @@ -6488,7 +6488,7 @@ See AICSAR:SetPilotTTSVoice() and AICSAR:SetOperatorTTSVoice(
#boolean -AICSAR.SRSTTSRadio +AICSAR.SRSRadio @@ -8457,7 +8457,7 @@ See AICSAR:SetPilotTTSVoice() and AICSAR:SetOperatorTTSVoice(
#boolean -AICSAR.SRSTTSRadio +AICSAR.SRSRadio diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index 574381bf2..a8c473f37 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -3887,7 +3887,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + ATC_GROUND.Airbases @@ -4472,7 +4472,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 399cb296a..470813a2e 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2400,7 +2400,7 @@
- + #table AUTOLASE.GroupsByThreat @@ -2416,6 +2416,17 @@ +
+ +
+
+
+ + +AUTOLASE.LaserCodes + + +
@@ -2526,6 +2537,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.RoundingPrecision + + +
@@ -2540,6 +2562,39 @@

set up SRS

+
+ +
+
+
+ + #number +AUTOLASE.SRSFreq + + + +
+ +
+
+
+ + +AUTOLASE.SRSMod + + + +
+ +
+
+
+ + #string +AUTOLASE.SRSPath + + +
@@ -2557,7 +2612,7 @@
- + #table AUTOLASE.UnitsByThreat @@ -2650,6 +2705,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.lasingindex + + +
@@ -2670,11 +2736,33 @@
+ #number +AUTOLASE.maxlasing + + +
+ +
+
+ + +
+
+
+ + #boolean +AUTOLASE.notifypilots + + +
@@ -2697,6 +2785,28 @@ +
+ +
+
+
+ + #number +AUTOLASE.reporttimelong + + + +
+ +
+
+
+ + #number +AUTOLASE.reporttimeshort + + +
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index ebc2cbc92..219273bad 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20017,17 +20017,6 @@ When moose is loading dynamically (for moose class development), tracing is swit -
- - -
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -24793,17 +24782,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual - - - -
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -26590,17 +26568,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual - - - -
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index dd39f55aa..f7a53a281 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

The #DETECTION_AREAS object for AWACS

+ + + +
+
+ + +MANTIS.AWACS_Prefix + + +
@@ -4566,28 +4577,6 @@ 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 - - -
@@ -5224,6 +5213,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

switch alarm state RED

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

The #DETECTION_AREAS object for AWACS

+ + + +
+
+ + +MANTIS.AWACS_Prefix + + +
@@ -10180,28 +10183,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

- - - -
-
- - #table -MANTIS.InboundARMs - - - -
- -
-
-
- - #table -MANTIS.LastThreatEval - - -
@@ -10838,6 +10819,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + +

switch alarm state RED

+ diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index cfd52cbf9..c6c951fef 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4608,13 +4608,7 @@ and any spaces before and after the resulting name are removed.

-

RAT.modulation

- - - - - -

RAT.uncontrolled

+

RAT.hidden

diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index 704bf1acc..c02005a2e 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2910,17 +2910,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SCORING.AutoSave - - - -
- - -
-
- - SCORING.AutoSavePath @@ -3176,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SCORING.penaltyonfratricide @@ -6378,17 +6367,6 @@ The scale magnifies the scores given to the players.

- -
-
-
- - SCORING.AutoSavePath @@ -6644,7 +6622,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 3c38e4075..147594389 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -42039,9 +42039,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set current case.

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

Also decrease flag for section members of flight.

+

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

@@ -42272,6 +42269,9 @@ When moose is loading dynamically (for moose class development), tracing is swit + +

Set section lead of player flight.

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

Set new time stamp.

+

Set time stamp.

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

VNAO Edit - Added

+

VNAO Edit - Added

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

VNAO Edit - Added

+

VNAO Edit - Added

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

Band modulation.

+ + + +
+
+ + +AIRBOSS.Radio.voice + + +
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html index af1750e1e..bf7d5282d 100644 --- a/Documentation/Ops.ArmyGroup.html +++ b/Documentation/Ops.ArmyGroup.html @@ -2543,12 +2543,6 @@ and pick the closest unit to this ARMYGROUP.

ARMYGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

ARMYGROUP.EPLRS

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

Field(s)

-
-
- - -ARMYGROUP.HuntingEnemySet - - - -
- -
@@ -12644,17 +12627,6 @@ and pick the closest unit to this ARMYGROUP.

Field(s)

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

Field(s)

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

Field(s)

-
- - -
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 6363b2d2d..69e52ebb3 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -6111,20 +6111,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -6315,14 +6301,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.PilotGroups - -

tables

-
@@ -6442,17 +6425,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -6539,17 +6511,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
@@ -6594,17 +6555,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #table -CTLD._troopsByName - - -
@@ -23208,20 +23158,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -23412,14 +23348,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.PilotGroups - -

tables

-
@@ -23539,17 +23472,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -23636,17 +23558,6 @@ However, if you create a new folder inside the miz file, which contains the soun - - - -
-
- - -CTLD.VehicleMoveFormation - - -
@@ -23691,17 +23602,6 @@ However, if you create a new folder inside the miz file, which contains the soun - - - -
-
- - #table -CTLD._troopsByName - - -
@@ -26134,20 +26034,6 @@ However, if you create a new folder inside the miz file, which contains the soun - -
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -26338,14 +26224,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.PilotGroups - -

tables

-
@@ -26465,17 +26348,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -26562,17 +26434,6 @@ However, if you create a new folder inside the miz file, which contains the soun - - - -
-
- - -CTLD.VehicleMoveFormation - - -
@@ -26617,17 +26478,6 @@ However, if you create a new folder inside the miz file, which contains the soun - - - -
-
- - #table -CTLD._troopsByName - - -
@@ -31923,17 +31773,6 @@ When moose is loading dynamically (for moose class development), tracing is swit

Can transport crate.

- - - -
-
- - #number -CTLD.UnitTypeCapabilities.length - - -
@@ -32049,17 +31888,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - - - -
-
- - -CTLD_CARGO.Positionable - - -
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index 1c61d1ef5..0daced47a 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -3305,12 +3305,6 @@

FLIGHTGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

FLIGHTGROUP.EPLRS

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

Set the destination base.

+ @@ -8081,11 +8078,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -FLIGHTGROUP.isLandingAtAirbase + #boolean +FLIGHTGROUP.isLateActivated + +

No late activation.

+
@@ -18719,6 +18719,9 @@ Here we only check if stuck whilst taxiing.

+ +

Set the destination base.

+ @@ -18911,11 +18914,14 @@ Here we only check if stuck whilst taxiing.

- -FLIGHTGROUP.isLandingAtAirbase + #boolean +FLIGHTGROUP.isLateActivated + +

No late activation.

+
@@ -39592,6 +39598,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Set the destination base.

+ @@ -39784,11 +39793,14 @@ Optionally, you can calculate the current max weight possible, which accounts fo
- -FLIGHTGROUP.isLandingAtAirbase + #boolean +FLIGHTGROUP.isLateActivated + +

No late activation.

+
@@ -41805,6 +41817,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Set the destination base.

+ @@ -41997,11 +42012,14 @@ Optionally, you can calculate the current max weight possible, which accounts fo
- -FLIGHTGROUP.isLandingAtAirbase + #boolean +FLIGHTGROUP.isLateActivated + +

No late activation.

+
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html index 38154bd18..7aa9612a3 100644 --- a/Documentation/Ops.Intel.html +++ b/Documentation/Ops.Intel.html @@ -4952,72 +4952,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

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

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -10933,72 +10867,6 @@ the radar (nose-on) and 90° when the target crosses the beam (side-on).

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 - - -
@@ -12963,72 +12831,6 @@ Sources: public declassified estimates, Jane's, IISS assessments.

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.NavyGroup.html b/Documentation/Ops.NavyGroup.html index 2af10f686..34c63cee2 100644 --- a/Documentation/Ops.NavyGroup.html +++ b/Documentation/Ops.NavyGroup.html @@ -2474,12 +2474,6 @@

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 5e995b424..f2776a14b 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -1703,12 +1703,6 @@

OPSGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

- - - -

OPSGROUP.EPLRS

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

Name of the class.

- - - -
-
- - -OPSGROUP.EPLRS - - -
@@ -8551,6 +8534,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Init a table.

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

Name of the class.

- - - -
-
- - -OPSGROUP.EPLRS - - -
@@ -30352,6 +30327,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Init a table.

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

Name of the class.

- - - -
-
- - -OPSGROUP.EPLRS - - -
@@ -33493,6 +33460,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Init a table.

+ diff --git a/Documentation/Ops.TARS.html b/Documentation/Ops.TARS.html index 33783f489..778c9768c 100644 --- a/Documentation/Ops.TARS.html +++ b/Documentation/Ops.TARS.html @@ -1571,12 +1571,17 @@ your mission before loading.

TARS.detectStatics = false -- capture STATIC objects incl. of FARPs -

UNIT Filters

+

Target UNIT Filters

   TARS.units = { air=false, ground=true, ship=true }
 
-

STATIC Filters

+

Target UNIT Name Filters

+ +
   TARS.targetNameFilter = { enabled = true, keywords = { [coalition.side.BLUE] = { "USA" }, [coalition.side.RED]  = { "USSR" },},}    
+
+ +

Target STATIC Filters

   TARS.statics = {
      farps=true,
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index cab787542..a39acc8b0 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4457,6 +4457,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
     
 
 
+
+
+   
+
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -18176,6 +18187,17 @@ mygroup:WayPointExecute()
+ + + +
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
@@ -22309,6 +22331,17 @@ Coordinates are dependent on the position of the maps origin.

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

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

+ + + +
+
+ + #boolean +CONTROLLABLE.IRMarkerUnit + + +
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 0e4087763..3b85ebed1 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2960,28 +2960,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

- - - -
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -3059,6 +3037,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

+ + + +
+
+ + #boolean +MARKER.toall + + + +
+ +
+
+
+ + #boolean +MARKER.tocoalition + + +
@@ -5109,28 +5109,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

- - - -
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -5208,6 +5186,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

+ + + +
+
+ + #boolean +MARKER.toall + + + +
+ +
+
+
+ + #boolean +MARKER.tocoalition + + +
@@ -6752,28 +6752,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

- - - -
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -6851,6 +6829,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

+ + + +
+
+ + #boolean +MARKER.toall + + + +
+ +
+
+
+ + #boolean +MARKER.tocoalition + + +