MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-04-23 10:08:03 +00:00
parent d925b295d7
commit e2a9f1285d
18 changed files with 540 additions and 363 deletions

View File

@@ -1931,6 +1931,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).OptionAllowJettisonWeaponsOnThreat">CONTROLLABLE:OptionAllowJettisonWeaponsOnThreat()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Allow to Jettison of weapons upon threat.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionDisperseOnAttack">CONTROLLABLE:OptionDisperseOnAttack(Seconds)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Defines how long a GROUND unit/group will move to avoid an ongoing attack.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6655,6 +6661,50 @@ 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="#(CONTROLLABLE).OptionDisperseOnAttack" ><strong>CONTROLLABLE:OptionDisperseOnAttack(Seconds)</strong></a></h2>
</div>
<p>Defines how long a GROUND unit/group will move to avoid an ongoing attack.</p>
<div id= "#Functions##OptionDisperseOnAttack" 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>CONTROLLABLE</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>
#number
<strong><strong>Seconds</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Any positive number: AI will disperse, but only for the specified time before continuing their route. 0: AI will not disperse. </p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>