MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-08-26 12:10:01 +00:00
parent 313b58c57f
commit 91e178738f
30 changed files with 1282 additions and 980 deletions

View File

@@ -5450,6 +5450,12 @@ First value indicates if at least one of the unit's radar(s) is on.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(Warehouse).addLiquid">Warehouse:addLiquid(liquidType, count)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Adds the passed amount of a liquid fuel into the warehouse inventory.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(Warehouse).getByName">Warehouse.getByName(Name)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get a warehouse by passing its name.</p>
</td>
</tr>
<tr class="w3-border">
@@ -13074,6 +13080,50 @@ A wsType table can also be used, however the last digit with wsTypes has been kn
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(Warehouse).getByName" ><strong>Warehouse.getByName(Name)</strong></a></h2>
</div>
<p>Get a warehouse by passing its name.</p>
<div id= "#Functions##getByName" 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>Warehouse</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>
#string
<strong><strong>Name</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the warehouse.</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="##(Warehouse)">#Warehouse</a>:</p>
</div>
<div class="w3-half">
<p>The warehouse object.</p>
</div>
</div>
</div>
</div>
</div>