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
No loading happened, so we need to pickup something else.
-Aircraft is on a pickup mission.
-Aircraft is on a pickup mission.
-Aircraft is on a pickup mission.
-Aircraft is on a pickup mission.
-self.CargoObject:Destroy()
+ +Then we register the new group in the database
+SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)
Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+The internal counter of the amount of spawning the has happened since SpawnStart.
+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 - - - -By default, no InitLimit
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
-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.
The internal counter of the amount of spawning the has happened since SpawnStart.
+By default, no InitLimit
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
Spawns a new static using a given template.
-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 - - - -Prefix for logging
- - - -switch alarm state RED
+ @@ -9710,50 +9669,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`Prefix for logging
- - - -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)Type of terminal to be used when spawning at an airbase.
+RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)
Type of terminal to be used when spawning at an airbase.
+ + + +Type of terminal to be used when spawning at an airbase.
+ + + +Radio queue of LSO.
-Radio queue of marshal.
-Radio queue of LSO.
- - - -Radio queue of marshal.
- - - -Radio queue of LSO.
- - - -Radio queue of marshal.
- - - -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 switData table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
- - - -table of CSAR unit names
-counter for saved pilots
- -counter for successful rescue landings at FARP/AFB/MASH
- -table of CSAR unit names
-counter for saved pilots
- -counter for successful rescue landings at FARP/AFB/MASH
- -table of CSAR unit names
-counter for saved pilots
- -counter for successful rescue landings at FARP/AFB/MASH
- -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
-CTLD:OnAfterTroopsExtracted(From, Event, To, Group, Unit, Cargo)
+CTLD:OnAfterTroopsExtracted(From, Event, To, Group, Unit, Troops, Troopname)
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
-CTLD:OnBeforeTroopsExtracted(From, Event, To, Group, Unit, Cargo)
+CTLD:OnBeforeTroopsExtracted(From, Event, To, Group, Unit, Troops, Troopname)
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
-CTLD:onbeforeTroopsExtracted(From, Event, To, Group, Unit, Troops)
+CTLD:onbeforeTroopsExtracted(From, Event, To, Group, Unit, Troops, Groupname)
(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.
+
+
+
+
+
+
+ #number
+CTLD.UnitTypeCapabilities.length
+
+
+
@@ -33048,6 +33131,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+ Core.Point#COORDINATE
+CTLD_ENGINEERING.currwpt
+
+
+
@@ -33701,6 +33795,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+ Core.Point#COORDINATE
+CTLD_ENGINEERING.currwpt
+
+
+
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
+
+
+
+
+
+
+FSM_PROCESS.DeployZone
+
+
+
@@ -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
-
+ #table
TASK_CARGO_DISPATCHER.DefaultDeployZones
-
-
-
-
-
-
-
-TASK_CARGO_DISPATCHER.MaxCSAR
-
-
-
@@ -4505,22 +4494,11 @@ This method can only be used once!
-
+ #table
TASK_CARGO_DISPATCHER.DefaultDeployZones
-
-
-
-
-
-
-
-TASK_CARGO_DISPATCHER.MaxCSAR
-
-
-
@@ -5363,22 +5341,11 @@ This method can only be used once!
-
+ #table
TASK_CARGO_DISPATCHER.DefaultDeployZones
-
-
-
-
-
-
-
-TASK_CARGO_DISPATCHER.MaxCSAR
-
-
-
@@ -6852,22 +6819,11 @@ This method can only be used once!
-
+ #table
TASK_CARGO_DISPATCHER.DefaultDeployZones
-
-
-
-
-
-
-
-TASK_CARGO_DISPATCHER.MaxCSAR
-
-
-
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
+
+
+
+
+
+
+ Core.Spot#SPOT
+POSITIONABLE.Spot
+
+
+
@@ -8027,6 +8038,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
+
+
+ Core.Spot#SPOT
+POSITIONABLE.Spot
+
+
+
@@ -8613,6 +8635,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
+
+
+ Core.Spot#SPOT
+POSITIONABLE.Spot
+
+
+
@@ -8800,6 +8833,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
+
+
+ Core.Spot#SPOT
+POSITIONABLE.Spot
+
+
+