ESCORT Updated

This commit is contained in:
FlightControl
2016-06-14 15:04:08 +02:00
parent 29652a0edb
commit 8de64bc95a
77 changed files with 2002 additions and 330 deletions

View File

@@ -17,6 +17,7 @@
<a href="index.html">index</a>
</li></ul>
<ul>
<li><a href="AIBalancer.html">AIBalancer</a></li>
<li><a href="Airbase.html">Airbase</a></li>
<li><a href="Base.html">Base</a></li>
<li><a href="CARGO.html">CARGO</a></li>
@@ -190,6 +191,12 @@ It suports the following functionality:</p>
<td class="name" nowrap="nowrap"><a href="##(MISSILETRAINER).ClassName">MISSILETRAINER.ClassName</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(MISSILETRAINER).DBClients">MISSILETRAINER.DBClients</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -286,6 +293,12 @@ It suports the following functionality:</p>
<td class="name" nowrap="nowrap"><a href="##(MISSILETRAINER).TrackingFrequency">MISSILETRAINER.TrackingFrequency</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(MISSILETRAINER).TrackingMissiles">MISSILETRAINER.TrackingMissiles</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -310,6 +323,12 @@ It suports the following functionality:</p>
<td class="name" nowrap="nowrap"><a href="##(MISSILETRAINER)._AddRange">MISSILETRAINER:_AddRange(Client, TrainerWeapon)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(MISSILETRAINER)._Alive">MISSILETRAINER._Alive(Client, self)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -408,6 +427,20 @@ It suports the following functionality:</p>
</dd>
</dl>
<dl class="function">
<dt>
<em><a href="Set.html##(SET_CLIENT)">Set#SET_CLIENT</a></em>
<a id="#(MISSILETRAINER).DBClients" >
<strong>MISSILETRAINER.DBClients</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -786,6 +819,20 @@ The distance in meters when a tracked missile needs to be destroyed when close t
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(MISSILETRAINER).TrackingMissiles" >
<strong>MISSILETRAINER.TrackingMissiles</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -871,6 +918,32 @@ The distance in meters when a tracked missile needs to be destroyed when close t
<dl class="function">
<dt>
<a id="#(MISSILETRAINER)._Alive" >
<strong>MISSILETRAINER._Alive(Client, self)</strong>
</a>
</dt>
<dd>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> Client </em></code>: </p>
</li>
<li>
<p><code><em> self </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(MISSILETRAINER)._EventShot" >
<strong>MISSILETRAINER:_EventShot(Event)</strong>
</a>