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
@@ -3064,6 +3064,24 @@ but it could also be a STATIC object.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WEAPON).IsAlive">WEAPON: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="##(WEAPON).IsBlue">WEAPON: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="##(WEAPON).IsNeutral">WEAPON: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="##(WEAPON).IsRed">WEAPON: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">
@@ -11174,6 +11192,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="#(WEAPON).IsBlue" ><strong>WEAPON: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="#(WEAPON).IsNeutral" ><strong>WEAPON: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="#(WEAPON).IsRed" ><strong>WEAPON: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>