Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-11-07 20:57:09 +00:00
parent 7fa71733ad
commit 37f6ae5e69
35 changed files with 2135 additions and 563 deletions
+108
View File
@@ -4559,6 +4559,24 @@ 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).IsAlive">CLIENT:IsAlive()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the Identifiable is alive.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsBlue">CLIENT:IsBlue()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns true if identifiable is of BLUE coalition.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsNeutral">CLIENT:IsNeutral()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns true if identifiable is of NEUTRAL coalition.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsRed">CLIENT:IsRed()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns true if identifiable is of RED coalition.</p>
</td>
</tr>
<tr class="w3-border">
@@ -28275,6 +28293,96 @@ If the Identifiable is alive, true 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).IsBlue" ><strong>CLIENT:IsBlue()</strong></a></h2>
</div>
<p>Returns true if identifiable is of BLUE coalition.</p>
<div id= "#Functions##IsBlue" 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.Identifiable.html##(IDENTIFIABLE)">Wrapper.Identifiable#IDENTIFIABLE</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>If the identifiable is blue.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CLIENT).IsNeutral" ><strong>CLIENT:IsNeutral()</strong></a></h2>
</div>
<p>Returns true if identifiable is of NEUTRAL coalition.</p>
<div id= "#Functions##IsNeutral" 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.Identifiable.html##(IDENTIFIABLE)">Wrapper.Identifiable#IDENTIFIABLE</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>If the identifiable is neutral.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CLIENT).IsRed" ><strong>CLIENT:IsRed()</strong></a></h2>
</div>
<p>Returns true if identifiable is of RED coalition.</p>
<div id= "#Functions##IsRed" 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.Identifiable.html##(IDENTIFIABLE)">Wrapper.Identifiable#IDENTIFIABLE</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>If the identifiable is red.</p>
</div>
</div>
</div>
</div>
</div>