This commit is contained in:
FlightControl_Master
2017-10-03 19:19:09 +02:00
parent 78f4f532f7
commit 1f5030fcbc
96 changed files with 7501 additions and 99 deletions

View File

@@ -60,6 +60,7 @@
<li><a href="Escort.html">Escort</a></li>
<li><a href="Event.html">Event</a></li>
<li><a href="Fsm.html">Fsm</a></li>
<li><a href="Goal.html">Goal</a></li>
<li><a href="Group.html">Group</a></li>
<li><a href="Identifiable.html">Identifiable</a></li>
<li><a href="Menu.html">Menu</a></li>
@@ -72,6 +73,7 @@
<li><a href="Positionable.html">Positionable</a></li>
<li><a href="Process_JTAC.html">Process_JTAC</a></li>
<li><a href="Process_Pickup.html">Process_Pickup</a></li>
<li><a href="Protect.html">Protect</a></li>
<li><a href="Radio.html">Radio</a></li>
<li><a href="Rat.html">Rat</a></li>
<li><a href="Route.html">Route</a></li>
@@ -95,9 +97,13 @@
<li><a href="Task_A2G_Dispatcher.html">Task_A2G_Dispatcher</a></li>
<li><a href="Task_Cargo.html">Task_Cargo</a></li>
<li><a href="Task_PICKUP.html">Task_PICKUP</a></li>
<li><a href="Task_Protect.html">Task_Protect</a></li>
<li><a href="Unit.html">Unit</a></li>
<li><a href="Utils.html">Utils</a></li>
<li><a href="Zone.html">Zone</a></li>
<li><a href="ZoneCaptureCoalition.html">ZoneCaptureCoalition</a></li>
<li><a href="ZoneGoal.html">ZoneGoal</a></li>
<li><a href="ZoneGoalCoalition.html">ZoneGoalCoalition</a></li>
<li><a href="env.html">env</a></li>
<li><a href="land.html">land</a></li>
<li><a href="routines.html">routines</a></li>
@@ -331,7 +337,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).Goal">TASK:Goal()</a></td>
<td class="name" nowrap="nowrap"><a href="##(TASK).Goal">TASK:Goal(PlayerUnit, PlayerName)</a></td>
<td class="summary">
<p>Goal Trigger for TASK</p>
</td>
@@ -469,7 +475,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).OnAfterGoal">TASK:OnAfterGoal(Controllable, From, Event, To)</a></td>
<td class="name" nowrap="nowrap"><a href="##(TASK).OnAfterGoal">TASK:OnAfterGoal(From, Event, To, PlayerUnit, PlayerName)</a></td>
<td class="summary">
<p>Goal Handler OnAfter for TASK</p>
</td>
@@ -493,7 +499,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).OnBeforeGoal">TASK:OnBeforeGoal(Controllable, From, Event, To)</a></td>
<td class="name" nowrap="nowrap"><a href="##(TASK).OnBeforeGoal">TASK:OnBeforeGoal(From, Event, To, PlayerUnit, PlayerName)</a></td>
<td class="summary">
<p>Goal Handler OnBefore for TASK</p>
</td>
@@ -805,7 +811,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).__Goal">TASK:__Goal(Delay)</a></td>
<td class="name" nowrap="nowrap"><a href="##(TASK).__Goal">TASK:__Goal(Delay, PlayerUnit, PlayerName)</a></td>
<td class="summary">
<p>Goal Asynchronous Trigger for TASK</p>
</td>
@@ -1648,13 +1654,28 @@ TaskType</p>
<dt>
<a id="#(TASK).Goal" >
<strong>TASK:Goal()</strong>
<strong>TASK:Goal(PlayerUnit, PlayerName)</strong>
</a>
</dt>
<dd>
<p>Goal Trigger for TASK</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> PlayerUnit </em></code>:
The <a href="Unit.html">Unit</a> of the player.</p>
</li>
<li>
<p><code><em>#string PlayerName </em></code>:
The name of the player.</p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
@@ -2097,7 +2118,7 @@ self</p>
<dt>
<a id="#(TASK).OnAfterGoal" >
<strong>TASK:OnAfterGoal(Controllable, From, Event, To)</strong>
<strong>TASK:OnAfterGoal(From, Event, To, PlayerUnit, PlayerName)</strong>
</a>
</dt>
<dd>
@@ -2108,11 +2129,6 @@ self</p>
<ul>
<li>
<p><code><em><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a> Controllable </em></code>: </p>
</li>
<li>
<p><code><em>#string From </em></code>: </p>
</li>
@@ -2125,6 +2141,18 @@ self</p>
<p><code><em>#string To </em></code>: </p>
</li>
<li>
<p><code><em><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> PlayerUnit </em></code>:
The <a href="Unit.html">Unit</a> of the player.</p>
</li>
<li>
<p><code><em>#string PlayerName </em></code>:
The name of the player.</p>
</li>
</ul>
</dd>
@@ -2217,7 +2245,7 @@ The name of the Player.</p>
<dt>
<a id="#(TASK).OnBeforeGoal" >
<strong>TASK:OnBeforeGoal(Controllable, From, Event, To)</strong>
<strong>TASK:OnBeforeGoal(From, Event, To, PlayerUnit, PlayerName)</strong>
</a>
</dt>
<dd>
@@ -2228,11 +2256,6 @@ The name of the Player.</p>
<ul>
<li>
<p><code><em><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a> Controllable </em></code>: </p>
</li>
<li>
<p><code><em>#string From </em></code>: </p>
</li>
@@ -2245,6 +2268,18 @@ The name of the Player.</p>
<p><code><em>#string To </em></code>: </p>
</li>
<li>
<p><code><em><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> PlayerUnit </em></code>:
The <a href="Unit.html">Unit</a> of the player.</p>
</li>
<li>
<p><code><em>#string PlayerName </em></code>:
The name of the player.</p>
</li>
</ul>
<h3>Return value</h3>
@@ -3378,19 +3413,31 @@ self</p>
<dt>
<a id="#(TASK).__Goal" >
<strong>TASK:__Goal(Delay)</strong>
<strong>TASK:__Goal(Delay, PlayerUnit, PlayerName)</strong>
</a>
</dt>
<dd>
<p>Goal Asynchronous Trigger for TASK</p>
<h3>Parameter</h3>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em>#number Delay </em></code>: </p>
</li>
<li>
<p><code><em><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> PlayerUnit </em></code>:
The <a href="Unit.html">Unit</a> of the player.</p>
</li>
<li>
<p><code><em>#string PlayerName </em></code>:
The name of the player.</p>
</li>
</ul>
</dd>