Added GCI engage range.

This commit is contained in:
FlightControl
2017-06-22 09:58:05 +02:00
parent 44f60169cb
commit bdfd169d39
10 changed files with 170 additions and 52 deletions

View File

@@ -607,6 +607,12 @@ The different values of Unit.Category can be:</p>
<td class="name" nowrap="nowrap"><a href="##(DETECTION_BASE).GetDetectionSetGroup">DETECTION_BASE:GetDetectionSetGroup()</a></td>
<td class="summary">
<p>Get the detection Groups.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(DETECTION_BASE).GetFriendliesDistance">DETECTION_BASE:GetFriendliesDistance(DetectedItem)</a></td>
<td class="summary">
<p>Returns friendly units nearby the FAC units sorted per distance ...</p>
</td>
</tr>
<tr>
@@ -2971,6 +2977,32 @@ DetectedSet</p>
<p><em><a href="Core.Set.html##(SET_GROUP)">Core.Set#SET_GROUP</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(DETECTION_BASE).GetFriendliesDistance" >
<strong>DETECTION_BASE:GetFriendliesDistance(DetectedItem)</strong>
</a>
</dt>
<dd>
<p>Returns friendly units nearby the FAC units sorted per distance ...</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em> DetectedItem </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(map)">#map</a>:</em></p>
<h1>number,Wrapper.Unit#UNIT> The map of Friendly UNITs.</h1>
</dd>
</dl>
<dl class="function">