From 9358c16d912ae668abe595d1361ad3c8d8cf64b5 Mon Sep 17 00:00:00 2001
From: MooseBotter
Date: Mon, 23 Mar 2026 05:20:39 +0000
Subject: [PATCH] Auto commit by GitHub Actions Workflow
---
Documentation/Core.Settings.html | 26 ++-
Documentation/Core.Spawn.html | 286 +++++++++++++-----------
Documentation/Core.SpawnStatic.html | 88 +++++++-
Documentation/Core.Spot.html | 33 +++
Documentation/Core.Zone.html | 44 ----
Documentation/Functional.Autolase.html | 186 ++++++++++++++-
Documentation/Functional.Designate.html | 11 +
Documentation/Functional.Detection.html | 39 +---
Documentation/Functional.Mantis.html | 254 ++++-----------------
Documentation/Functional.RAT.html | 18 --
Documentation/Functional.Scoring.html | 4 +-
Documentation/Ops.Airboss.html | 36 ++-
Documentation/Ops.ArmyGroup.html | 44 ----
Documentation/Ops.Auftrag.html | 33 ---
Documentation/Ops.CSAR.html | 177 +++++++++++----
Documentation/Ops.CTLD.html | 282 +++--------------------
Documentation/Ops.FlightGroup.html | 196 +++++++++-------
Documentation/Ops.OpsGroup.html | 9 +
Documentation/Ops.PlayerTask.html | 54 ++++-
Documentation/Utilities.FiFo.html | 44 ++--
Documentation/Wrapper.Controllable.html | 55 -----
21 files changed, 930 insertions(+), 989 deletions(-)
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index d301b4d61..acc6daa83 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2829,11 +2829,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -4986,11 +4997,22 @@ It is advised to use this method at the start of the mission.
+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 67f0c80a0..3f59410c8 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2992,24 +2992,6 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- SPAWN.frequency |
-
-
- |
-
-
- SPAWN.livery_id |
-
-
- |
-
-
- SPAWN.skill |
-
-
|
@@ -3684,14 +3666,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -3885,6 +3864,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3943,6 +3933,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3998,6 +3999,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4064,9 +4076,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Overwrite unit names by default with group name.
-
@@ -4078,8 +4087,49 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
@@ -4137,7 +4187,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxGroups
@@ -4151,7 +4201,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -4319,17 +4369,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4397,7 +4436,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+
When the first Spawn executes, all the Groups need to be made visible before start.
@@ -4471,39 +4510,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -10288,14 +10294,11 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #boolean
+
SPAWN.AIOnOff
-
-
The AI is on by default when spawning a group.
-
@@ -10489,6 +10492,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10547,6 +10561,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10602,6 +10627,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -10668,9 +10704,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
-
@@ -10682,8 +10715,49 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+
+
@@ -10741,7 +10815,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxGroups
@@ -10755,7 +10829,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -10923,17 +10997,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -11001,7 +11064,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+
When the first Spawn executes, all the Groups need to be made visible before start.
@@ -11075,39 +11138,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index e35b6e808..0c9b9d88b 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -1961,6 +1961,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 |
+
+
|
@@ -3050,7 +3068,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
@@ -4911,7 +4962,7 @@ 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 4003d24f9..4e2e19cf8 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2775,6 +2775,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4091,6 +4102,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5679,6 +5701,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html
index 2d23df4cb..7c6b124b7 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -16535,17 +16535,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
@@ -17250,17 +17239,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
-
-
-
- #table
ZONE_OVAL.CenterVec2
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html
index 896443828..bb4a729e3 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2312,7 +2312,7 @@
+
@@ -2504,6 +2548,17 @@
+
+
+
+
@@ -2518,6 +2573,39 @@
set up SRS
+
+
+
+
+
+
@@ -2535,7 +2623,7 @@
+
@@ -2595,6 +2694,17 @@
+
+
+
+
@@ -2606,6 +2716,17 @@
+
+
+
+
@@ -2620,6 +2741,17 @@
Set some string id for output to DCS.log file.
+
+
+
+
@@ -2631,6 +2763,17 @@
+
+
+
+
@@ -2653,6 +2796,39 @@
+
+
+
+
+
+
@@ -2670,7 +2846,7 @@
-
+ #boolean
AUTOLASE.smoketargets
@@ -2681,7 +2857,7 @@
-
+ #table
AUTOLASE.targetsperrecce
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index cc959d93f..2c3145ff4 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2386,6 +2386,17 @@ Use the method
DESIGNATE.SetMission() to
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 5a0d640ec..ba48059c1 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20138,17 +20138,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
@@ -20166,7 +20155,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
@@ -24931,7 +24909,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
@@ -26717,7 +26684,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 8ac63f7be..0e138574c 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -1919,6 +1919,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 |
+
+
|
@@ -4357,8 +4363,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
@@ -4538,6 +4533,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
+
+
+
+
@@ -4560,39 +4566,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
-
-
-
-
-
-
@@ -4822,8 +4795,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
-
MANTIS.SkateNumber
+
+
MANTIS.SkateZones
@@ -5160,61 +5133,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Log SAM status in dcs.log every cycle if true.
-
-
-
-
-
-
-
-
@@ -5284,6 +5202,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ switch alarm state RED
+
@@ -5306,9 +5227,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-self.SAMCheckRanges = {}
-
@@ -10051,8 +9969,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
@@ -10232,6 +10139,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
+
+
+
+
@@ -10254,39 +10172,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
-
-
-
-
-
-
@@ -10516,8 +10401,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
-
-
-
@@ -10978,6 +10808,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+ switch alarm state RED
+
@@ -11000,9 +10833,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-self.SAMCheckRanges = {}
-
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html
index 2c558e50c..d7aca880b 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4576,24 +4576,6 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- RAT.frequency |
-
-
- |
-
-
- RAT.livery_id |
-
-
- |
-
-
- RAT.skill |
-
-
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index e68065003..1a85823c0 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3143,7 +3143,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -6600,7 +6600,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index d665c7dbf..b52fcc21e 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -41874,7 +41874,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -41902,7 +41902,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -41916,7 +41916,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
@@ -42028,6 +42028,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set case to that of lead.
+
@@ -42096,7 +42099,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- Also decrease flag for section members of flight.
+ Set stack flag.
@@ -42123,6 +42126,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.
+
+
+
+
@@ -42316,9 +42330,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
- Set new time stamp.
-
@@ -42561,6 +42572,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Band modulation.
+
+
+
+
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html
index 394a0346c..c1942e9c7 100644
--- a/Documentation/Ops.ArmyGroup.html
+++ b/Documentation/Ops.ArmyGroup.html
@@ -6738,17 +6738,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
-
@@ -12633,17 +12622,6 @@ and pick the closest unit to this ARMYGROUP.
Field(s)
-
@@ -33154,17 +33132,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Field(s)
-
@@ -35015,17 +34982,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Field(s)
-
diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html
index f34662226..42ee9ebd3 100644
--- a/Documentation/Ops.Auftrag.html
+++ b/Documentation/Ops.Auftrag.html
@@ -7427,17 +7427,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Mission Ingress waypoint coordinate.
-
-
-
-
@@ -23314,17 +23303,6 @@ will always return.
Mission Ingress waypoint coordinate.
-
-
-
-
@@ -26739,17 +26717,6 @@ will always return.
Mission Ingress waypoint coordinate.
-
-
-
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 847f8a6ba..afe036764 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2593,12 +2593,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.inTransitGroups |
- |
-
-
- CSAR.index |
-
-
|
@@ -4154,7 +4148,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CSAR.FreeVHFFrequencies
@@ -4672,11 +4666,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -4811,17 +4819,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
contain a table for each SAR with all units he has with the original names
-
-
-
-
@@ -5038,6 +5035,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -5063,6 +5074,20 @@ 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
+
+
+
@@ -10598,7 +10623,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -11116,11 +11141,25 @@ callsigns from playername or group name.
+
@@ -11255,17 +11294,6 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
-
-
-
-
@@ -11482,6 +11510,20 @@ callsigns from playername or group name.
+
+
@@ -11507,6 +11549,20 @@ callsigns from playername or group name.
+
+
+
+
+ #number
+
CSAR.rescues
+
+
+
+
+
counter for successful rescue landings at FARP/AFB/MASH
+
+
+
@@ -13249,7 +13305,7 @@ callsigns from playername or group name.
- #table
+
CSAR.FreeVHFFrequencies
@@ -13767,11 +13823,25 @@ callsigns from playername or group name.
+
@@ -13906,17 +13976,6 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
-
-
-
-
@@ -14133,6 +14192,20 @@ callsigns from playername or group name.
+
+
@@ -14158,6 +14231,20 @@ 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 c4efb43d5..068f4a3d9 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -6007,17 +6007,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -6199,11 +6188,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6304,11 +6296,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6379,7 +6374,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.Spawned_Cargo
@@ -6492,61 +6487,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
@@ -6705,17 +6645,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -7170,9 +7099,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- message suppression
-
@@ -7190,7 +7116,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
CTLD.troopdropzoneradius
@@ -22835,17 +22761,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -23027,11 +22942,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -23132,11 +23050,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -23207,7 +23128,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.Spawned_Cargo
@@ -23320,61 +23241,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
-
-
-
@@ -23533,17 +23399,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -23998,9 +23853,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
- message suppression
-
@@ -24018,7 +23870,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number
+
CTLD.troopdropzoneradius
@@ -25733,17 +25585,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -25925,11 +25766,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -26030,11 +25874,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -26105,7 +25952,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table
+
CTLD.Spawned_Cargo
@@ -26218,61 +26065,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
-
-
-
@@ -26431,17 +26223,6 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
-
-
-
-
@@ -26896,9 +26677,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
- message suppression
-
@@ -26916,7 +26694,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number
+
CTLD.troopdropzoneradius
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html
index c6310e7cf..a48247dca 100644
--- a/Documentation/Ops.FlightGroup.html
+++ b/Documentation/Ops.FlightGroup.html
@@ -7767,6 +7767,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -7847,6 +7861,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
@@ -8070,14 +8098,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8102,20 +8127,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -18603,6 +18614,20 @@ Here we only check if stuck whilst taxiing.
+
+
@@ -18683,6 +18708,20 @@ Here we only check if stuck whilst taxiing.
+
+
@@ -18906,14 +18945,11 @@ Here we only check if stuck whilst taxiing.
@@ -18938,20 +18974,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -39482,6 +39504,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
@@ -39562,6 +39598,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
@@ -39785,14 +39835,11 @@ Optionally, you can calculate the current max weight possible, which accounts fo
@@ -39817,20 +39864,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -41701,6 +41734,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
@@ -41781,6 +41828,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+
@@ -42004,14 +42065,11 @@ Optionally, you can calculate the current max weight possible, which accounts fo
@@ -42036,20 +42094,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html
index 8355e15c9..c27c66719 100644
--- a/Documentation/Ops.OpsGroup.html
+++ b/Documentation/Ops.OpsGroup.html
@@ -8540,6 +8540,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Init a table.
+
@@ -30341,6 +30344,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+ Init a table.
+
@@ -33482,6 +33488,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+ Init a table.
+
diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html
index 4b6e81847..6be542d6f 100644
--- a/Documentation/Ops.PlayerTask.html
+++ b/Documentation/Ops.PlayerTask.html
@@ -15953,11 +15953,14 @@ When moose is loading dynamically (for moose class development), tracing is swit
@@ -16506,7 +16509,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
@@ -23474,11 +23488,14 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -24027,7 +24044,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
+
@@ -25945,11 +25973,14 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
@@ -26498,7 +26529,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
+
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html
index 92a8445a3..2a6c9348a 100644
--- a/Documentation/Utilities.FiFo.html
+++ b/Documentation/Utilities.FiFo.html
@@ -3253,17 +3253,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Stack by pointer.
-
-
-
-
@@ -4113,17 +4102,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Stack by pointer.
-
-
-
-
@@ -8041,6 +8019,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
@@ -8890,6 +8879,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 698d3425a..976623b81 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4457,17 +4457,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -18176,17 +18165,6 @@ mygroup:WayPointExecute()
-
-
-
-
@@ -22309,17 +22287,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -22963,17 +22930,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -23128,17 +23084,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-