diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 77b67c12c..7a6b4f128 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2743,17 +2743,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -2809,6 +2798,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -4527,17 +4519,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -4593,6 +4574,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -5153,17 +5137,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -5219,6 +5192,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
@@ -6667,17 +6643,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -6733,6 +6698,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Aircraft is on a pickup mission.
+
diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index b6c23e96f..ba7072f07 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -2908,22 +2908,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4826,22 +4832,28 @@ Adjust if necessary.
@@ -5496,22 +5508,28 @@ Adjust if necessary.
@@ -7054,22 +7072,28 @@ Adjust if necessary.
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index ad552a378..1af0ea582 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -1939,9 +1939,6 @@ Therefore, this class is considered to be deprecated
-
- Then we register the new group in the database
-
@@ -1953,6 +1950,20 @@ Therefore, this class is considered to be deprecated
+
+
+
+
@@ -3246,9 +3257,6 @@ This works for ground only groups.
-
- Then we register the new group in the database
-
@@ -3260,6 +3268,20 @@ This works for ground only groups.
+
+
+
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index 295662cc0..9542e15a1 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1813,17 +1813,6 @@ Therefore, this class is considered to be deprecated
-
-
-
-
-
-
CARGO_UNIT.CargoInAir
@@ -1842,6 +1831,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
@@ -2528,17 +2528,6 @@ Therefore, this class is considered to be deprecated
-
-
-
-
-
-
CARGO_UNIT.CargoInAir
@@ -2557,6 +2546,17 @@ Therefore, this class is considered to be deprecated
Set cargo object.
+
+
+
+
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index d7f7395dd..6d139879a 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -5793,7 +5793,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
FSM._StartState
@@ -7392,7 +7392,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
FSM._StartState
diff --git a/Documentation/Core.Message.html b/Documentation/Core.Message.html
index 2797c7b27..757c7c33b 100644
--- a/Documentation/Core.Message.html
+++ b/Documentation/Core.Message.html
@@ -2843,7 +2843,7 @@ The message display times are automatically defined based on the timing settings
@@ -2923,7 +2923,7 @@ The message display times are automatically defined based on the timing settings
-- Needed once only
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
-- later on in your code
- MESSAGE:New("Test message!",15,"SPAWN"):ToAll():ToSRS()
+ MESSAGE:New("Test message!",15,"SPAWN"):ToSRS()
@@ -3624,7 +3624,7 @@ The message display times are automatically defined based on the timing settings
@@ -3697,6 +3697,14 @@ The message display times are automatically defined based on the timing settings
+
Usage:
+
-- Mind the dot here, not using the colon this time around!
+ -- Needed once only
+ MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
+ -- later on in your code
+ MESSAGE:New("Test message!",15,"SPAWN"):ToSRS()
+
+
@@ -3759,7 +3767,7 @@ The message display times are automatically defined based on the timing settings
@@ -3819,6 +3827,14 @@ The message display times are automatically defined based on the timing settings
+ Usage:
+ -- Mind the dot here, not using the colon this time around!
+ -- Needed once only
+ MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.NEUTRAL)
+ -- later on in your code
+ MESSAGE:New("Test message!",15,"SPAWN"):ToSRSAll()
+
+
@@ -3881,7 +3897,7 @@ The message display times are automatically defined based on the timing settings
@@ -3941,6 +3957,14 @@ The message display times are automatically defined based on the timing settings
+ Usage:
+ -- Mind the dot here, not using the colon this time around!
+ -- Needed once only
+ MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
+ -- later on in your code
+ MESSAGE:New("Test message!",15,"SPAWN"):ToSRSBlue()
+
+
@@ -4003,7 +4027,7 @@ The message display times are automatically defined based on the timing settings
@@ -4063,6 +4087,14 @@ The message display times are automatically defined based on the timing settings
+ Usage:
+ -- Mind the dot here, not using the colon this time around!
+ -- Needed once only
+ MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.RED)
+ -- later on in your code
+ MESSAGE:New("Test message!",15,"SPAWN"):ToSRSRed()
+
+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index d5a3e4863..7fa31212d 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2937,6 +2937,36 @@ 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 |
+
+
|
@@ -3573,6 +3603,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.
+
@@ -3675,17 +3708,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3722,17 +3744,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3766,17 +3777,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3887,17 +3887,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3909,17 +3898,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4111,17 +4089,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4233,6 +4200,61 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
@@ -9436,6 +9458,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.
+
@@ -9538,17 +9563,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9585,17 +9599,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9629,17 +9632,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9750,17 +9742,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9772,17 +9753,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9974,17 +9944,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10096,6 +10055,61 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index aef152546..439610d9a 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2812,6 +2812,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -4095,6 +4139,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
@@ -5617,6 +5705,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 4430edd21..adeadc7fc 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3881,6 +3881,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Kickspeed
+
@@ -4463,6 +4466,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 840382432..3d80c844a 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -3547,7 +3547,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
DESIGNATE.LaseDuration
+
DESIGNATE.LaseStart
@@ -3557,8 +3557,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
DESIGNATE.LaseStart
+ #table
+
DESIGNATE.LaserCodes
@@ -6722,7 +6722,7 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
DESIGNATE.LaseDuration
+
DESIGNATE.LaseStart
@@ -6732,8 +6732,8 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
DESIGNATE.LaseStart
+ #table
+
DESIGNATE.LaserCodes
@@ -7532,7 +7532,7 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
DESIGNATE.LaseDuration
+
DESIGNATE.LaseStart
@@ -7542,8 +7542,8 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
DESIGNATE.LaseStart
+ #table
+
DESIGNATE.LaserCodes
@@ -8312,7 +8312,7 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
DESIGNATE.LaseDuration
+
DESIGNATE.LaseStart
@@ -8322,8 +8322,8 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
DESIGNATE.LaseStart
+ #table
+
DESIGNATE.LaserCodes
@@ -9980,7 +9980,7 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
DESIGNATE.LaseDuration
+
DESIGNATE.LaseStart
@@ -9990,8 +9990,8 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
DESIGNATE.LaseStart
+ #table
+
DESIGNATE.LaserCodes
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index d4ef92036..1454e094d 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -19134,6 +19134,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -19294,7 +19305,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
@@ -23986,7 +24008,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
@@ -25739,7 +25772,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
+ #number
DETECTION_BASE.RefreshTimeInterval
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index eb69e8722..d05d27303 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2011,6 +2011,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 |
+
+
|
@@ -3903,8 +3909,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4018,6 +4013,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4040,17 +4046,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
-
-
-
-
@@ -4079,7 +4074,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Long
@@ -4090,7 +4085,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Medium
@@ -4101,7 +4096,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
MANTIS.SAM_Table_Short
@@ -4475,50 +4470,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Prefix for logging
-
-
-
-
-
-
-
@@ -4577,6 +4528,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
switch alarm state RED
+
@@ -4588,9 +4542,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
self.SAMCheckRanges = {}
-
@@ -8476,8 +8427,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
@@ -8591,6 +8531,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
@@ -8613,17 +8564,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
-
-
-
-
@@ -8652,7 +8592,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Long
@@ -8663,7 +8603,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Medium
@@ -8674,7 +8614,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table
+
MANTIS.SAM_Table_Short
@@ -9048,50 +8988,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Prefix for logging
-
-
-
-
-
-
-
@@ -9150,6 +9046,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
switch alarm state RED
+
@@ -9161,9 +9060,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
self.SAMCheckRanges = {}
-
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 9222bf17d..e6f6f3260 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -3468,6 +3468,12 @@ manager:Stop(7200)
RAT.termtype |
Type of terminal to be used when spawning at an airbase.
+ |
+
+
+ RAT.type |
+
+
|
@@ -4513,6 +4519,36 @@ 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 |
+
+
|
@@ -6904,6 +6940,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.
+
+
+
+
@@ -14784,6 +14831,17 @@ Initializes the ratcraft array and group menu.
Type of terminal to be used when spawning at an airbase.
+
+
+
+
@@ -21106,6 +21164,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.Type of terminal to be used when spawning at an airbase.
+
+
+
+
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 6928e5bcb..5f4d0049c 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -2863,11 +2863,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3061,7 +3064,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyonfratricide
@@ -5449,11 +5452,14 @@ The scale magnifies the scores given to the players.
@@ -5647,7 +5653,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 7a147a79a..74a6a51ee 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -9604,6 +9604,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
+
+
+
+
@@ -9615,6 +9626,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of marshal.
+
+
+
+
@@ -29803,6 +29825,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
+
+
+
+
@@ -29814,6 +29847,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
+
+
+
+
@@ -32882,6 +32926,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of LSO.
+
+
+
+
@@ -32893,6 +32948,17 @@ If removed flight is the section lead, we try to find a new leader.
Radio queue of marshal.
+
+
+
+
@@ -40500,9 +40566,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set case of f
-
@@ -40566,6 +40629,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -40584,6 +40661,17 @@ 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.
+
+
+
+
@@ -40719,6 +40807,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+ Set section lead of player flight.
+
@@ -40741,9 +40832,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set Stable Hover
-
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 2846ee78b..7446a3fd7 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -7882,11 +7882,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8128,6 +8131,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -8384,7 +8398,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- time to repairor build a unit/group
+ noob catch
@@ -17475,11 +17489,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -17721,6 +17738,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -17977,7 +18005,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- time to repairor build a unit/group
+ noob catch
@@ -19895,11 +19923,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -20141,6 +20172,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -20397,7 +20439,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- time to repairor build a unit/group
+ noob catch
@@ -29432,6 +29474,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -30085,6 +30138,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html
index df5e8ea05..0be3fef82 100644
--- a/Documentation/Tasking.Task_A2G_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2G_Dispatcher.html
@@ -3206,11 +3206,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3783,11 +3786,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4970,11 +4976,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6459,11 +6468,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html
index d6d60f2d6..4e8af51b7 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3228,7 +3228,7 @@ based on the tasking capabilities defined in
-
Cargo.Cargo#CARGO
+
FSM_PROCESS.Cargo
diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html
index 0680041f0..7310c913f 100644
--- a/Documentation/Tasking.Task_Cargo_Dispatcher.html
+++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html
@@ -3210,6 +3210,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
+
+
+
@@ -3224,22 +3268,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4327,6 +4360,50 @@ This method can only be used once!
Field(s)
+
+
+
+
@@ -4341,22 +4418,11 @@ This method can only be used once!
-
@@ -5196,6 +5262,50 @@ This method can only be used once!
Field(s)
+
+
+
+
@@ -5210,22 +5320,11 @@ This method can only be used once!
-
@@ -6696,6 +6795,50 @@ This method can only be used once!
Field(s)
+
+
+
+
@@ -6710,22 +6853,11 @@ This method can only be used once!
-