Publish to master

This commit is contained in:
FlightControl
2017-04-19 19:41:26 +02:00
parent b1c7e04422
commit cb5510d047
78 changed files with 1429 additions and 49 deletions

View File

@@ -20,6 +20,7 @@
<li><a href="AI_Balancer.html">AI_Balancer</a></li>
<li><a href="AI_Cap.html">AI_Cap</a></li>
<li><a href="AI_Cas.html">AI_Cas</a></li>
<li><a href="AI_Designate.html">AI_Designate</a></li>
<li><a href="AI_Patrol.html">AI_Patrol</a></li>
<li><a href="Account.html">Account</a></li>
<li><a href="Airbase.html">Airbase</a></li>
@@ -75,6 +76,7 @@
<li><a href="Smoke.html">Smoke</a></li>
<li><a href="Spawn.html">Spawn</a></li>
<li><a href="SpawnStatic.html">SpawnStatic</a></li>
<li><a href="Spot.html">Spot</a></li>
<li><a href="Static.html">Static</a></li>
<li><a href="StaticObject.html">StaticObject</a></li>
<li><a href="Task.html">Task</a></li>
@@ -233,6 +235,24 @@
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).IsAboveRunway">POSITIONABLE:IsAboveRunway()</a></td>
<td class="summary">
<p>Returns if the Positionable is located above a runway.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).IsLasing">POSITIONABLE:IsLasing()</a></td>
<td class="summary">
<p>Check if the POSITIONABLE is lasing a target</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).LaseOff">POSITIONABLE:LaseOff(Target)</a></td>
<td class="summary">
<p>Stop Lasing a POSITIONABLE</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).LaseUnit">POSITIONABLE:LaseUnit(Target, LaserCode, Duration)</a></td>
<td class="summary">
<p>Start Lasing a POSITIONABLE</p>
</td>
</tr>
<tr>
@@ -287,6 +307,12 @@
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).PositionableName">POSITIONABLE.PositionableName</a></td>
<td class="summary">
<p>The name of the measurable.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).Spot">POSITIONABLE.Spot</a></td>
<td class="summary">
</td>
</tr>
</table>
@@ -760,6 +786,86 @@ The POSITIONABLE is not existing or alive. </p>
<dl class="function">
<dt>
<a id="#(POSITIONABLE).IsLasing" >
<strong>POSITIONABLE:IsLasing()</strong>
</a>
</dt>
<dd>
<p>Check if the POSITIONABLE is lasing a target</p>
<h3>Return value</h3>
<p><em>#boolean:</em>
true if it is lasing a target</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(POSITIONABLE).LaseOff" >
<strong>POSITIONABLE:LaseOff(Target)</strong>
</a>
</dt>
<dd>
<p>Stop Lasing a POSITIONABLE</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="##(POSITIONABLE)">#POSITIONABLE</a> Target </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(POSITIONABLE)">#POSITIONABLE</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(POSITIONABLE).LaseUnit" >
<strong>POSITIONABLE:LaseUnit(Target, LaserCode, Duration)</strong>
</a>
</dt>
<dd>
<p>Start Lasing a POSITIONABLE</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em><a href="##(POSITIONABLE)">#POSITIONABLE</a> Target </em></code>: </p>
</li>
<li>
<p><code><em>#number LaserCode </em></code>: </p>
</li>
<li>
<p><code><em>#number Duration </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p>Spot</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(POSITIONABLE).Message" >
<strong>POSITIONABLE:Message(Message, Duration, Name)</strong>
</a>
@@ -1073,6 +1179,20 @@ self</p>
<p>The name of the measurable.</p>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(POSITIONABLE).Spot" >
<strong>POSITIONABLE.Spot</strong>
</a>
</dt>
<dd>
</dd>
</dl>