Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-12-21 08:28:30 +00:00
parent 6a191a63f7
commit 64f1ce7200
43 changed files with 840 additions and 928 deletions
+16 -2
View File
@@ -4542,7 +4542,7 @@ amount of fuel in the group.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetAltitude">GROUP:GetAltitude()</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetAltitude">GROUP:GetAltitude(FromGround)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the altitude above sea level of the POSITIONABLE.</p>
</td>
@@ -25600,7 +25600,7 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).GetAltitude" ><strong>GROUP:GetAltitude()</strong></a></h2>
<h2><a id="#(GROUP).GetAltitude" ><strong>GROUP:GetAltitude(FromGround)</strong></a></h2>
</div>
<p>Returns the altitude above sea level of the POSITIONABLE.</p>
@@ -25611,6 +25611,20 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<div class="w3-margin-left">
<p><a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>FromGround</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Measure from the ground or from sea level (ASL). Provide <strong>true</strong> for measuring from the ground (AGL). <strong>false</strong> or <strong>nil</strong> if you measure from sea level.</p>
</div>
</div>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">