MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-06-10 09:25:14 +00:00
parent a7a31808fb
commit 6e03876af1
23 changed files with 712 additions and 566 deletions
+100
View File
@@ -2269,6 +2269,18 @@ amount of fuel in the group.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetAIOnOff">GROUP:SetAIOnOff(AIOnOff)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Turns the AI On or Off for the GROUP.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetCommandImmortal">GROUP:SetCommandImmortal(switch)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Switch on/off immortal flag for the group.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetCommandInvisible">GROUP:SetCommandInvisible(switch)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Switch on/off invisible flag for the group.</p>
</td>
</tr>
<tr class="w3-border">
@@ -8378,6 +8390,94 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetCommandImmortal" ><strong>GROUP:SetCommandImmortal(switch)</strong></a></h2>
</div>
<p>Switch on/off immortal flag for the group.</p>
<div id= "#Functions##SetCommandImmortal" 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>GROUP</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>
#boolean
<strong><strong>switch</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, emission is enabled. If false, emission is disabled.</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="##(GROUP)">#GROUP</a>:</p>
</div>
<div class="w3-half">
<p>self </p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetCommandInvisible" ><strong>GROUP:SetCommandInvisible(switch)</strong></a></h2>
</div>
<p>Switch on/off invisible flag for the group.</p>
<div id= "#Functions##SetCommandInvisible" 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>GROUP</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>
#boolean
<strong><strong>switch</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, emission is enabled. If false, emission is disabled.</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="##(GROUP)">#GROUP</a>:</p>
</div>
<div class="w3-half">
<p>self </p>
</div>
</div>
</div>
</div>
</div>