This commit is contained in:
FlightControl
2017-04-22 15:11:02 +02:00
parent 456b3f483f
commit e80b90fcf6
10 changed files with 304 additions and 18 deletions

View File

@@ -142,6 +142,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).GroupSet">AI_DESIGNATE.GroupSet</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).Illuminate">AI_DESIGNATE:Illuminate()</a></td>
<td class="summary">
<p>Illuminate Trigger for AI_DESIGNATE</p>
</td>
</tr>
<tr>
@@ -166,6 +172,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).LaserCodesUsed">AI_DESIGNATE.LaserCodesUsed</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).MenuIlluminate">AI_DESIGNATE:MenuIlluminate(AttackGroup, Index)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -181,7 +193,7 @@ each detected set of potential targets can be lased or smoked...</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).MenuSmoke">AI_DESIGNATE:MenuSmoke(AttackGroup, Index)</a></td>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).MenuSmoke">AI_DESIGNATE:MenuSmoke(AttackGroup, Index, Color)</a></td>
<td class="summary">
</td>
@@ -196,6 +208,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).OnAfterDetect">AI_DESIGNATE:OnAfterDetect(From, Event, To)</a></td>
<td class="summary">
<p>Detect Handler OnAfter for AI_DESIGNATE</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).OnAfterIlluminate">AI_DESIGNATE:OnAfterIlluminate(From, Event, To)</a></td>
<td class="summary">
<p>Illuminate Handler OnAfter for AI_DESIGNATE</p>
</td>
</tr>
<tr>
@@ -226,6 +244,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).OnBeforeDetect">AI_DESIGNATE:OnBeforeDetect(From, Event, To)</a></td>
<td class="summary">
<p>Detect Handler OnBefore for AI_DESIGNATE</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).OnBeforeIlluminate">AI_DESIGNATE:OnBeforeIlluminate(From, Event, To)</a></td>
<td class="summary">
<p>Illuminate Handler OnBefore for AI_DESIGNATE</p>
</td>
</tr>
<tr>
@@ -298,6 +322,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).__Detect">AI_DESIGNATE:__Detect(Delay)</a></td>
<td class="summary">
<p>Detect Asynchronous Trigger for AI_DESIGNATE</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).__Illuminate">AI_DESIGNATE:__Illuminate(Delay)</a></td>
<td class="summary">
<p>Illuminate Asynchronous Trigger for AI_DESIGNATE</p>
</td>
</tr>
<tr>
@@ -328,6 +358,18 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).onafterDetect">AI_DESIGNATE:onafterDetect()</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).onafterDone">AI_DESIGNATE:onafterDone(From, Event, To, Index)</a></td>
<td class="summary">
<p>Done</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).onafterIlluminate">AI_DESIGNATE:onafterIlluminate(From, Event, To, AttackGroup, Index)</a></td>
<td class="summary">
<p>Illuminating</p>
</td>
</tr>
<tr>
@@ -349,7 +391,7 @@ each detected set of potential targets can be lased or smoked...</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).onafterSmoke">AI_DESIGNATE:onafterSmoke(From, Event, To, AttackGroup, Index)</a></td>
<td class="name" nowrap="nowrap"><a href="##(AI_DESIGNATE).onafterSmoke">AI_DESIGNATE:onafterSmoke(From, Event, To, AttackGroup, Index, Color)</a></td>
<td class="summary">
</td>
@@ -376,6 +418,14 @@ each detected set of potential targets can be lased or smoked...</p>
<p>Targets can be:</p>
<ul>
<li><strong>Lased</strong> for a period of time.</li>
<li><strong>Smoked</strong>. Artillery or airplanes with Illuminatino ordonance need to be present. (WIP, but early demo ready.)</li>
<li><strong>Illuminated</strong> through an illumination bomb. Artillery or airplanes with Illuminatino ordonance need to be present. (WIP, but early demo ready.</li>
</ul>
<p>The following terminology is being used throughout this document:</p>
<ul>
@@ -540,6 +590,19 @@ One laser code can be given or an sequence of laser codes through an table...</p
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).Illuminate" >
<strong>AI_DESIGNATE:Illuminate()</strong>
</a>
</dt>
<dd>
<p>Illuminate Trigger for AI_DESIGNATE</p>
</dd>
</dl>
<dl class="function">
@@ -593,6 +656,32 @@ One laser code can be given or an sequence of laser codes through an table...</p
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).MenuIlluminate" >
<strong>AI_DESIGNATE:MenuIlluminate(AttackGroup, Index)</strong>
</a>
</dt>
<dd>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> AttackGroup </em></code>: </p>
</li>
<li>
<p><code><em> Index </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
@@ -661,7 +750,7 @@ One laser code can be given or an sequence of laser codes through an table...</p
<dt>
<a id="#(AI_DESIGNATE).MenuSmoke" >
<strong>AI_DESIGNATE:MenuSmoke(AttackGroup, Index)</strong>
<strong>AI_DESIGNATE:MenuSmoke(AttackGroup, Index, Color)</strong>
</a>
</dt>
<dd>
@@ -679,6 +768,11 @@ One laser code can be given or an sequence of laser codes through an table...</p
<p><code><em> Index </em></code>: </p>
</li>
<li>
<p><code><em> Color </em></code>: </p>
</li>
</ul>
</dd>
@@ -752,6 +846,37 @@ The set of groups to designate for.</p>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).OnAfterIlluminate" >
<strong>AI_DESIGNATE:OnAfterIlluminate(From, Event, To)</strong>
</a>
</dt>
<dd>
<p>Illuminate Handler OnAfter for AI_DESIGNATE</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em>#string From </em></code>: </p>
</li>
<li>
<p><code><em>#string Event </em></code>: </p>
</li>
<li>
<p><code><em>#string To </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).OnAfterLaseOff" >
<strong>AI_DESIGNATE:OnAfterLaseOff(From, Event, To)</strong>
</a>
@@ -907,6 +1032,42 @@ The set of groups to designate for.</p>
<p><em>#boolean:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).OnBeforeIlluminate" >
<strong>AI_DESIGNATE:OnBeforeIlluminate(From, Event, To)</strong>
</a>
</dt>
<dd>
<p>Illuminate Handler OnBefore for AI_DESIGNATE</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em>#string From </em></code>: </p>
</li>
<li>
<p><code><em>#string Event </em></code>: </p>
</li>
<li>
<p><code><em>#string To </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em>#boolean:</em></p>
</dd>
</dl>
<dl class="function">
@@ -1202,6 +1363,27 @@ number> LaserCodes</p>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).__Illuminate" >
<strong>AI_DESIGNATE:__Illuminate(Delay)</strong>
</a>
</dt>
<dd>
<p>Illuminate Asynchronous Trigger for AI_DESIGNATE</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em>#number Delay </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).__LaseOff" >
<strong>AI_DESIGNATE:__LaseOff(Delay)</strong>
</a>
@@ -1299,6 +1481,93 @@ number> LaserCodes</p>
<p><em><a href="##(AI_DESIGNATE)">#AI_DESIGNATE</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).onafterDone" >
<strong>AI_DESIGNATE:onafterDone(From, Event, To, Index)</strong>
</a>
</dt>
<dd>
<p>Done</p>
<h3>Parameters</h3>
<ul>
<li>
<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>
<li>
<p><code><em> Index </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(AI_DESIGNATE)">#AI_DESIGNATE</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_DESIGNATE).onafterIlluminate" >
<strong>AI_DESIGNATE:onafterIlluminate(From, Event, To, AttackGroup, Index)</strong>
</a>
</dt>
<dd>
<p>Illuminating</p>
<h3>Parameters</h3>
<ul>
<li>
<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>
<li>
<p><code><em> AttackGroup </em></code>: </p>
</li>
<li>
<p><code><em> Index </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(AI_DESIGNATE)">#AI_DESIGNATE</a>:</em></p>
</dd>
</dl>
<dl class="function">
@@ -1453,7 +1722,7 @@ number> LaserCodes</p>
<dt>
<a id="#(AI_DESIGNATE).onafterSmoke" >
<strong>AI_DESIGNATE:onafterSmoke(From, Event, To, AttackGroup, Index)</strong>
<strong>AI_DESIGNATE:onafterSmoke(From, Event, To, AttackGroup, Index, Color)</strong>
</a>
</dt>
<dd>
@@ -1486,6 +1755,11 @@ number> LaserCodes</p>
<p><code><em> Index </em></code>: </p>
</li>
<li>
<p><code><em> Color </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>