mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-07-25 06:53:20 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2400,7 +2400,7 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetAltitude">STATIC:GetAltitude()</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetAltitude">STATIC: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>
|
||||
@@ -4972,7 +4972,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="#(STATIC).GetAltitude" ><strong>STATIC:GetAltitude()</strong></a></h2>
|
||||
<h2><a id="#(STATIC).GetAltitude" ><strong>STATIC:GetAltitude(FromGround)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns the altitude above sea level of the POSITIONABLE.</p>
|
||||
@@ -4983,6 +4983,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">
|
||||
|
||||
Reference in New Issue
Block a user