Added methods to COORDINATE to place marks on the map

* Added new methods to COORDINATE allowing to place marks for players on
the map. Now marks can be placed on the map using :AddToAll(),
:MarkToCoalition(), :MarkToCoalitionRed(), :MarkToCoalitionBlue(),
:MarkToGroup() and marks can be removed using :RemoveMark()
This commit is contained in:
FlightControl_Master
2017-09-11 06:51:14 +02:00
parent ae4affbf2f
commit 51e50bee71
14 changed files with 575 additions and 30 deletions

View File

@@ -257,6 +257,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).LaseOn">DESIGNATE:LaseOn()</a></td>
<td class="summary">
<p>LaseOn Trigger for DESIGNATE </p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).LaseStart">DESIGNATE.LaseStart</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -1090,7 +1096,7 @@ function below will use the range 1-7 just in case</p>
<dl class="function">
<dt>
<em>#number</em>
<em></em>
<a id="#(DESIGNATE).LaseDuration" >
<strong>DESIGNATE.LaseDuration</strong>
</a>
@@ -1125,6 +1131,20 @@ function below will use the range 1-7 just in case</p>
<p>LaseOn Trigger for DESIGNATE </p>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(DESIGNATE).LaseStart" >
<strong>DESIGNATE.LaseStart</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">