Optimizations

This commit is contained in:
FlightControl
2017-07-08 09:20:42 +02:00
parent 3fe573926b
commit 85975c01a4
19 changed files with 1577 additions and 482 deletions

View File

@@ -177,6 +177,18 @@ and various dedicated deployment zones.</p>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO).AddDeployZone">TASK_CARGO:AddDeployZone(DeployZone, TaskUnit)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO).CargoItemCount">TASK_CARGO.CargoItemCount</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO).CargoLimit">TASK_CARGO.CargoLimit</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -237,6 +249,12 @@ and various dedicated deployment zones.</p>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO).SetCargo">TASK_CARGO.SetCargo</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO).SetCargoLimit">TASK_CARGO:SetCargoLimit(CargoLimit)</a></td>
<td class="summary">
<p>Set a limit on the amount of cargo items that can be loaded into the Carriers.</p>
</td>
</tr>
<tr>
@@ -355,6 +373,12 @@ and various dedicated deployment zones.</p>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO_TRANSPORT).OnBeforeCargoPickedUp">TASK_CARGO_TRANSPORT:OnBeforeCargoPickedUp(From, Event, To, TaskUnit, Cargo)</a></td>
<td class="summary">
<p>OnBefore Transition Handler for Event CargoPickedUp.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK_CARGO_TRANSPORT).ReportOrder">TASK_CARGO_TRANSPORT:ReportOrder(ReportGroup)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -542,7 +566,6 @@ based on the tasking capabilities defined in <a href="Task.html##(TASK)">Task#TA
<dl class="function">
<dt>
<em></em>
<a id="#(FSM_PROCESS).DeployZone" >
<strong>FSM_PROCESS.DeployZone</strong>
</a>
@@ -585,6 +608,37 @@ based on the tasking capabilities defined in <a href="Task.html##(TASK)">Task#TA
<p><em><a href="##(TASK_CARGO)">#TASK_CARGO</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(TASK_CARGO).CargoItemCount" >
<strong>TASK_CARGO.CargoItemCount</strong>
</a>
</dt>
<dd>
<p> Map of Carriers having a cargo item count to check the cargo loading limits.</p>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(TASK_CARGO).CargoLimit" >
<strong>TASK_CARGO.CargoLimit</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -807,6 +861,33 @@ self</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK_CARGO).SetCargoLimit" >
<strong>TASK_CARGO:SetCargoLimit(CargoLimit)</strong>
</a>
</dt>
<dd>
<p>Set a limit on the amount of cargo items that can be loaded into the Carriers.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em> CargoLimit </em></code>:
Specifies a number of cargo items that can be loaded in the helicopter.</p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(TASK_CARGO)">#TASK_CARGO</a>:</em></p>
</dd>
</dl>
<dl class="function">
@@ -1455,6 +1536,27 @@ Return false to cancel Transition.</p>
<dl class="function">
<dt>
<a id="#(TASK_CARGO_TRANSPORT).ReportOrder" >
<strong>TASK_CARGO_TRANSPORT:ReportOrder(ReportGroup)</strong>
</a>
</dt>
<dd>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em> ReportGroup </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK_CARGO_TRANSPORT).__CargoDeployed" >
<strong>TASK_CARGO_TRANSPORT:__CargoDeployed(Delay, TaskUnit, Cargo, DeployZone)</strong>
</a>