Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-08-26 13:55:05 +00:00
parent e758d58a13
commit 81a766c689
25 changed files with 669 additions and 844 deletions

View File

@@ -2405,13 +2405,13 @@ If you use units build by multiple templates, they will effectively double on lo
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).AddCratesCargo">CTLD:AddCratesCargo(Name, Templates, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, TypeName, ShapeName)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).AddCratesCargo">CTLD:AddCratesCargo(Name, Templates, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, Category, TypeName, ShapeName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>User function - Add <em>generic</em> crate-type loadable as cargo.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).AddCratesRepair">CTLD:AddCratesRepair(Name, Template, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, TypeName, ShapeName)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).AddCratesRepair">CTLD:AddCratesRepair(Name, Template, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, Category, TypeName, ShapeName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>User function - Add <em>generic</em> repair crates loadable as cargo.</p>
</td>
@@ -5193,6 +5193,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).GetStaticResourceMap">CTLD_CARGO:GetStaticResourceMap()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get Resource Map information table</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).GetStaticTypeAndShape">CTLD_CARGO:GetStaticTypeAndShape()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the specific static type and shape from this CARGO if set.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5328,7 +5334,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).SetStaticTypeAndShape">CTLD_CARGO:SetStaticTypeAndShape(TypeName, ShapeName)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).SetStaticTypeAndShape">CTLD_CARGO:SetStaticTypeAndShape(TypeName, ShapeName, Category)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Add specific static type and shape to this CARGO.</p>
</td>
@@ -5343,6 +5349,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).SetWasDropped">CTLD_CARGO:SetWasDropped(dropped)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set WasDropped.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).StaticCategory">CTLD_CARGO.StaticCategory</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Individual static category if set.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5379,6 +5391,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).TypeNames">CTLD_CARGO.TypeNames</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Table of unit types able to pick this cargo up.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD_CARGO).UnitCanCarry">CTLD_CARGO:UnitCanCarry(Unit)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Check if a specific unit can carry this CARGO (restrict what types can pick this up).</p>
</td>
</tr>
<tr class="w3-border">
@@ -8072,17 +8090,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="fields w3-container w3-theme-l2">
<h2>Field(s)</h2>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).CargoCounter" ><strong>CTLD.CargoCounter</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -8138,17 +8145,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Name of the class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
</div>
</div>
@@ -8169,7 +8165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
@@ -8212,20 +8208,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).Engineers" ><strong>CTLD.Engineers</strong></a>
<p>use as counter</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -8269,7 +8251,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
@@ -8296,9 +8278,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> Beacons</p>
</div>
</div>
@@ -8485,17 +8464,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).TroopCounter" ><strong>CTLD.TroopCounter</strong></a>
</div>
</div>
@@ -8676,17 +8644,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> #1570</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
</div>
</div>
@@ -8957,7 +8914,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> time to repairor build a unit/group</p>
<p> noob catch</p>
</div>
@@ -9045,7 +9002,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
@@ -9415,7 +9372,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CTLD).AddCratesCargo" ><strong>CTLD:AddCratesCargo(Name, Templates, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, TypeName, ShapeName)</strong></a></h2>
<h2><a id="#(CTLD).AddCratesCargo" ><strong>CTLD:AddCratesCargo(Name, Templates, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, Category, TypeName, ShapeName)</strong></a></h2>
</div>
<p>User function - Add <em>generic</em> crate-type loadable as cargo.</p>
@@ -9556,7 +9513,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<div class="w3-half">
<p>Unit type names (optional). If set, only these unit types can pick up the cargo, e.g. "UH-1H" or {"UH-1H","OH-58D"}</p>
<p>Unit type names (optional). If set, only these unit types can pick up the cargo, e.g. "UH-1H" or {"UH-1H","OH-58D"}.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Category</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Static category name (optional). If set, spawn cargo crate with an alternate category type, e.g. "Cargos".</p>
</div>
</div>
@@ -9569,7 +9539,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<div class="w3-half">
<p>Static type name (optional). If set, spawn cargo crate with an alternate type shape.</p>
<p>Static type name (optional). If set, spawn cargo crate with an alternate type shape, e.g. "iso_container".</p>
</div>
</div>
@@ -9582,7 +9552,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<div class="w3-half">
<p>Static shape name (optional). If set, spawn cargo crate with an alternate type sub-shape.</p>
<p>Static shape name (optional). If set, spawn cargo crate with an alternate type sub-shape, e.g. "iso_container_cargo".</p>
</div>
</div>
@@ -9605,7 +9575,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CTLD).AddCratesRepair" ><strong>CTLD:AddCratesRepair(Name, Template, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, TypeName, ShapeName)</strong></a></h2>
<h2><a id="#(CTLD).AddCratesRepair" ><strong>CTLD:AddCratesRepair(Name, Template, Type, NoCrates, PerCrateMass, Stock, SubCategory, DontShowInMenu, Location, UnitTypes, Category, TypeName, ShapeName)</strong></a></h2>
</div>
<p>User function - Add <em>generic</em> repair crates loadable as cargo.</p>
@@ -9750,6 +9720,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Category</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Static category name (optional). If set, spawn cargo crate with an alternate category type, e.g. "Cargos".</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
@@ -9759,7 +9742,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<div class="w3-half">
<p>Static type name (optional). If set, spawn cargo crate with an alternate type shape.</p>
<p>Static type name (optional). If set, spawn cargo crate with an alternate type shape, e.g. "iso_container".</p>
</div>
</div>
@@ -9772,7 +9755,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<div class="w3-half">
<p>Static shape name (optional). If set, spawn cargo crate with an alternate type sub-shape.</p>
<p>Static shape name (optional). If set, spawn cargo crate with an alternate type sub-shape, e.g. "iso_container_cargo".</p>
</div>
</div>
@@ -18754,17 +18737,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<div class="fields w3-container w3-theme-l2">
<h2>Field(s)</h2>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).CargoCounter" ><strong>CTLD.CargoCounter</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -18820,17 +18792,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<p>Name of the class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
</div>
</div>
@@ -18851,7 +18812,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
@@ -18894,20 +18855,6 @@ However, if you create a new folder inside the miz file, which contains the soun
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).Engineers" ><strong>CTLD.Engineers</strong></a>
<p>use as counter</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -18951,7 +18898,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
@@ -18978,9 +18925,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> Beacons</p>
</div>
</div>
@@ -19167,17 +19111,6 @@ However, if you create a new folder inside the miz file, which contains the soun
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).TroopCounter" ><strong>CTLD.TroopCounter</strong></a>
</div>
</div>
@@ -19358,17 +19291,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> #1570</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
</div>
</div>
@@ -19639,7 +19561,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> time to repairor build a unit/group</p>
<p> noob catch</p>
</div>
@@ -19727,7 +19649,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
@@ -21249,17 +21171,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<div class="fields w3-container w3-theme-l2">
<h2>Field(s)</h2>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).CargoCounter" ><strong>CTLD.CargoCounter</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -21315,17 +21226,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<p>Name of the class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
</div>
</div>
@@ -21346,7 +21246,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
@@ -21389,20 +21289,6 @@ However, if you create a new folder inside the miz file, which contains the soun
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).Engineers" ><strong>CTLD.Engineers</strong></a>
<p>use as counter</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -21446,7 +21332,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
@@ -21473,9 +21359,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> Beacons</p>
</div>
</div>
@@ -21662,17 +21545,6 @@ However, if you create a new folder inside the miz file, which contains the soun
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).TroopCounter" ><strong>CTLD.TroopCounter</strong></a>
</div>
</div>
@@ -21853,17 +21725,6 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> #1570</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
</div>
</div>
@@ -22134,7 +21995,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> time to repairor build a unit/group</p>
<p> noob catch</p>
</div>
@@ -22222,7 +22083,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
@@ -26817,6 +26678,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
<p>Location (if set) where to get this cargo item.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CTLD_CARGO).Mark" ><strong>CTLD_CARGO.Mark</strong></a>
</div>
</div>
@@ -26863,6 +26735,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(CTLD_CARGO).StaticCategory" ><strong>CTLD_CARGO.StaticCategory</strong></a>
<p>Individual static category if set.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -27373,6 +27256,52 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CTLD_CARGO).GetStaticTypeAndShape" ><strong>CTLD_CARGO:GetStaticTypeAndShape()</strong></a></h2>
</div>
<p>Get the specific static type and shape from this CARGO if set.</p>
<div id= "#Functions##GetStaticTypeAndShape" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>CTLD_CARGO</p>
</div>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>Category</p>
</div>
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>TypeName</p>
</div>
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>ShapeName</p>
</div>
</div>
</div>
</div>
</div>
@@ -27939,7 +27868,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CTLD_CARGO).SetStaticTypeAndShape" ><strong>CTLD_CARGO:SetStaticTypeAndShape(TypeName, ShapeName)</strong></a></h2>
<h2><a id="#(CTLD_CARGO).SetStaticTypeAndShape" ><strong>CTLD_CARGO:SetStaticTypeAndShape(TypeName, ShapeName, Category)</strong></a></h2>
</div>
<p>Add specific static type and shape to this CARGO.</p>
@@ -27973,6 +27902,16 @@ When moose is loading dynamically (for moose class development), tracing is swit
<p></p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Category</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
@@ -28061,6 +28000,48 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CTLD_CARGO).UnitCanCarry" ><strong>CTLD_CARGO:UnitCanCarry(Unit)</strong></a></h2>
</div>
<p>Check if a specific unit can carry this CARGO (restrict what types can pick this up).</p>
<div id= "#Functions##UnitCanCarry" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>CTLD_CARGO</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>
<strong><strong>Unit</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#boolean:</p>
</div>
<div class="w3-half">
<p>Outcome</p>
</div>
</div>
</div>
</div>
</div>
@@ -28234,6 +28215,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
<p>Location (if set) where to get this cargo item.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CTLD_CARGO).Mark" ><strong>CTLD_CARGO.Mark</strong></a>
</div>
</div>
@@ -28280,6 +28272,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(CTLD_CARGO).StaticCategory" ><strong>CTLD_CARGO.StaticCategory</strong></a>
<p>Individual static category if set.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -36723,17 +36726,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
<p> template for a group of 10 paratroopers</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD_HERCULES).j" ><strong>CTLD_HERCULES.j</strong></a>
</div>
</div>
@@ -38060,17 +38052,6 @@ Use either this method to integrate the Hercules **or** the one from the "normal
<p> template for a group of 10 paratroopers</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD_HERCULES).j" ><strong>CTLD_HERCULES.j</strong></a>
</div>
</div>