Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-02-06 11:24:43 +00:00
parent fbbfa710dd
commit 815de4aec2
29 changed files with 776 additions and 1017 deletions

View File

@@ -2191,6 +2191,12 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).IsDetected">UNIT:IsDetected(TargetUnit)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if a unit is detecting the TargetUnit.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).IsEWR">UNIT:IsEWR()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[GROUND] Determine if a UNIT is a EWR unit</p>
</td>
</tr>
<tr class="w3-border">
@@ -7121,6 +7127,36 @@ If the Unit is alive but not active, <code>false</code>` is returned. </p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).IsEWR" ><strong>UNIT:IsEWR()</strong></a></h2>
</div>
<p>[GROUND] Determine if a UNIT is a EWR unit</p>
<div id= "#Functions##IsEWR" 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>UNIT</p>
</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>IsEWR True if EWR, else false</p>
</div>
</div>
</div>
</div>
</div>