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

@@ -2421,6 +2421,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsDetected">CLIENT: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="##(CLIENT).IsEWR">CLIENT: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">
@@ -8729,6 +8735,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="#(CLIENT).IsEWR" ><strong>CLIENT: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><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a></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>