Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-08-28 18:01:51 +00:00
parent 7874e5c48a
commit 830708eed6
31 changed files with 1323 additions and 690 deletions
+45 -13
View File
@@ -2699,7 +2699,7 @@ amount of fuel in the group.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetValidateAndRepositionGroundUnits">GROUP.SetValidateAndRepositionGroundUnits(Enabled, self)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetValidateAndRepositionGroundUnits">GROUP:SetValidateAndRepositionGroundUnits(Enabled)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>This function uses Disposition and other fallback logic to find better ground positions for ground units.</p>
</td>
@@ -5552,6 +5552,25 @@ 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="##(GROUP.Takeoff).Runway">GROUP.Takeoff.Runway</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
</div>
<div class="w3-container w3-theme-l2 w3-margin-top"><h2><a id="#(UNIT)">Type <strong>UNIT</strong></a></h2></div>
<div class="w3-card-4 w3-padding w3-margin w3-theme-l1">
<strong><a href="##(UNIT)">UNIT</a></strong>
</div>
<div class="w3-card w3-margin">
<table class="w3-table w3-border-bottom w3-border-theme-l2">
<tr class="w3-theme-l1">
<th class="w3-half w3-left-align w3-container w3-padding-16"word-wrap: break-word">Fields and Methods inherited from UNIT</th>
<th class="w3-half w3-left-align w3-container w3-padding-16">Description</th>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).ValidateAndRepositionGroundUnits">UNIT.ValidateAndRepositionGroundUnits</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
@@ -10482,7 +10501,7 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetValidateAndRepositionGroundUnits" ><strong>GROUP.SetValidateAndRepositionGroundUnits(Enabled, self)</strong></a></h2>
<h2><a id="#(GROUP).SetValidateAndRepositionGroundUnits" ><strong>GROUP:SetValidateAndRepositionGroundUnits(Enabled)</strong></a></h2>
</div>
<p>This function uses Disposition and other fallback logic to find better ground positions for ground units.</p>
@@ -10501,7 +10520,7 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
<div class="w3-margin-left">
<p>GROUP</p>
</div>
<h2><strong>Parameters:</strong></h2>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
@@ -10515,16 +10534,6 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>self</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
</div>
</div>
@@ -33582,6 +33591,29 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
<div class="functions w3-container w3-theme-l2">
<h2>Function(s)</h2>
</div>
</div>
</div>
<div onclick="myFunction('#Types##UNIT')" class="w3-container w3-theme-l2 w3-margin-top"><h2><a id="#(UNIT)">Type <strong>UNIT</strong></a></h2></div>
<div id= "#Types##UNIT" class="w3-container w3-white w3-padding-16" id="module_other_types">
<div class="w3-white" id="record_type">
<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">
<a id="#(UNIT).ValidateAndRepositionGroundUnits" ><strong>UNIT.ValidateAndRepositionGroundUnits</strong></a>
</div>
</div>