MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-07-25 06:27:35 +00:00
parent 807dba2b4b
commit ba202c8dac
30 changed files with 837 additions and 462 deletions

View File

@@ -1660,6 +1660,12 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).FindByName">UNIT:FindByName(UnitName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Find a UNIT in the _DATABASE using the name of an existing DCS Unit.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetAltitude">UNIT:GetAltitude(FromGround)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the unit altitude above sea level in meters.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2921,7 +2927,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetAltitude">UNIT:GetAltitude()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the altitude of the POSITIONABLE.</p>
<p>Returns the altitude above sea level of the POSITIONABLE.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2993,7 +2999,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetHeight">UNIT:GetHeight()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the POSITIONABLE height in meters.</p>
<p>Returns the POSITIONABLE height above sea level in meters.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4348,6 +4354,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).GetAltitude" ><strong>UNIT:GetAltitude(FromGround)</strong></a></h2>
</div>
<p>Returns the unit altitude above sea level in meters.</p>
<div id= "#Functions##GetAltitude" 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>UNIT</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 value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The height of the group or nil if is not existing or alive. </p>
</div>
</div>
</div>
</div>
</div>
@@ -15394,7 +15444,7 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<h2><a id="#(UNIT).GetAltitude" ><strong>UNIT:GetAltitude()</strong></a></h2>
</div>
<p>Returns the altitude of the POSITIONABLE.</p>
<p>Returns the altitude above sea level of the POSITIONABLE.</p>
<div id= "#Functions##GetAltitude" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -15825,7 +15875,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
<h2><a id="#(UNIT).GetHeight" ><strong>UNIT:GetHeight()</strong></a></h2>
</div>
<p>Returns the POSITIONABLE height in meters.</p>
<p>Returns the POSITIONABLE height above sea level in meters.</p>
<div id= "#Functions##GetHeight" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">