Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-03-08 20:40:12 +00:00
parent 0e193488f0
commit 160942e0c1
32 changed files with 696 additions and 1036 deletions

View File

@@ -2616,6 +2616,12 @@ 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)._CheckTerminalType">AIRBASE._CheckTerminalType(Term_Type, termtype)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Helper function to check for the correct terminal type including "artificial" ones.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE)._GetCategory">AIRBASE:_GetCategory()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the category of this airbase.</p>
</td>
</tr>
<tr class="w3-border">
@@ -7465,6 +7471,28 @@ Note that this DOES NOT remove the airbase from the list. It just makes it unres
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AIRBASE)._GetCategory" ><strong>AIRBASE:_GetCategory()</strong></a></h2>
</div>
<p>Get the category of this airbase.</p>
<p>This is only a debug function because DCS 2.9 incorrectly returns heliports as airdromes.</p>
<div id= "#Functions##_GetCategory" 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>AIRBASE</p>
</div>
</div>
</div>
</div>