MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-06-07 13:14:51 +00:00
parent 7b18075f0e
commit f5a655e1e1
18 changed files with 588 additions and 252 deletions

View File

@@ -1785,6 +1785,12 @@ If the task is not accepted within 30 seconds; the task will be cancelled and a
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COMMANDCENTER).IsModeWWII">COMMANDCENTER:IsModeWWII()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the commandcenter operations is in WWII mode</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COMMANDCENTER).MessageDuration">COMMANDCENTER.MessageDuration</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -1887,6 +1893,12 @@ If the task is not accepted within 30 seconds; the task will be cancelled and a
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COMMANDCENTER).SetMenu">COMMANDCENTER:SetMenu()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Sets the menu structure of the Missions governed by the HQ command center.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COMMANDCENTER).SetMessageDuration">COMMANDCENTER:SetMessageDuration(seconds)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Duration a command center message is shown.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3627,7 +3639,9 @@ An Assign Menu will be accessible for the player under the command center menu,
</p>
</div>
<div class="w3-half">
<p></p>
<h1>boolean</h1>
</div>
</div>
</div>
@@ -3651,6 +3665,38 @@ An Assign Menu will be accessible for the player under the command center menu,
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COMMANDCENTER).SetMessageDuration" ><strong>COMMANDCENTER:SetMessageDuration(seconds)</strong></a></h2>
</div>
<p>Duration a command center message is shown.</p>
<div id= "#Functions##SetMessageDuration" 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>COMMANDCENTER</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>
<strong><strong>seconds</strong></strong>
</p>
</div>
<div class="w3-half">
<h1>number</h1>
</div>
</div>
</div>
</div>
</div>