DESIGNATE can now lase for specific codes

* DESIGNATE can now lase targets with specific laser codes upon request
by players. Methods :AddMenuLaserCode() and :RemoveMenuLaserCode()
added, which allow to set or delete specific additional menu options in
the lase menu for players to lase with specific codes. This comes in
handy for the SU-25T and the A-10A and other planes.
This commit is contained in:
FlightControl_Master
2017-08-29 21:48:11 +02:00
parent 9784b694ba
commit 62ab859215
22 changed files with 1345 additions and 462 deletions

View File

@@ -416,9 +416,15 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(COORDINATE).ToStringLL">COORDINATE:ToStringLL(Settings)</a></td>
<td class="name" nowrap="nowrap"><a href="##(COORDINATE).ToStringLLDDM">COORDINATE:ToStringLLDDM(Settings)</a></td>
<td class="summary">
<p>Provides a Lat Lon string</p>
<p>Provides a Lat Lon string in Degree Decimal Minute format.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(COORDINATE).ToStringLLDMS">COORDINATE:ToStringLLDMS(Settings)</a></td>
<td class="summary">
<p>Provides a Lat Lon string in Degree Minute Second format.</p>
</td>
</tr>
<tr>
@@ -2111,13 +2117,13 @@ The coordinate Text in the configured coordinate system.</p>
<dl class="function">
<dt>
<a id="#(COORDINATE).ToStringLL" >
<strong>COORDINATE:ToStringLL(Settings)</strong>
<a id="#(COORDINATE).ToStringLLDDM" >
<strong>COORDINATE:ToStringLLDDM(Settings)</strong>
</a>
</dt>
<dd>
<p>Provides a Lat Lon string</p>
<p>Provides a Lat Lon string in Degree Decimal Minute format.</p>
<h3>Parameter</h3>
<ul>
@@ -2131,7 +2137,34 @@ The coordinate Text in the configured coordinate system.</p>
<h3>Return value</h3>
<p><em>#string:</em>
The LL Text</p>
The LL DDM Text</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(COORDINATE).ToStringLLDMS" >
<strong>COORDINATE:ToStringLLDMS(Settings)</strong>
</a>
</dt>
<dd>
<p>Provides a Lat Lon string in Degree Minute Second format.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a> Settings </em></code>:
(optional) Settings</p>
</li>
</ul>
<h3>Return value</h3>
<p><em>#string:</em>
The LL DMS Text</p>
</dd>
</dl>
@@ -2829,7 +2862,6 @@ The y coordinate.</p>
<dl class="function">
<dt>
<em></em>
<a id="#(POINT_VEC2).z" >
<strong>POINT_VEC2.z</strong>
</a>