MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2020-12-31 19:42:48 +00:00
parent 2a9394643f
commit d777de12bf
123 changed files with 16235 additions and 464 deletions

View File

@@ -279,6 +279,23 @@
</div>
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
<p><strong>AI</strong> -- (2.4) - Models the intelligent transportation of infantry and other cargo using Helicopters.</p>
</p></div>
</div>
</div>
<div class="w3-col s12 m6 l4">
<div class="w3-card-4 w3-white w3-margin-16">
<div class="w3-display-container w3-text-white w3-text-shadow">
<img src= "../Images/AI_Cargo_Dispatching_For_Ship.JPG" alt="Image">
<div class="w3-display-bottommiddle" style="word-break:break-word;"><h2><strong><a href="AI.AI_Cargo_Dispatcher_Ship.html">AI.AI_Cargo_Dispatcher_Ship</a></strong></h2></div>
</div>
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
<p><strong>AI</strong> -- (2.5.1) - Models the intelligent transportation of infantry and other cargo using Ships</p>
<h2>Features:</h2>
<ul>
<li>Transport cargo to various deploy zones using naval vehicles.</li>
</ul>
</p></div>
</div>
</div>
@@ -290,6 +307,17 @@
</div>
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
<p><strong>AI</strong> -- (R2.4) - Models the intelligent transportation of infantry (cargo).</p>
</p></div>
</div>
</div>
<div class="w3-col s12 m6 l4">
<div class="w3-card-4 w3-white w3-margin-16">
<div class="w3-display-container w3-text-white w3-text-shadow">
<img src= "../Images/AI_Cargo_Dispatching_For_Ship.JPG" alt="Image">
<div class="w3-display-bottommiddle" style="word-break:break-word;"><h2><strong><a href="AI.AI_Cargo_Ship.html">AI.AI_Cargo_Ship</a></strong></h2></div>
</div>
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
<p><strong>AI</strong> -- (R2.5.1) - Models the intelligent transportation of infantry and other cargo.</p>
</p></div>
</div>
</div>
@@ -3505,6 +3533,12 @@ end
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE).SetDebugOn">WAREHOUSE:SetDebugOn()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set debug mode on.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE).SetHarborZone">WAREHOUSE:SetHarborZone(zone)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Add a Harbor Zone for this warehouse where naval cargo units will spawn and be received.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4231,6 +4265,12 @@ end
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE).delivered">WAREHOUSE.delivered</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Table holding all delivered requests. Table elements are #boolean. If true, all cargo has been delivered.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE).harborzone">WAREHOUSE.harborzone</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -6317,6 +6357,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Table holding all delivered requests. Table elements are #boolean. If true, all cargo has been delivered.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(WAREHOUSE).harborzone" ><strong>WAREHOUSE.harborzone</strong></a>
</div>
</div>
@@ -10937,6 +10988,55 @@ Also, be reasonable and do not put it too far from the phyiscal warehouse struct
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(WAREHOUSE).SetHarborZone" ><strong>WAREHOUSE:SetHarborZone(zone)</strong></a></h2>
</div>
<p>Add a Harbor Zone for this warehouse where naval cargo units will spawn and be received.</p>
<p>Both warehouses must have the harbor zone defined for units to properly spawn on both the
sending and receiving side. The harbor zone should be within 3km of the port zone used for
warehouse in order to facilitate the boarding process.</p>
<div id= "#Functions##SetHarborZone" 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>
<a href="Core.Zone.html##(ZONE)">Core.Zone#ZONE</a>
<strong><strong>zone</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The zone defining the naval embarcation/debarcation point for cargo units</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>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -19389,6 +19489,17 @@ this request is used to put the groups back into the warehouse stock.</p>
<p>Table holding all delivered requests. Table elements are #boolean. If true, all cargo has been delivered.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(WAREHOUSE).harborzone" ><strong>WAREHOUSE.harborzone</strong></a>
</div>
</div>
@@ -21365,6 +21476,17 @@ this request is used to put the groups back into the warehouse stock.</p>
<p>Table holding all delivered requests. Table elements are #boolean. If true, all cargo has been delivered.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(WAREHOUSE).harborzone" ><strong>WAREHOUSE.harborzone</strong></a>
</div>
</div>