MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-09-10 13:24:36 +00:00
parent f057aefb2c
commit d3d9599f9d
27 changed files with 856 additions and 670 deletions

View File

@@ -2527,6 +2527,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).IsHelicopter">CLIENT:IsHelicopter()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the Controllable contains Helicopters.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsSubmarine">CLIENT:IsSubmarine()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the unit is a submarine.</p>
</td>
</tr>
<tr class="w3-border">
@@ -10704,6 +10710,36 @@ If <strong>at least one</strong> detection method is specified, only the methods
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CLIENT).IsSubmarine" ><strong>CLIENT:IsSubmarine()</strong></a></h2>
</div>
<p>Returns if the unit is a submarine.</p>
<div id= "#Functions##IsSubmarine" 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.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#boolean:</p>
</div>
<div class="w3-half">
<p>Submarines attributes result.</p>
</div>
</div>
</div>
</div>
</div>