First working version

This commit is contained in:
FlightControl_Master
2017-07-31 12:04:27 +02:00
parent 87634969b3
commit 85bd3a1c33
10 changed files with 476 additions and 61 deletions

View File

@@ -146,6 +146,12 @@
<td class="name" nowrap="nowrap"><a href="##(AI_A2A).ClearTargetDistance">AI_A2A:ClearTargetDistance()</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_A2A).DisengageRadius">AI_A2A.DisengageRadius</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -338,6 +344,12 @@
<td class="name" nowrap="nowrap"><a href="##(AI_A2A).SetDamageThreshold">AI_A2A:SetDamageThreshold(PatrolDamageThreshold)</a></td>
<td class="summary">
<p>When the AI is damaged beyond a certain treshold, it is required that the AI returns to the home base.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_A2A).SetDisengageRadius">AI_A2A:SetDisengageRadius(DisengageRadius)</a></td>
<td class="summary">
<p>Sets the disengage range, that when engaging a target beyond the specified range, the engagement will be cancelled and the plane will RTB.</p>
</td>
</tr>
<tr>
@@ -543,6 +555,20 @@
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(AI_A2A).DisengageRadius" >
<strong>AI_A2A.DisengageRadius</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -575,6 +601,7 @@
<dl class="function">
<dt>
<em>#number</em>
<a id="#(AI_A2A).IdleCount" >
<strong>AI_A2A.IdleCount</strong>
</a>
@@ -1397,6 +1424,33 @@ self</p>
<dl class="function">
<dt>
<a id="#(AI_A2A).SetDisengageRadius" >
<strong>AI_A2A:SetDisengageRadius(DisengageRadius)</strong>
</a>
</dt>
<dd>
<p>Sets the disengage range, that when engaging a target beyond the specified range, the engagement will be cancelled and the plane will RTB.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em>#number DisengageRadius </em></code>:
The disengage range.</p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(AI_A2A)">#AI_A2A</a>:</em>
self</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_A2A).SetDispatcher" >
<strong>AI_A2A:SetDispatcher(Dispatcher)</strong>
</a>