From 6f482515bb09d57089d23b0fc73cd3e0ec4ddc4b Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Tue, 28 Jan 2025 07:33:52 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/AI.AI_Cargo.html | 5 +- Documentation/AI.AI_Cargo_Airplane.html | 56 ++- Documentation/Cargo.Cargo.html | 11 + Documentation/Cargo.CargoGroup.html | 17 + Documentation/Core.Fsm.html | 4 +- Documentation/Core.Point.html | 11 + Documentation/Core.Settings.html | 26 +- Documentation/Core.Spawn.html | 410 +++--------------- Documentation/Core.SpawnStatic.html | 88 +--- Documentation/Core.Spot.html | 132 ++++++ Documentation/Functional.ATC_Ground.html | 6 + Documentation/Functional.Designate.html | 11 - Documentation/Functional.Detection.html | 33 ++ Documentation/Functional.Mantis.html | 94 +--- Documentation/Functional.RAT.html | 69 +-- Documentation/Functional.Scoring.html | 22 + Documentation/Ops.Airboss.html | 79 +--- Documentation/Ops.CSAR.html | 105 +---- Documentation/Ops.CTLD.html | 149 ++++++- .../Tasking.Task_A2A_Dispatcher.html | 8 +- Documentation/Tasking.Task_CARGO.html | 19 +- .../Tasking.Task_Cargo_Dispatcher.html | 52 +-- Documentation/Wrapper.Controllable.html | 55 +++ Documentation/Wrapper.Positionable.html | 44 ++ 24 files changed, 654 insertions(+), 852 deletions(-) diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html index aca1dc35c..396b16ef9 100644 --- a/Documentation/AI.AI_Cargo.html +++ b/Documentation/AI.AI_Cargo.html @@ -1973,7 +1973,7 @@ Therefore, this class is considered to be deprecated

- + Wrapper.Group#GROUP AI_CARGO.CargoCarrier @@ -2011,9 +2011,6 @@ 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 575c40fd5..48a4bc02a 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,9 +2995,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Aircraft is on a pickup mission.

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

Field(s)

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

Aircraft is on a pickup mission.

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

Field(s)

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

Aircraft is on a pickup mission.

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

Field(s)

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

Aircraft is on a pickup mission.

-
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 + + + +
+
+ + +CARGO.Weight + + +
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html index fc4d80b04..ac3f431f8 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -2016,10 +2016,27 @@ Therefore, this class is considered to be deprecated

+CARGO_GROUP.CargoCarrier + + + + +

self.CargoObject:Destroy()

+ +
+ + +
+
+ + CARGO_GROUP.CargoGroup + +

Then we register the new group in the database

+
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 f32764502..535288754 100644 --- a/Documentation/Core.Point.html +++ b/Documentation/Core.Point.html @@ -17535,6 +17535,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Field(s)

+
+
+ + +POINT_VEC2.z + + + +
+ +

Function(s)

diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index 3449e21a6..0600442e5 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -3047,7 +3047,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2GSystem @@ -3096,17 +3096,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
@@ -5215,7 +5204,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2GSystem @@ -5264,17 +5253,6 @@ It is advised to use this method at the start of the mission.

-
- -
-
-
- - -SETTINGS.PlayerMenu - - -
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 3b96467ca..4da92cc59 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3224,36 +3224,6 @@ and any spaces before and after the resulting name are removed.

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

- - - -

SPAWN.communication

- - - - - -

SPAWN.frequency

- - - - - -

SPAWN.livery_id

- - - - - -

SPAWN.modulation

- - - - - -

SPAWN.skill

- - @@ -4013,6 +3983,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 +4052,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 +4099,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPAWN.SpawnGrouping - - -
@@ -4181,17 +4157,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
@@ -4247,17 +4212,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -4324,6 +4278,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Overwrite unit names by default with group name.

+ @@ -4335,60 +4292,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
- - -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
- - -
-
- - -
-
-
- - -SPAWN.SpawnInitModu - - +

By default, no InitLimit

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

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

-
- - -
-
- - #string -SPAWN.SpawnInitSkill - - -
@@ -4461,7 +4355,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxGroups @@ -4475,7 +4369,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #number SPAWN.SpawnMaxUnitsAlive @@ -4643,6 +4537,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -4677,7 +4582,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.

@@ -4751,61 +4656,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- - -
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.skill - - -
@@ -10584,6 +10434,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.

+ @@ -10650,6 +10503,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.

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

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

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

- - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -10895,6 +10729,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

Overwrite unit names by default with group name.

+ @@ -10906,60 +10743,8 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
- - -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
- - -
-
- - -
-
-
- - -SPAWN.SpawnInitModu - - +

By default, no InitLimit

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

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

-
- - -
-
- - #string -SPAWN.SpawnInitSkill - - -
@@ -11032,7 +10806,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

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

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

+ +
+
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -11248,7 +11033,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.

@@ -11322,61 +11107,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.skill - - -
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index 61ce3bc3b..d2b4ba1ec 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -2138,24 +2138,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

- - @@ -3165,44 +3147,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -
-
- - -
-
- - -
-
-
@@ -4810,44 +4759,11 @@ Handy if you spawn from cargo statics which have resources already set.

- -
-
- - -
-
- - -
-
-
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index 459bf06f7..e57a0ab8d 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2998,6 +2998,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
@@ -4281,6 +4325,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
@@ -5803,6 +5891,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index f849628af..6d234f008 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -4153,6 +4153,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Kickspeed

+ @@ -4738,6 +4741,9 @@ An airbase can be specified to set the maximum kick speed for.

+ +

Kickspeed

+ diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 293d912b8..6cca916ca 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2679,17 +2679,6 @@ Use the method DESIGNATE.SetMission() to - - - -
-
- - #table -DESIGNATE.LaserCodes - - -
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index 573330649..5bd922cc3 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20212,6 +20212,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
@@ -24977,6 +24988,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+
@@ -26730,6 +26752,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index a3711a0fa..90d94e293 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -4945,50 +4945,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Prefix for logging

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

switch alarm state RED

+ @@ -9710,50 +9669,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

Prefix for logging

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

switch alarm state RED

+ diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index eac88c0f7..fbbd7b087 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

+ + @@ -4774,36 +4780,6 @@ and any spaces before and after the resulting name are removed.

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

- - - -

RAT.communication

- - - - - -

RAT.frequency

- - - - - -

RAT.livery_id

- - - - - -

RAT.modulation

- - - - - -

RAT.skill

- - @@ -7351,6 +7327,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 + + +
@@ -15231,6 +15218,17 @@ Initializes the ratcraft array and group menu.

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

+ + + +
+
+ + +RAT.type + + +
@@ -22120,6 +22118,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 007a2f9af..48d9970fb 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -3089,6 +3089,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+SCORING.AutoSave + + + +
+ + +
+
+ + SCORING.AutoSavePath @@ -6012,6 +6023,17 @@ The scale magnifies the scores given to the players.

+ +
+
+
+ + SCORING.AutoSavePath diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index bc0946e84..6c778a12f 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9801,17 +9801,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

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

Radio queue of marshal.

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

Radio queue of LSO.

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

Radio queue of marshal.

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

Radio queue of LSO.

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

Radio queue of marshal.

- - - -
-
- - -AIRBOSS.RQMid - - -
@@ -41436,7 +41370,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.

@@ -41463,17 +41397,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 - - -
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index d156de7a0..7fca19f0f 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -4241,7 +4241,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CSAR.FreeVHFFrequencies @@ -4687,14 +4687,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CSAR.csarUnits - -

table of CSAR unit names

-
@@ -5062,20 +5059,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
- - #number -CSAR.rescuedpilots - - - - -

counter for saved pilots

- -
-
@@ -5101,20 +5084,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
- - #number -CSAR.rescues - - - - -

counter for successful rescue landings at FARP/AFB/MASH

- -
-
@@ -10525,7 +10494,7 @@ callsigns from playername or group name.

- #table + CSAR.FreeVHFFrequencies @@ -10971,14 +10940,11 @@ callsigns from playername or group name.

- #table + CSAR.csarUnits - -

table of CSAR unit names

-
@@ -11346,20 +11312,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescuedpilots - - - - -

counter for saved pilots

- -
-
@@ -11385,20 +11337,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescues - - - - -

counter for successful rescue landings at FARP/AFB/MASH

- -
-
@@ -13075,7 +13013,7 @@ callsigns from playername or group name.

- #table + CSAR.FreeVHFFrequencies @@ -13521,14 +13459,11 @@ callsigns from playername or group name.

- #table + CSAR.csarUnits - -

table of CSAR unit names

-
@@ -13896,20 +13831,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescuedpilots - - - - -

counter for saved pilots

- -
-
@@ -13935,20 +13856,6 @@ callsigns from playername or group name.

-
-
-
- - #number -CSAR.rescues - - - - -

counter for successful rescue landings at FARP/AFB/MASH

- -
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 68383fb91..03371e604 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -2065,7 +2065,7 @@ Static shapes loadable into the Chinook and thus to be avoided

This function is called when a player has re-boarded already deployed troops from the field:

-
   function my_ctld:OnAfterTroopsExtracted(From, Event, To, Group, Unit, Troops)
+
   function my_ctld:OnAfterTroopsExtracted(From, Event, To, Group, Unit, Troops, Troopname)
      ... your code here ...
    end
 
@@ -2838,7 +2838,7 @@ If you use units build by multiple templates, they will effectively double on lo -

CTLD:OnAfterTroopsExtracted(From, Event, To, Group, Unit, Cargo)

+

CTLD:OnAfterTroopsExtracted(From, Event, To, Group, Unit, Troops, Troopname)

FSM Function OnAfterTroopsExtracted.

@@ -2898,7 +2898,7 @@ If you use units build by multiple templates, they will effectively double on lo -

CTLD:OnBeforeTroopsExtracted(From, Event, To, Group, Unit, Cargo)

+

CTLD:OnBeforeTroopsExtracted(From, Event, To, Group, Unit, Troops, Troopname)

FSM Function OnBeforeTroopsExtracted.

@@ -3696,7 +3696,7 @@ If you use units build by multiple templates, they will effectively double on lo -

CTLD:onbeforeTroopsExtracted(From, Event, To, Group, Unit, Troops)

+

CTLD:onbeforeTroopsExtracted(From, Event, To, Group, Unit, Troops, Groupname)

(Internal) FSM Function onbeforeTroopsExtracted.

@@ -8339,7 +8339,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.CtldUnits @@ -8425,7 +8425,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeFMFrequencies @@ -8436,7 +8436,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.FreeUHFFrequencies @@ -8696,6 +8696,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +CTLD.UserSetGroup + + +
@@ -12749,7 +12760,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

FSM Function OnAfterTroopsExtracted.

@@ -12829,13 +12840,26 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

- #CTLD_CARGO - Cargo + Wrapper.Group#GROUP + Troops

-

Cargo troops.

+

extracted.

+ +
+
+
+
+

+ #string + Troopname +

+
+
+ +

Name of the extracted group.

@@ -13795,7 +13819,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

FSM Function OnBeforeTroopsExtracted.

@@ -13875,13 +13899,26 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

- #CTLD_CARGO - Cargo + Wrapper.Group#GROUP + Troops

-

Cargo troops.

+

extracted.

+ +
+
+
+
+

+ #string + Troopname +

+
+
+ +

Name of the extracted group.

@@ -18896,7 +18933,7 @@ However, if you create a new folder inside the miz file, which contains the soun

(Internal) FSM Function onbeforeTroopsExtracted.

@@ -18984,6 +19021,19 @@ However, if you create a new folder inside the miz file, which contains the soun

Troops #GROUP Object.

+
+
+
+
+

+ #string + Groupname +

+
+
+ +

Name of the extracted #GROUP.

+

Return value:

@@ -19322,7 +19372,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -19408,7 +19458,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeFMFrequencies @@ -19419,7 +19469,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeUHFFrequencies @@ -19679,6 +19729,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + +CTLD.UserSetGroup + + +
@@ -21814,7 +21875,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.CtldUnits @@ -21900,7 +21961,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeFMFrequencies @@ -21911,7 +21972,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.FreeUHFFrequencies @@ -22171,6 +22232,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + +CTLD.UserSetGroup + + +
@@ -27204,6 +27276,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Can transport crate.

+
+ +
+
+
@@ -33048,6 +33131,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+ @@ -33701,6 +33795,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
+ +
+ diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html index f8d8295fd..be1b2ff76 100644 --- a/Documentation/Tasking.Task_A2A_Dispatcher.html +++ b/Documentation/Tasking.Task_A2A_Dispatcher.html @@ -3122,7 +3122,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + TASK_A2A_DISPATCHER.FlashNewTask @@ -3847,7 +3847,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- #boolean + TASK_A2A_DISPATCHER.FlashNewTask @@ -5023,7 +5023,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- #boolean + TASK_A2A_DISPATCHER.FlashNewTask @@ -6501,7 +6501,7 @@ If too large, any airborne cap may not be able to reach the detected target area
- #boolean + TASK_A2A_DISPATCHER.FlashNewTask diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html index a1d464001..8657cd400 100644 --- a/Documentation/Tasking.Task_CARGO.html +++ b/Documentation/Tasking.Task_CARGO.html @@ -3335,11 +3335,22 @@ based on the tasking capabilities defined in + +
+
+
@@ -3372,7 +3383,7 @@ based on the tasking capabilities defined in
- + #number TASK_CARGO.CargoLimit @@ -4794,7 +4805,7 @@ based on the tasking capabilities defined in
- + #number TASK_CARGO.CargoLimit @@ -9326,7 +9337,7 @@ If the Unit is part of the Task, true is returned.

- + #number TASK_CARGO.CargoLimit diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html index aded79a56..c2b53c04a 100644 --- a/Documentation/Tasking.Task_Cargo_Dispatcher.html +++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html @@ -3399,22 +3399,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - @@ -4505,22 +4494,11 @@ This method can only be used once!

- @@ -5363,22 +5341,11 @@ This method can only be used once!

- @@ -6852,22 +6819,11 @@ This method can only be used once!

- diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index 879da7263..4ff009163 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4587,6 +4587,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -17623,6 +17634,17 @@ mygroup:WayPointExecute()
+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -21646,6 +21668,17 @@ Coordinates are dependent on the position of the maps origin.

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -22221,6 +22254,17 @@ If the Identifiable is alive, true is returned.

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -22397,6 +22441,17 @@ If the Identifiable is alive, true is returned.

+ + + +
+
+ + +CONTROLLABLE.spot + + +
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html index b3e1db7c8..3ca485044 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -3993,6 +3993,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
@@ -8027,6 +8038,17 @@ Coordinates are dependent on the position of the maps origin.

+ + + +
+
@@ -8613,6 +8635,17 @@ If the Identifiable is alive, true is returned.

+ + + +
+
@@ -8800,6 +8833,17 @@ If the Identifiable is alive, true is returned.

+ + + +
+