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

@@ -1850,6 +1850,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).FindByName">CLIENT: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="##(CLIENT).GetAltitude">CLIENT: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">
@@ -3111,7 +3117,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).GetAltitude">CLIENT: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">
@@ -3183,7 +3189,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).GetHeight">CLIENT: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">
@@ -4302,7 +4308,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> Alive.</p>
<p> Alive2.</p>
</div>
@@ -5416,7 +5422,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> Alive.</p>
<p> Alive2.</p>
</div>
@@ -5737,6 +5743,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="#(CLIENT).GetAltitude" ><strong>CLIENT: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><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</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 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>
@@ -7798,7 +7848,7 @@ If the Unit is alive but not active, false is returned. </p>
<p> Alive.</p>
<p> Alive2.</p>
</div>
@@ -16617,7 +16667,7 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of
<p> Alive.</p>
<p> Alive2.</p>
</div>
@@ -17021,7 +17071,7 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<h2><a id="#(CLIENT).GetAltitude" ><strong>CLIENT: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">
@@ -17452,7 +17502,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
<h2><a id="#(CLIENT).GetHeight" ><strong>CLIENT: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">
@@ -20426,7 +20476,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<p> Alive.</p>
<p> Alive2.</p>
</div>
@@ -21100,7 +21150,7 @@ If the Identifiable is alive, true is returned. </p>
<p> Alive.</p>
<p> Alive2.</p>
</div>
@@ -21380,7 +21430,7 @@ If the Identifiable is alive, true is returned. </p>
<p> Alive.</p>
<p> Alive2.</p>
</div>