Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-08-09 08:15:57 +00:00
parent 6223873d74
commit 2dbe763b26
24 changed files with 651 additions and 795 deletions

View File

@@ -2798,7 +2798,7 @@ for FARP vehicles, so -- services are goin to work (e.g. for the blue side: an u
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).OnAfterTroopsRTB">CTLD:OnAfterTroopsRTB(From, Event, To, Group, Unit)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).OnAfterTroopsRTB">CTLD:OnAfterTroopsRTB(From, Event, To, Group, Unit, ZoneName, ZoneObject)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>FSM Function OnAfterTroopsRTB.</p>
</td>
@@ -2858,7 +2858,7 @@ for FARP vehicles, so -- services are goin to work (e.g. for the blue side: an u
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).OnBeforeTroopsRTB">CTLD:OnBeforeTroopsRTB(From, Event, To, Group, Unit)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).OnBeforeTroopsRTB">CTLD:OnBeforeTroopsRTB(From, Event, To, Group, Unit, ZoneName, ZoneObject)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>FSM Function OnBeforeTroopsRTB.</p>
</td>
@@ -3632,7 +3632,7 @@ for FARP vehicles, so -- services are goin to work (e.g. for the blue side: an u
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).onbeforeTroopsRTB">CTLD:onbeforeTroopsRTB(From, Event, To, Group, Unit)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CTLD).onbeforeTroopsRTB">CTLD:onbeforeTroopsRTB(From, Event, To, Group, Unit, ZoneName, ZoneObject)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(Internal) FSM Function onbeforeTroopsRTB.</p>
</td>
@@ -7886,7 +7886,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>
@@ -7929,6 +7929,20 @@ 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">
@@ -8362,6 +8376,17 @@ 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>
@@ -8618,7 +8643,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> noob catch</p>
<p> time to repairor build a unit/group</p>
</div>
@@ -12053,7 +12078,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).OnAfterTroopsRTB" ><strong>CTLD:OnAfterTroopsRTB(From, Event, To, Group, Unit)</strong></a></h2>
<h2><a id="#(CTLD).OnAfterTroopsRTB" ><strong>CTLD:OnAfterTroopsRTB(From, Event, To, Group, Unit, ZoneName, ZoneObject)</strong></a></h2>
</div>
<p>FSM Function OnAfterTroopsRTB.</p>
@@ -12128,6 +12153,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Unit Object.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>ZoneName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the Zone where the Troops have been RTB'd.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Zone.html##(ZONE_RADIUS)">Core.Zone#ZONE_RADIUS</a>
<strong><strong>ZoneObject</strong></strong>
</p>
</div>
<div class="w3-half">
<p>of the Zone where the Troops have been RTB'd.</p>
</div>
</div>
</div>
@@ -13099,7 +13150,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).OnBeforeTroopsRTB" ><strong>CTLD:OnBeforeTroopsRTB(From, Event, To, Group, Unit)</strong></a></h2>
<h2><a id="#(CTLD).OnBeforeTroopsRTB" ><strong>CTLD:OnBeforeTroopsRTB(From, Event, To, Group, Unit, ZoneName, ZoneObject)</strong></a></h2>
</div>
<p>FSM Function OnBeforeTroopsRTB.</p>
@@ -13174,6 +13225,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Unit Object.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>ZoneName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the Zone where the Troops have been RTB'd.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Zone.html##(ZONE_RADIUS)">Core.Zone#ZONE_RADIUS</a>
<strong><strong>ZoneObject</strong></strong>
</p>
</div>
<div class="w3-half">
<p>of the Zone where the Troops have been RTB'd.</p>
</div>
</div>
</div>
@@ -18098,7 +18175,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CTLD).onbeforeTroopsRTB" ><strong>CTLD:onbeforeTroopsRTB(From, Event, To, Group, Unit)</strong></a></h2>
<h2><a id="#(CTLD).onbeforeTroopsRTB" ><strong>CTLD:onbeforeTroopsRTB(From, Event, To, Group, Unit, ZoneName, ZoneObject)</strong></a></h2>
</div>
<p>(Internal) FSM Function onbeforeTroopsRTB.</p>
@@ -18173,6 +18250,32 @@ However, if you create a new folder inside the miz file, which contains the soun
<p>Unit Object.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>ZoneName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the Zone where the Troops have been RTB'd.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Zone.html##(ZONE_RADIUS)">Core.Zone#ZONE_RADIUS</a>
<strong><strong>ZoneObject</strong></strong>
</p>
</div>
<div class="w3-half">
<p>of the Zone where the Troops have been RTB'd.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -18269,7 +18372,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>
@@ -18312,6 +18415,20 @@ 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">
@@ -18745,6 +18862,17 @@ 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>
@@ -19001,7 +19129,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> noob catch</p>
<p> time to repairor build a unit/group</p>
</div>
@@ -20686,7 +20814,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>
@@ -20729,6 +20857,20 @@ 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">
@@ -21162,6 +21304,17 @@ 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>
@@ -21418,7 +21571,7 @@ However, if you create a new folder inside the miz file, which contains the soun
<p> noob catch</p>
<p> time to repairor build a unit/group</p>
</div>
@@ -25617,6 +25770,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
<p>Can transport crate.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(CTLD.UnitTypeCapabilities).length" ><strong>CTLD.UnitTypeCapabilities.length</strong></a>
</div>
</div>
@@ -30681,6 +30845,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">
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<a id="#(CTLD_ENGINEERING).currwpt" ><strong>CTLD_ENGINEERING.currwpt</strong></a>
</div>
</div>
@@ -31334,6 +31509,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">
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<a id="#(CTLD_ENGINEERING).currwpt" ><strong>CTLD_ENGINEERING.currwpt</strong></a>
</div>
</div>