mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed problem with BASE:GetParent method
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user