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

@@ -237,6 +237,12 @@
<td class="name" nowrap="nowrap"><a href="##(TASK).GetID">TASK:GetID()</a></td>
<td class="summary">
<p>Gets the ID of the Task</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).GetInfo">TASK:GetInfo(TaskInfo)</a></td>
<td class="summary">
<p>Gets the Information of the Task</p>
</td>
</tr>
<tr>
@@ -417,6 +423,12 @@
<td class="name" nowrap="nowrap"><a href="##(TASK).MenuAssigned">TASK.MenuAssigned</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).MenuMarkToGroup">TASK:MenuMarkToGroup(TaskGroup)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -1333,6 +1345,33 @@ TaskID</p>
<dl class="function">
<dt>
<a id="#(TASK).GetInfo" >
<strong>TASK:GetInfo(TaskInfo)</strong>
</a>
</dt>
<dd>
<p>Gets the Information of the Task</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em>#string TaskInfo </em></code>:
The key and title of the task information.</p>
</li>
</ul>
<h3>Return value</h3>
<p><em>#string:</em>
TaskInfoText The Task info text.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK).GetMission" >
<strong>TASK:GetMission()</strong>
</a>
@@ -1887,6 +1926,27 @@ true if Unit is part of the Task.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK).MenuMarkToGroup" >
<strong>TASK:MenuMarkToGroup(TaskGroup)</strong>
</a>
</dt>
<dd>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> TaskGroup </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">