Fixed problem with BASE:GetParent method

This commit is contained in:
FlightControl
2017-07-01 19:00:44 +02:00
parent 22b02cd3ee
commit 9006e17c25
12 changed files with 14 additions and 31 deletions

View File

@@ -345,7 +345,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_A2A_DISPATCHER).New">AI_A2A_DISPATCHER:New(Detection, GroupingRadius)</a></td>
<td class="name" nowrap="nowrap"><a href="##(AI_A2A_DISPATCHER).New">AI_A2A_DISPATCHER:New(Detection)</a></td>
<td class="summary">
<p>AI<em>A2A</em>DISPATCHER constructor.</p>
</td>
@@ -2005,27 +2005,20 @@ Takeoff From the airbase hot, from the airbase cold, in the air, from the runway
<dt>
<a id="#(AI_A2A_DISPATCHER).New" >
<strong>AI_A2A_DISPATCHER:New(Detection, GroupingRadius)</strong>
<strong>AI_A2A_DISPATCHER:New(Detection)</strong>
</a>
</dt>
<dd>
<p>AI<em>A2A</em>DISPATCHER constructor.</p>
<h3>Parameters</h3>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Functional.Detection.html##(DETECTION_BASE)">Functional.Detection#DETECTION_BASE</a> Detection </em></code>:
The DETECTION object that will detects targets using the the Early Warning Radar network.</p>
</li>
<li>
<p><code><em>#number GroupingRadius </em></code>:
The radius in meters wherein detected planes are being grouped as one target area.
For airplanes, 6000 (6km) is recommended, and is also the default value of this parameter.</p>
</li>
</ul>
<h3>Return value</h3>