Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-10-07 13:54:57 +00:00
parent 93c5d3e5ca
commit b6259bf558
26 changed files with 993 additions and 558 deletions
+39
View File
@@ -2242,6 +2242,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).GetStorage">AIRBASE:GetStorage()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the warehouse storage of this airbase.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).GetVec2">AIRBASE:GetVec2()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the true airbase center as seen in the ME.</p>
</td>
</tr>
<tr class="w3-border">
@@ -7110,6 +7116,39 @@ This allows you to add and remove items such as aircraft, liquids, weapons and o
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AIRBASE).GetVec2" ><strong>AIRBASE:GetVec2()</strong></a></h2>
</div>
<p>Get the true airbase center as seen in the ME.</p>
<p>The position returned by the dcs object is is wrong and often at the start of the runway.</p>
<div id= "#Functions##GetVec2" 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>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="DCS.html##(Vec2)">DCS#Vec2</a>:</p>
</div>
<div class="w3-half">
<p>The center of the true center of the airbase if it contains runways, otherwise the default DCS object position.</p>
</div>
</div>
</div>
</div>
</div>