Progress CAS + PATROLZONE

-- Code
-- Documentation
-- Presentations
-- Dias
-- Test Missions
This commit is contained in:
FlightControl
2017-01-15 18:08:58 +01:00
parent 70a64e81a4
commit b888a0e96a
159 changed files with 67594 additions and 5145 deletions

View File

@@ -18,6 +18,8 @@
</li></ul>
<ul>
<li><a href="AI_Balancer.html">AI_Balancer</a></li>
<li><a href="AI_Cas.html">AI_Cas</a></li>
<li><a href="AI_Patrol.html">AI_Patrol</a></li>
<li><a href="Account.html">Account</a></li>
<li><a href="Airbase.html">Airbase</a></li>
<li><a href="AirbasePolice.html">AirbasePolice</a></li>
@@ -41,7 +43,6 @@
<li><a href="MissileTrainer.html">MissileTrainer</a></li>
<li><a href="Mission.html">Mission</a></li>
<li><a href="Object.html">Object</a></li>
<li><a href="Patrol.html">Patrol</a></li>
<li><a href="Point.html">Point</a></li>
<li><a href="Positionable.html">Positionable</a></li>
<li><a href="Process_JTAC.html">Process_JTAC</a></li>
@@ -402,12 +403,6 @@ Use the following Zone validation methods on the group:</p>
<td class="name" nowrap="nowrap"><a href="##(GROUP).GetUnit">GROUP:GetUnit(UnitNumber)</a></td>
<td class="summary">
<p>Returns the UNIT wrapper class with number UnitNumber.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(GROUP).GetUnits">GROUP:GetUnits()</a></td>
<td class="summary">
<p>Returns the UNITs wrappers of the DCS Units of the DCS Group.</p>
</td>
</tr>
<tr>
@@ -1086,24 +1081,6 @@ The UNIT wrapper class.</p>
<dl class="function">
<dt>
<a id="#(GROUP).GetUnits" >
<strong>GROUP:GetUnits()</strong>
</a>
</dt>
<dd>
<p>Returns the UNITs wrappers of the DCS Units of the DCS Group.</p>
<h3>Return value</h3>
<p><em>#table:</em>
The UNITs wrappers.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(GROUP).GetVec2" >
<strong>GROUP:GetVec2()</strong>
</a>