Added RAT documentation.

Caught some user errors for unknown airports etc.
Improved despawn on inactive planes.
This commit is contained in:
funkyfranky
2017-09-11 00:11:50 +02:00
parent 5e0e8f3f73
commit 1baeba251e
17 changed files with 963 additions and 381 deletions

View File

@@ -383,6 +383,18 @@
<td class="summary">
<p>Provides a coordinate string of the point, based on a coordinate format system:
* Uses default settings in COORDINATE.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(COORDINATE).ToStringA2A">COORDINATE:ToStringA2A(Controllable, Settings)</a></td>
<td class="summary">
<p>Provides a coordinate string of the point, based on the A2A coordinate format system.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(COORDINATE).ToStringA2G">COORDINATE:ToStringA2G(Controllable, Settings)</a></td>
<td class="summary">
<p>Provides a coordinate string of the point, based on the A2G coordinate format system.</p>
</td>
</tr>
<tr>
@@ -1938,6 +1950,68 @@ The coordinate Text in the configured coordinate system.</p>
<dl class="function">
<dt>
<a id="#(COORDINATE).ToStringA2A" >
<strong>COORDINATE:ToStringA2A(Controllable, Settings)</strong>
</a>
</dt>
<dd>
<p>Provides a coordinate string of the point, based on the A2A coordinate format system.</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a> Controllable </em></code>: </p>
</li>
<li>
<p><code><em><a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a> Settings </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em>#string:</em>
The coordinate Text in the configured coordinate system.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(COORDINATE).ToStringA2G" >
<strong>COORDINATE:ToStringA2G(Controllable, Settings)</strong>
</a>
</dt>
<dd>
<p>Provides a coordinate string of the point, based on the A2G coordinate format system.</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a> Controllable </em></code>: </p>
</li>
<li>
<p><code><em><a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a> Settings </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em>#string:</em>
The coordinate Text in the configured coordinate system.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(COORDINATE).ToStringAspect" >
<strong>COORDINATE:ToStringAspect(TargetCoordinate)</strong>
</a>