Introduction of Zone goal classes

This commit is contained in:
FlightControl_Master
2017-10-06 14:44:28 +02:00
parent 5c56e75a60
commit 020f097584
97 changed files with 89248 additions and 2104 deletions

View File

@@ -91,13 +91,13 @@
<li><a href="Static.html">Static</a></li>
<li><a href="StaticObject.html">StaticObject</a></li>
<li><a href="Task.html">Task</a></li>
<li><a href="TaskZoneCapture.html">TaskZoneCapture</a></li>
<li><a href="Task_A2A.html">Task_A2A</a></li>
<li><a href="Task_A2A_Dispatcher.html">Task_A2A_Dispatcher</a></li>
<li>Task_A2G</li>
<li><a href="Task_A2G_Dispatcher.html">Task_A2G_Dispatcher</a></li>
<li><a href="Task_Cargo.html">Task_Cargo</a></li>
<li><a href="Task_PICKUP.html">Task_PICKUP</a></li>
<li><a href="Task_Protect.html">Task_Protect</a></li>
<li><a href="Unit.html">Unit</a></li>
<li><a href="Utils.html">Utils</a></li>
<li><a href="Zone.html">Zone</a></li>
@@ -169,6 +169,12 @@ based on the tasking capabilities defined in <a href="Task.html##(TASK)">Task#TA
<td class="name" nowrap="nowrap"><a href="##(TASK_A2G).GetGoalTotal">TASK_A2G:GetGoalTotal()</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK_A2G).GetMarkInfo">TASK_A2G:GetMarkInfo(TaskInfoID, TaskInfo)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -187,6 +193,12 @@ based on the tasking capabilities defined in <a href="Task.html##(TASK)">Task#TA
<td class="name" nowrap="nowrap"><a href="##(TASK_A2G).GetRendezVousZone">TASK_A2G:GetRendezVousZone(TaskUnit)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK_A2G).GetReportDetail">TASK_A2G:GetReportDetail(ReportGroup, TaskInfoID, TaskInfo)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -537,6 +549,32 @@ based on detected enemy ground targets.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK_A2G).GetMarkInfo" >
<strong>TASK_A2G:GetMarkInfo(TaskInfoID, TaskInfo)</strong>
</a>
</dt>
<dd>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> TaskInfoID </em></code>: </p>
</li>
<li>
<p><code><em> TaskInfo </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
@@ -617,6 +655,37 @@ The Zone object where the RendezVous is located on the map.</p>
<dl class="function">
<dt>
<a id="#(TASK_A2G).GetReportDetail" >
<strong>TASK_A2G:GetReportDetail(ReportGroup, TaskInfoID, TaskInfo)</strong>
</a>
</dt>
<dd>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> ReportGroup </em></code>: </p>
</li>
<li>
<p><code><em> TaskInfoID </em></code>: </p>
</li>
<li>
<p><code><em> TaskInfo </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK_A2G).GetTargetCoordinate" >
<strong>TASK_A2G:GetTargetCoordinate(TaskUnit)</strong>
</a>