MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-05-28 13:41:25 +00:00
parent eae213b4f1
commit 1b5402337d
25 changed files with 552 additions and 773 deletions

View File

@@ -3837,7 +3837,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).NewFromTemplate">RAT:NewFromTemplate(SpawnTemplate, SpawnTemplatePrefix, SpawnAliasPrefix, MooseNaming)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).NewFromTemplate">RAT:NewFromTemplate(SpawnTemplate, SpawnTemplatePrefix, SpawnAliasPrefix, NoMooseNamingPostfix)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Creates a new SPAWN instance to create new groups based on the provided template.</p>
</td>
@@ -17148,7 +17148,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' )</code></pre></li>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(RAT).NewFromTemplate" ><strong>RAT:NewFromTemplate(SpawnTemplate, SpawnTemplatePrefix, SpawnAliasPrefix, MooseNaming)</strong></a></h2>
<h2><a id="#(RAT).NewFromTemplate" ><strong>RAT:NewFromTemplate(SpawnTemplate, SpawnTemplatePrefix, SpawnAliasPrefix, NoMooseNamingPostfix)</strong></a></h2>
</div>
<p>Creates a new SPAWN instance to create new groups based on the provided template.</p>
@@ -17185,7 +17185,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' )</code></pre></li>
</div>
<div class="w3-half">
<p>[Mandatory] is the name of the template and the prefix of the GROUP on spawn.</p>
<p>[Mandatory] is the name of the template and the prefix of the GROUP on spawn. The name in the template <strong>will</strong> be overwritten!</p>
</div>
</div>
@@ -17206,12 +17206,12 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' )</code></pre></li>
<div class="w3-half">
<p>
#boolean
<strong><strong>MooseNaming</strong></strong>
<strong><strong>NoMooseNamingPostfix</strong></strong>
</p>
</div>
<div class="w3-half">
<p>[Optional] If false, skip the Moose naming additions (like groupname#001-01) - you need to ensure yourself no duplicate group names exist!</p>
<p>[Optional] If true, skip the Moose naming additions (like groupname#001-01) - <strong>but</strong> you need to ensure yourself no duplicate group names exist!</p>
</div>
</div>