MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-10-12 07:41:22 +00:00
parent 166c4c4f7f
commit 1dad772310
24 changed files with 720 additions and 578 deletions

View File

@@ -1678,6 +1678,18 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetDCSObject">STATIC:GetDCSObject()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get DCS object of static of static.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetLife">STATIC:GetLife()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get current life points</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetLife0">STATIC:GetLife0()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get initial life points</p>
</td>
</tr>
<tr class="w3-border">
@@ -3186,6 +3198,66 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STATIC).GetLife" ><strong>STATIC:GetLife()</strong></a></h2>
</div>
<p>Get current life points</p>
<div id= "#Functions##GetLife" 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>STATIC</p>
</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>lifepoints or nil</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STATIC).GetLife0" ><strong>STATIC:GetLife0()</strong></a></h2>
</div>
<p>Get initial life points</p>
<div id= "#Functions##GetLife0" 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>STATIC</p>
</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>lifepoints</p>
</div>
</div>
</div>
</div>
</div>