MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-09-20 12:34:04 +00:00
parent a58443d097
commit e907360a5a
30 changed files with 2025 additions and 512 deletions

View File

@@ -2940,6 +2940,12 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).IsShip">CONTROLLABLE:IsShip()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the unit is of ship category.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).IsSubmarine">CONTROLLABLE: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">
@@ -14468,6 +14474,36 @@ Coordinates are dependent on the position of the maps origin.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CONTROLLABLE).IsSubmarine" ><strong>CONTROLLABLE: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.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</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>