Added DESIGNATE:SetMission() method.

-- Allows to place the designate menu under the menu of the mission.
This commit is contained in:
FlightControl_Master
2017-07-19 18:45:48 +02:00
parent 2c16992b5c
commit 1206935886
13 changed files with 165 additions and 41 deletions
+34 -2
View File
@@ -204,7 +204,7 @@
<tr>
<td class="name" nowrap="nowrap"><a href="##(MISSION).GetMenu">MISSION:GetMenu(TaskGroup)</a></td>
<td class="summary">
<p>Gets the mission menu for the coalition.</p>
<p>Gets the mission menu for the TaskGroup.</p>
</td>
</tr>
<tr>
@@ -223,6 +223,12 @@
<td class="name" nowrap="nowrap"><a href="##(MISSION).GetPlayerNames">MISSION:GetPlayerNames()</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(MISSION).GetRootMenu">MISSION:GetRootMenu(TaskGroup)</a></td>
<td class="summary">
<p>Gets the root mission menu for the TaskGroup.</p>
</td>
</tr>
<tr>
@@ -900,7 +906,7 @@ The CLIENT or UNIT of the Player crashing.</p>
</dt>
<dd>
<p>Gets the mission menu for the coalition.</p>
<p>Gets the mission menu for the TaskGroup.</p>
<h3>Parameter</h3>
<ul>
@@ -973,6 +979,32 @@ The task added.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(MISSION).GetRootMenu" >
<strong>MISSION:GetRootMenu(TaskGroup)</strong>
</a>
</dt>
<dd>
<p>Gets the root mission menu for the TaskGroup.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em> TaskGroup </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="Core.Menu.html##(MENU_COALITION)">Core.Menu#MENU_COALITION</a>:</em>
self</p>
</dd>
</dl>
<dl class="function">