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
@@ -3649,6 +3649,24 @@ Waiting for Ugra and ED to fix this issue.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).IsAlive">AIRBASE: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="##(AIRBASE).IsBlue">AIRBASE: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="##(AIRBASE).IsNeutral">AIRBASE: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="##(AIRBASE).IsRed">AIRBASE: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">
@@ -14620,6 +14638,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="#(AIRBASE).IsBlue" ><strong>AIRBASE: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="#(AIRBASE).IsNeutral" ><strong>AIRBASE: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="#(AIRBASE).IsRed" ><strong>AIRBASE: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>