From dfc5138d2e425675dac8e40184edb05949cf3e1c Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Tue, 31 Dec 2024 13:07:11 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/AI.AI_A2G_Dispatcher.html | 44 +++ Documentation/AI.AI_Air.html | 88 ------ Documentation/AI.AI_Air_Dispatcher.html | 44 +++ Documentation/AI.AI_Cargo_Airplane.html | 56 +--- Documentation/Cargo.Cargo.html | 11 - Documentation/Cargo.CargoGroup.html | 17 ++ Documentation/Core.Point.html | 22 -- Documentation/Core.Settings.html | 22 -- Documentation/Core.Spawn.html | 254 ++++++++---------- Documentation/Core.Spot.html | 132 +++++++++ Documentation/Functional.ATC_Ground.html | 4 +- Documentation/Functional.Detection.html | 72 ++--- Documentation/Functional.RAT.html | 63 +++-- Documentation/Functional.Scoring.html | 30 +-- Documentation/Ops.Airboss.html | 88 ++++-- Documentation/Ops.CSAR.html | 15 +- Documentation/Ops.CTLD.html | 250 +++++++++++------ Documentation/Tasking.Task.html | 22 -- .../Tasking.Task_A2A_Dispatcher.html | 8 +- .../Tasking.Task_A2G_Dispatcher.html | 20 +- Documentation/Tasking.Task_CARGO.html | 13 +- .../Tasking.Task_Cargo_Dispatcher.html | 32 +-- Documentation/Utilities.FiFo.html | 22 ++ Documentation/Wrapper.Controllable.html | 55 ++++ Documentation/Wrapper.Group.html | 78 +----- 25 files changed, 797 insertions(+), 665 deletions(-) diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html index 0b9bc6829..83521d23d 100644 --- a/Documentation/AI.AI_A2G_Dispatcher.html +++ b/Documentation/AI.AI_A2G_Dispatcher.html @@ -4903,6 +4903,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
@@ -13454,6 +13465,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
@@ -14780,6 +14802,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
@@ -16408,6 +16441,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html index a735aee0b..0f528e50c 100644 --- a/Documentation/AI.AI_Air.html +++ b/Documentation/AI.AI_Air.html @@ -3347,28 +3347,6 @@

Field(s)

- - - -
-
- - #number -AI_AIR.RTBSpeedMaxFactor - - - -
- -
-
-
- - #number -AI_AIR.RTBSpeedMinFactor - - -
@@ -6222,28 +6200,6 @@

Field(s)

- - - -
-
- - #number -AI_AIR.RTBSpeedMaxFactor - - - -
- -
-
-
- - #number -AI_AIR.RTBSpeedMinFactor - - -
@@ -6980,28 +6936,6 @@

Field(s)

- - - -
-
- - #number -AI_AIR.RTBSpeedMaxFactor - - - -
- -
-
-
- - #number -AI_AIR.RTBSpeedMinFactor - - -
@@ -8626,28 +8560,6 @@

Field(s)

- - - -
-
- - #number -AI_AIR.RTBSpeedMaxFactor - - - -
- -
-
-
- - #number -AI_AIR.RTBSpeedMinFactor - - -
diff --git a/Documentation/AI.AI_Air_Dispatcher.html b/Documentation/AI.AI_Air_Dispatcher.html index 66727ff75..7d7eba9b7 100644 --- a/Documentation/AI.AI_Air_Dispatcher.html +++ b/Documentation/AI.AI_Air_Dispatcher.html @@ -4663,6 +4663,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
@@ -9982,6 +9993,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
@@ -11297,6 +11319,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
@@ -12914,6 +12947,17 @@

Field(s)

The Defender Default Settings over all Squadrons.

+ + + +
+
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index 374965af1..0148ca5af 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2905,17 +2905,6 @@

Developer Note

Field(s)

-
- - -
@@ -2971,6 +2960,9 @@

Field(s)

+ +

Aircraft is on a pickup mission.

+
@@ -4689,17 +4681,6 @@

Parameters:

Field(s)

-
- - -
@@ -4755,6 +4736,9 @@

Field(s)

+ +

Aircraft is on a pickup mission.

+
@@ -5315,17 +5299,6 @@

Parameters:

Field(s)

-
- - -
@@ -5381,6 +5354,9 @@

Field(s)

+ +

Aircraft is on a pickup mission.

+
@@ -6829,17 +6805,6 @@

Return value:

Field(s)

-
- - -
@@ -6895,6 +6860,9 @@

Field(s)

+ +

Aircraft is on a pickup mission.

+
diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html index 1f363c654..971141dec 100644 --- a/Documentation/Cargo.Cargo.html +++ b/Documentation/Cargo.Cargo.html @@ -2918,17 +2918,6 @@

Field(s)

- - - -
-
- - -CARGO.Weight - - -
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html index c8caba52a..ac3f431f8 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -2034,6 +2034,9 @@

Field(s)

+ +

Then we register the new group in the database

+ @@ -2045,6 +2048,20 @@

Field(s)

+ + + +
+
+ + +CARGO_GROUP.CargoObject + + + + +

Now we spawn the new group based on the template created.

+
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html index acfd9993d..8cc1a3331 100644 --- a/Documentation/Core.Point.html +++ b/Documentation/Core.Point.html @@ -17369,28 +17369,6 @@

Function(s)

Field(s)

-
-
- - -POINT_VEC2.x - - - -
- -
-
-
- - -POINT_VEC2.z - - - -
- -

Function(s)

diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index db9116419..2c9e65610 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -3072,17 +3072,6 @@

Field(s)

- - - -
-
- - -SETTINGS.PlayerMenu - - -
@@ -5265,17 +5254,6 @@

Field(s)

- - - -
-
- - -SETTINGS.PlayerMenu - - -
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index fc45c0b1b..f12a55559 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3230,30 +3230,6 @@

Delay the initial spawning

SPAWN.communication

- - - -

SPAWN.frequency

- - - - - -

SPAWN.hidden

- - - - - -

SPAWN.livery_id

- - - - - -

SPAWN.modulation

- - @@ -3910,14 +3886,11 @@

Field(s)

- #boolean + SPAWN.AIOnOff - -

The AI is on by default when spawning a group.

-
@@ -4323,6 +4296,61 @@

Field(s)

By default, no InitLimit

+ + + +
+
+ + +SPAWN.SpawnInitLivery + + + +
+ +
+
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -4561,17 +4589,6 @@

Field(s)

- - - -
-
- - #boolean -SPAWN.SpawnUnControlled - - -
@@ -4691,50 +4708,6 @@

Field(s)

- - - -
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.hidden - - - -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - -
@@ -10387,14 +10360,11 @@

Field(s)

- #boolean + SPAWN.AIOnOff - -

The AI is on by default when spawning a group.

-
@@ -10800,6 +10770,61 @@

Field(s)

By default, no InitLimit

+ + + +
+
+ + +SPAWN.SpawnInitLivery + + + +
+ +
+
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+
+ + +SPAWN.SpawnInitModu + + +
@@ -11038,17 +11063,6 @@

Field(s)

- - - -
-
- - #boolean -SPAWN.SpawnUnControlled - - -
@@ -11168,50 +11182,6 @@

Field(s)

- - - -
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.hidden - - - -
- -
-
-
- - -SPAWN.livery_id - - - -
- -
-
-
- - -SPAWN.modulation - - -
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index 51c1c0fc2..725fa9556 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2974,6 +2974,50 @@

Field(s)

+ + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
@@ -4257,6 +4301,50 @@

Field(s)

+ + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
@@ -5779,6 +5867,50 @@

Field(s)

+ + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + + +
+ +
+
+
+ + +SPOT.Target + + +
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index 355b4ed48..2c20e80ca 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -4089,7 +4089,7 @@

Field(s)

- + #table ATC_GROUND.Airbases @@ -4677,7 +4677,7 @@

Field(s)

- + #table ATC_GROUND.Airbases diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index e8f1acac7..6ed20cc4b 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -20000,6 +20000,17 @@

Field(s)

+
+ +
+
+
@@ -20143,17 +20154,6 @@

Field(s)

-
- -
-
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -20171,7 +20171,7 @@

Field(s)

- #number + DETECTION_BASE.RefreshTimeInterval @@ -24776,6 +24776,17 @@

Field(s)

+
+ +
+
+
@@ -24919,17 +24930,6 @@

Field(s)

- - - -
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -24947,7 +24947,7 @@

Field(s)

- #number + DETECTION_BASE.RefreshTimeInterval @@ -26540,6 +26540,17 @@

Field(s)

+
+ +
+
+
@@ -26683,17 +26694,6 @@

Field(s)

- - - -
-
- - #boolean -DETECTION_BASE.Locking - - -
@@ -26711,7 +26711,7 @@

Field(s)

- #number + DETECTION_BASE.RefreshTimeInterval diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index d457bf5ab..e7a7ef20a 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -3573,6 +3573,12 @@

Example

RAT.termtype

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

+ + + +

RAT.type

+ + @@ -4780,30 +4786,6 @@

Example

RAT.communication

- - - -

RAT.frequency

- - - - - -

RAT.hidden

- - - - - -

RAT.livery_id

- - - - - -

RAT.modulation

- - @@ -7309,6 +7291,17 @@

Field(s)

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

+
+ +
+
+
+ + +RAT.type + + +
@@ -15189,6 +15182,17 @@

Field(s)

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

+ + + +
+
+ + +RAT.type + + +
@@ -22026,6 +22030,17 @@

Field(s)

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 32b2b461c..6d0eabf22 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -3065,17 +3065,6 @@

Field(s)

-SCORING.AutoSave - - - -
- - -
-
- - SCORING.AutoSavePath @@ -3276,7 +3265,7 @@

Field(s)

- + #boolean SCORING.penaltyoncoalitionchange @@ -3287,7 +3276,7 @@

Field(s)

- + #boolean SCORING.penaltyonfratricide @@ -5999,17 +5988,6 @@

Field(s)

- -
-
-
- - SCORING.AutoSavePath @@ -6210,7 +6188,7 @@

Field(s)

- + #boolean SCORING.penaltyoncoalitionchange @@ -6221,7 +6199,7 @@

Field(s)

- + #boolean SCORING.penaltyonfratricide diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 1b30e6b81..e7ad9ba5c 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9777,6 +9777,17 @@

Field(s)

Radio queue of LSO.

+
+ +
+
+
+ + +AIRBOSS.RQLid + + +
@@ -9788,6 +9799,17 @@

Field(s)

Radio queue of marshal.

+
+ +
+
+
+ + +AIRBOSS.RQMid + + +
@@ -30125,6 +30147,17 @@

Field(s)

Radio queue of LSO.

+
+ +
+
+
+ + +AIRBOSS.RQLid + + +
@@ -30136,6 +30169,17 @@

Field(s)

Radio queue of marshal.

+
+ +
+
+
+ + +AIRBOSS.RQMid + + +
@@ -33215,6 +33259,17 @@

Field(s)

Radio queue of LSO.

+
+ +
+
+
+ + +AIRBOSS.RQLid + + +
@@ -33226,6 +33281,17 @@

Field(s)

Radio queue of marshal.

+
+ + +
+
+ + +AIRBOSS.RQMid + + +
@@ -41162,9 +41228,6 @@

Field(s)

- -

Set case to that of lead.

- @@ -41228,20 +41291,6 @@

Field(s)

-AIRBOSS.PlayerData.flag - - - - -

Also decrease flag for section members of flight.

- -
- - -
-
- - AIRBOSS.PlayerData.grade @@ -41396,7 +41445,7 @@

Field(s)

-

Make player section lead if he was not before.

+

Set section lead of player flight.

@@ -41453,9 +41502,6 @@

Field(s)

- -

Set time stamp.

-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index 7f04b01b6..d684ed975 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -4663,11 +4663,14 @@

Field(s)

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -10915,11 +10918,14 @@

Field(s)

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -13465,11 +13471,14 @@

Field(s)

- + #table CSAR.csarUnits + +

table of CSAR unit names

+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index ee9fe5f15..921f9bed4 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -8191,6 +8191,17 @@

Field(s)

Name of the class.

+ + + +
+
+ + #number +CTLD.CrateCounter + + +
@@ -8211,7 +8222,7 @@

Field(s)

- + #table CTLD.CtldUnits @@ -8233,7 +8244,7 @@

Field(s)

- + #table CTLD.DroppedTroops @@ -8258,11 +8269,28 @@

Field(s)

+ #number +CTLD.Engineers + + + +

use as counter

+ +
+ +
+
+
+ + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -8305,7 +8333,7 @@

Field(s)

- + #table CTLD.FreeUHFFrequencies @@ -8321,6 +8349,9 @@

Field(s)

+ +

Beacons

+
@@ -8438,14 +8469,11 @@

Field(s)

- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -8513,8 +8541,8 @@

Field(s)

- #CTLD.UnitTypeCapabilities -CTLD.UnitTypeCapabilities + #number +CTLD.TroopCounter @@ -8524,8 +8552,8 @@

Field(s)

- #table -CTLD.UsedFMFrequencies + #CTLD.UnitTypeCapabilities +CTLD.UnitTypeCapabilities @@ -8536,7 +8564,7 @@

Field(s)

#table -CTLD.UsedUHFFrequencies +CTLD.UsedFMFrequencies @@ -8547,7 +8575,7 @@

Field(s)

#table -CTLD.UsedVHFFrequencies +CTLD.UsedUHFFrequencies @@ -8557,8 +8585,8 @@

Field(s)

- -CTLD.UserSetGroup + #table +CTLD.UsedVHFFrequencies @@ -8698,6 +8726,17 @@

Field(s)

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -8968,7 +9007,7 @@

Field(s)

-

noob catch

+

time to repairor build a unit/group

@@ -9056,7 +9095,7 @@

Field(s)

- + #number CTLD.troopdropzoneradius @@ -9094,9 +9133,6 @@

Field(s)

- -

sub categories

-
@@ -18990,6 +19026,17 @@

Field(s)

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -19010,7 +19057,7 @@

Field(s)

- + #table CTLD.CtldUnits @@ -19032,7 +19079,7 @@

Field(s)

- + #table CTLD.DroppedTroops @@ -19057,11 +19104,28 @@

Field(s)

+ #number +CTLD.Engineers + + + +

use as counter

+ +
+ +
+
+
+ + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -19104,7 +19168,7 @@

Field(s)

- + #table CTLD.FreeUHFFrequencies @@ -19120,6 +19184,9 @@

Field(s)

+ +

Beacons

+
@@ -19237,14 +19304,11 @@

Field(s)

- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -19312,8 +19376,8 @@

Field(s)

- #CTLD.UnitTypeCapabilities -CTLD.UnitTypeCapabilities + #number +CTLD.TroopCounter @@ -19323,8 +19387,8 @@

Field(s)

- #table -CTLD.UsedFMFrequencies + #CTLD.UnitTypeCapabilities +CTLD.UnitTypeCapabilities @@ -19335,7 +19399,7 @@

Field(s)

#table -CTLD.UsedUHFFrequencies +CTLD.UsedFMFrequencies @@ -19346,7 +19410,7 @@

Field(s)

#table -CTLD.UsedVHFFrequencies +CTLD.UsedUHFFrequencies @@ -19356,8 +19420,8 @@

Field(s)

- -CTLD.UserSetGroup + #table +CTLD.UsedVHFFrequencies @@ -19497,6 +19561,17 @@

Field(s)

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -19767,7 +19842,7 @@

Field(s)

-

noob catch

+

time to repairor build a unit/group

@@ -19855,7 +19930,7 @@

Field(s)

- + #number CTLD.troopdropzoneradius @@ -19893,9 +19968,6 @@

Field(s)

- -

sub categories

-
@@ -21443,6 +21515,17 @@

Field(s)

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -21463,7 +21546,7 @@

Field(s)

- + #table CTLD.CtldUnits @@ -21485,7 +21568,7 @@

Field(s)

- + #table CTLD.DroppedTroops @@ -21510,11 +21593,28 @@

Field(s)

+ #number +CTLD.Engineers + + + +

use as counter

+ +
+ +
+
+
+ + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -21557,7 +21657,7 @@

Field(s)

- + #table CTLD.FreeUHFFrequencies @@ -21573,6 +21673,9 @@

Field(s)

+ +

Beacons

+
@@ -21690,14 +21793,11 @@

Field(s)

- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -21765,8 +21865,8 @@

Field(s)

- #CTLD.UnitTypeCapabilities -CTLD.UnitTypeCapabilities + #number +CTLD.TroopCounter @@ -21776,8 +21876,8 @@

Field(s)

- #table -CTLD.UsedFMFrequencies + #CTLD.UnitTypeCapabilities +CTLD.UnitTypeCapabilities @@ -21788,7 +21888,7 @@

Field(s)

#table -CTLD.UsedUHFFrequencies +CTLD.UsedFMFrequencies @@ -21799,7 +21899,7 @@

Field(s)

#table -CTLD.UsedVHFFrequencies +CTLD.UsedUHFFrequencies @@ -21809,8 +21909,8 @@

Field(s)

- -CTLD.UserSetGroup + #table +CTLD.UsedVHFFrequencies @@ -21950,6 +22050,17 @@

Field(s)

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -22220,7 +22331,7 @@

Field(s)

-

noob catch

+

time to repairor build a unit/group

@@ -22308,7 +22419,7 @@

Field(s)

- + #number CTLD.troopdropzoneradius @@ -22346,9 +22457,6 @@

Field(s)

- -

sub categories

-
@@ -32437,17 +32545,6 @@

Field(s)

-
- -
- @@ -33101,17 +33198,6 @@

Field(s)

-
- -
- diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html index 097318923..dd6d68c3a 100644 --- a/Documentation/Tasking.Task.html +++ b/Documentation/Tasking.Task.html @@ -3043,17 +3043,6 @@

Field(s)

-
- -
-
-
@@ -7690,17 +7679,6 @@

Field(s)

-
- -
-
-
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html index f0932c2d3..9d1d71d75 100644 --- a/Documentation/Tasking.Task_A2A_Dispatcher.html +++ b/Documentation/Tasking.Task_A2A_Dispatcher.html @@ -3098,7 +3098,7 @@

Field(s)

- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -3823,7 +3823,7 @@

Field(s)

- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -4999,7 +4999,7 @@

Field(s)

- + #boolean TASK_A2A_DISPATCHER.FlashNewTask @@ -6477,7 +6477,7 @@

Field(s)

- + #boolean TASK_A2A_DISPATCHER.FlashNewTask diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html index e01dd4406..5a2c4b978 100644 --- a/Documentation/Tasking.Task_A2G_Dispatcher.html +++ b/Documentation/Tasking.Task_A2G_Dispatcher.html @@ -3368,14 +3368,11 @@

Field(s)

- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
@@ -3948,14 +3945,11 @@

Field(s)

- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
@@ -5138,14 +5132,11 @@

Field(s)

- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
@@ -6630,14 +6621,11 @@

Field(s)

- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
diff --git a/Documentation/Tasking.Task_CARGO.html b/Documentation/Tasking.Task_CARGO.html index dad052db6..a1d464001 100644 --- a/Documentation/Tasking.Task_CARGO.html +++ b/Documentation/Tasking.Task_CARGO.html @@ -3335,19 +3335,8 @@

Field(s)

-
-
- - -FSM_PROCESS.DeployZone +FSM_PROCESS.Cargo diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html index 42ceadccb..e7ccdd82a 100644 --- a/Documentation/Tasking.Task_Cargo_Dispatcher.html +++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html @@ -3419,8 +3419,8 @@

Field(s)

- #table -TASK_CARGO_DISPATCHER.DefaultDeployZones + #number +TASK_CARGO_DISPATCHER.CountCSAR @@ -3430,8 +3430,8 @@

Field(s)

- -TASK_CARGO_DISPATCHER.MaxCSAR + #table +TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -4569,8 +4569,8 @@

Field(s)

- #table -TASK_CARGO_DISPATCHER.DefaultDeployZones + #number +TASK_CARGO_DISPATCHER.CountCSAR @@ -4580,8 +4580,8 @@

Field(s)

- -TASK_CARGO_DISPATCHER.MaxCSAR + #table +TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -5471,8 +5471,8 @@

Field(s)

- #table -TASK_CARGO_DISPATCHER.DefaultDeployZones + #number +TASK_CARGO_DISPATCHER.CountCSAR @@ -5482,8 +5482,8 @@

Field(s)

- -TASK_CARGO_DISPATCHER.MaxCSAR + #table +TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -7004,8 +7004,8 @@

Field(s)

- #table -TASK_CARGO_DISPATCHER.DefaultDeployZones + #number +TASK_CARGO_DISPATCHER.CountCSAR @@ -7015,8 +7015,8 @@

Field(s)

- -TASK_CARGO_DISPATCHER.MaxCSAR + #table +TASK_CARGO_DISPATCHER.DefaultDeployZones diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index a3c0c72cf..58eaee2e8 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -3467,6 +3467,17 @@

Field(s)

Stack by pointer.

+
+ +
+
+
+ + #number +FIFO.uniquecounter + + +
@@ -4316,6 +4327,17 @@

Field(s)

Stack by pointer.

+
+ +
+
+
+ + #number +FIFO.uniquecounter + + +
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index e697f08f6..ea042dcf7 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4563,6 +4563,17 @@

Field(s)

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -17610,6 +17621,17 @@

Field(s)

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -21644,6 +21666,17 @@

Field(s)

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -22230,6 +22263,17 @@

Field(s)

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
@@ -22417,6 +22461,17 @@

Field(s)

+
+ +
+
+
+ + +CONTROLLABLE.spot + + +
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 7791b7095..2c6e19f3c 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5626,18 +5626,7 @@

Field(s)

- -
-
- -