Progress!

This commit is contained in:
FlightControl
2017-04-22 13:53:54 +02:00
parent 4138a54e6b
commit 036768d400
23 changed files with 1129 additions and 239 deletions

View File

@@ -162,7 +162,7 @@
<tr>
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).GetBeacon">POSITIONABLE:GetBeacon()</a></td>
<td class="summary">
<p>Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
<p>(R2.1) Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
</td>
</tr>
<tr>
@@ -198,7 +198,7 @@
<tr>
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).GetRadio">POSITIONABLE:GetRadio()</a></td>
<td class="summary">
<p>Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
<p>(R2.1) Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
</td>
</tr>
<tr>
@@ -246,19 +246,19 @@
<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>
<p>(R2.1) 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="name" nowrap="nowrap"><a href="##(POSITIONABLE).LaseOff">POSITIONABLE:LaseOff()</a></td>
<td class="summary">
<p>Stop Lasing a POSITIONABLE</p>
<p>(R2.1) 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>
<p>(R2.1) Start Lasing a POSITIONABLE</p>
</td>
</tr>
<tr>
@@ -415,7 +415,7 @@ The POSITIONABLE is not existing or alive. </p>
</dt>
<dd>
<p>Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
<p>(R2.1) Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
<h3>Return value</h3>
@@ -584,7 +584,7 @@ The POSITIONABLE is not existing or alive. </p>
</dt>
<dd>
<p>Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
<p>(R2.1) Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
<p>Set parameters with the methods provided, then use RADIO:Broadcast() to actually broadcast the message</p>
@@ -816,7 +816,7 @@ The POSITIONABLE is not existing or alive. </p>
</dt>
<dd>
<p>Check if the POSITIONABLE is lasing a target</p>
<p>(R2.1) Check if the POSITIONABLE is lasing a target</p>
<h3>Return value</h3>
@@ -829,21 +829,13 @@ true if it is lasing a target</p>
<dt>
<a id="#(POSITIONABLE).LaseOff" >
<strong>POSITIONABLE:LaseOff(Target)</strong>
<strong>POSITIONABLE:LaseOff()</strong>
</a>
</dt>
<dd>
<p>Stop Lasing a POSITIONABLE</p>
<p>(R2.1) 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>
@@ -860,7 +852,7 @@ true if it is lasing a target</p>
</dt>
<dd>
<p>Start Lasing a POSITIONABLE</p>
<p>(R2.1) Start Lasing a POSITIONABLE</p>
<h3>Parameters</h3>
<ul>