MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-02-28 07:13:15 +00:00
parent 7c6d25fd1e
commit 6b01bc2c94
23 changed files with 1095 additions and 383 deletions

View File

@@ -3651,7 +3651,7 @@ When groups are still alive and have become inactive due to damage and are unabl
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).InitDelayOn">RAT:InitDelayOn()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning.</p>
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning with <a href="SpawnScheduled.html">SpawnScheduled</a>().</p>
</td>
</tr>
<tr class="w3-border">
@@ -4246,7 +4246,7 @@ and any spaces before and after the resulting name are removed.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).SpawnScheduled">RAT:SpawnScheduled(SpawnTime, SpawnTimeVariation)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).SpawnScheduled">RAT:SpawnScheduled(SpawnTime, SpawnTimeVariation, WithDelay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Spawns new groups at varying time intervals.</p>
</td>
@@ -4441,6 +4441,30 @@ and any spaces before and after the resulting name are removed.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._TranslateRotate">RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).communication">RAT.communication</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).frequency">RAT.frequency</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).modulation">RAT.modulation</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).skill">RAT.skill</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -15584,7 +15608,11 @@ When groups are still alive and have become inactive due to damage and are unabl
<h2><a id="#(RAT).InitDelayOn" ><strong>RAT:InitDelayOn()</strong></a></h2>
</div>
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning.</p>
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning with <a href="SpawnScheduled.html">SpawnScheduled</a>().</p>
<p>In effect then the 1st group will only be spawned
after the number of seconds given in SpawnScheduled as arguments, and not immediately.</p>
<div id= "#Functions##InitDelayOn" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -18602,7 +18630,7 @@ The <strong>first waypoint</strong> (where the group is spawned) is replaced wit
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(RAT).SpawnScheduled" ><strong>RAT:SpawnScheduled(SpawnTime, SpawnTimeVariation)</strong></a></h2>
<h2><a id="#(RAT).SpawnScheduled" ><strong>RAT:SpawnScheduled(SpawnTime, SpawnTimeVariation, WithDelay)</strong></a></h2>
</div>
<p>Spawns new groups at varying time intervals.</p>
@@ -18642,6 +18670,20 @@ The <strong>first waypoint</strong> (where the group is spawned) is replaced wit
<p>The variation to be applied on the defined time interval between each new spawn.
The variation is a number between 0 and 1, representing the % of variation to be applied on the time interval.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="##(boolen)">#boolen</a>
<strong><strong>WithDelay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Do not spawn the <strong>first</strong> group immediately, but delay the spawn as per the calculation below.
Effectively the same as <a href="InitDelayOn.html">InitDelayOn</a>().</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>