Finalized AI_DESIGNATE

This commit is contained in:
FlightControl
2017-04-20 14:14:39 +02:00
parent e946c6a863
commit ca3ee12c41
12 changed files with 558 additions and 74 deletions

View File

@@ -177,6 +177,12 @@
<td class="name" nowrap="nowrap"><a href="##(SPOT).Spot">SPOT.Spot</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SPOT).Target">SPOT.Target</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -186,7 +192,13 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SPOT).onafterLaseOn">SPOT:onafterLaseOn(From, Event, To, PointVec3, LaserCode, Duration)</a></td>
<td class="name" nowrap="nowrap"><a href="##(SPOT).onafterLaseOn">SPOT:onafterLaseOn(From, Event, To, Target, LaserCode, Duration)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SPOT).onafterLasing">SPOT:onafterLasing(From, Event, To)</a></td>
<td class="summary">
</td>
@@ -332,6 +344,20 @@ true if it is lasing</p>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(SPOT).Target" >
<strong>SPOT.Target</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -374,7 +400,7 @@ true if it is lasing</p>
<dt>
<a id="#(SPOT).onafterLaseOn" >
<strong>SPOT:onafterLaseOn(From, Event, To, PointVec3, LaserCode, Duration)</strong>
<strong>SPOT:onafterLaseOn(From, Event, To, Target, LaserCode, Duration)</strong>
</a>
</dt>
<dd>
@@ -400,7 +426,7 @@ true if it is lasing</p>
</li>
<li>
<p><code><em><a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> PointVec3 </em></code>: </p>
<p><code><em><a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a> Target </em></code>: </p>
</li>
<li>
@@ -414,11 +440,37 @@ true if it is lasing</p>
</li>
</ul>
<h3>Return value</h3>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SPOT).onafterLasing" >
<strong>SPOT:onafterLasing(From, Event, To)</strong>
</a>
</dt>
<dd>
<h3>Parameters</h3>
<ul>
<li>
<p><em><a href="##(SPOT)">#SPOT</a>:</em></p>
<p><code><em> From </em></code>: </p>
</li>
<li>
<p><code><em> Event </em></code>: </p>
</li>
<li>
<p><code><em> To </em></code>: </p>
</li>
</ul>
</dd>
</dl>