MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-08-27 13:04:42 +00:00
parent 28a2169b0e
commit 7cff1a7251
27 changed files with 835 additions and 572 deletions

View File

@@ -2227,7 +2227,7 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).RelocateGroundRandomInRadius">CONTROLLABLE:RelocateGroundRandomInRadius(speed, radius, onroad, shortcut)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).RelocateGroundRandomInRadius">CONTROLLABLE:RelocateGroundRandomInRadius(speed, radius, onroad, shortcut, formation)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(GROUND) Relocate controllable to a random point within a given radius; use e.g.for evasive actions; Note that not all ground controllables can actually drive, also the alarm state of the controllable might stop it from moving.</p>
</td>
@@ -8077,7 +8077,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CONTROLLABLE).RelocateGroundRandomInRadius" ><strong>CONTROLLABLE:RelocateGroundRandomInRadius(speed, radius, onroad, shortcut)</strong></a></h2>
<h2><a id="#(CONTROLLABLE).RelocateGroundRandomInRadius" ><strong>CONTROLLABLE:RelocateGroundRandomInRadius(speed, radius, onroad, shortcut, formation)</strong></a></h2>
</div>
<p>(GROUND) Relocate controllable to a random point within a given radius; use e.g.for evasive actions; Note that not all ground controllables can actually drive, also the alarm state of the controllable might stop it from moving.</p>
@@ -8139,6 +8139,19 @@ Warning! When you switch this option off, the airborne group will continue to fl
<p>If true and onroad is set, take a shorter route - if available - off road, default false</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>formation</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Formation string as in the mission editor, e.g. "Vee", "Diamond", "Line abreast", etc. Defaults to "Off Road"</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>