Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-01-30 05:42:32 +00:00
parent 4d43293db3
commit 0c1b570d4a
38 changed files with 1121 additions and 964 deletions
+50
View File
@@ -2512,6 +2512,12 @@ Think of it as the local population providing the intel. It's not totally realis
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CHIEF).AllowGroundTransport">CHIEF:AllowGroundTransport()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Allow chief to use GROUND units for transport tasks.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CHIEF).CanMission">CHIEF:CanMission(Mission)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Checks whether or not any of the legions con run a mission.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5262,6 +5268,50 @@ if a destination can be reached on land.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CHIEF).CanMission" ><strong>CHIEF:CanMission(Mission)</strong></a></h2>
</div>
<p>Checks whether or not any of the legions con run a mission.</p>
<div id= "#Functions##CanMission" 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>CHIEF</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="Ops.Auftrag.html##(AUFTRAG)">Ops.Auftrag#AUFTRAG</a>
<strong><strong>Mission</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The mission.</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>If <code>true</code>, one of the cohorts can run the mission.</p>
</div>
</div>
</div>
</div>
</div>