MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2021-01-01 01:33:51 +00:00
parent 5cb38d986f
commit aac8bf31ef
24 changed files with 8838 additions and 345 deletions

View File

@@ -1588,7 +1588,14 @@ manually when the asset is added</p>
</code></pre>
<p>This becomes important when assets are requested from other warehouses as described below. In this case, the five Hueys are now marked as transport helicopters and
not attack helicopters.</p>
not attack helicopters. This is also particularly useful when adding assets to a warehouse with the intention of using them to transport other units that are part of
a subsequent request (see below). Setting the attribute will help to ensure that warehouse module can find the correct unit when attempting to service a request in its
queue. For example, if we want to add an Amphibious Landing Ship, even though most are indeed armed, it's recommended to do the following:</p>
<pre><code>warehouseBatumi:AddAsset("Landing Ship", 1, WAREHOUSE.Attribute.NAVAL_UNARMEDSHIP)
</code></pre>
<p>Then when adding the request, you can simply specify WAREHOUSE.TransportType.SHIP (which corresponds to NAVAL_UNARMEDSHIP) as the TransportType.</p>
<h3>Setting the Cargo Bay Weight Limit</h3>
<p>You can ajust the cargo bay weight limit, in case it is not calculated correctly automatically. For example, the cargo bay of a C-17A is much smaller in DCS than that of a C-130, which is
@@ -6054,6 +6061,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<th class="w3-half w3-left-align w3-container w3-padding-16"word-wrap: break-word">Fields and Methods inherited from WAREHOUSE.TransportType</th>
<th class="w3-half w3-left-align w3-container w3-padding-16">Description</th>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE.TransportType).AIRCRAFTCARRIER">WAREHOUSE.TransportType.AIRCRAFTCARRIER</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE.TransportType).AIRPLANE">WAREHOUSE.TransportType.AIRPLANE</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
@@ -6064,6 +6077,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE.TransportType).APC">WAREHOUSE.TransportType.APC</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Transports are conducted by APCs.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE.TransportType).ARMEDSHIP">WAREHOUSE.TransportType.ARMEDSHIP</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -6088,6 +6107,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE.TransportType).TRAIN">WAREHOUSE.TransportType.TRAIN</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Transports are conducted by trains. Not implemented yet. Also trains are buggy in DCS.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(WAREHOUSE.TransportType).WARSHIP">WAREHOUSE.TransportType.WARSHIP</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
@@ -25903,6 +25928,17 @@ BASE:TraceOnOff( false )</code></pre>
<div class="fields w3-container w3-theme-l2">
<h2>Field(s)</h2>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(WAREHOUSE.TransportType).AIRCRAFTCARRIER" ><strong>WAREHOUSE.TransportType.AIRCRAFTCARRIER</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -25922,6 +25958,17 @@ BASE:TraceOnOff( false )</code></pre>
<p>Transports are conducted by APCs.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(WAREHOUSE.TransportType).ARMEDSHIP" ><strong>WAREHOUSE.TransportType.ARMEDSHIP</strong></a>
</div>
</div>
@@ -25966,6 +26013,17 @@ BASE:TraceOnOff( false )</code></pre>
<p>Transports are conducted by trains. Not implemented yet. Also trains are buggy in DCS.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(WAREHOUSE.TransportType).WARSHIP" ><strong>WAREHOUSE.TransportType.WARSHIP</strong></a>
</div>
</div>