Reduction of moose.lua sizing working now!

This commit is contained in:
FlightControl_Master
2017-09-26 18:47:33 +02:00
parent 11067d4bfd
commit 5558c26db7
160 changed files with 36080 additions and 229 deletions
+38 -27
View File
@@ -162,12 +162,6 @@
<h1>AI<em>CAS</em>ZONE class, extends <a href="AI_Patrol.html##(AI_PATROL_ZONE)">AI<em>Patrol#AI</em>PATROL_ZONE</a></h1>
<p>AI<em>CAS</em>ZONE derives from the <a href="AI_Patrol.html##(AI_PATROL_ZONE)">AI<em>Patrol#AI</em>PATROL_ZONE</a>, inheriting its methods and behaviour.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="#_NewEngageRoute">_NewEngageRoute(AIControllable)</a></td>
<td class="summary">
</td>
</tr>
</table>
@@ -225,6 +219,12 @@
<td class="name" nowrap="nowrap"><a href="##(AI_CAS_ZONE).EngageDirection">AI_CAS_ZONE.EngageDirection</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(AI_CAS_ZONE).EngageRoute">AI_CAS_ZONE.EngageRoute(AI, EngageGroup, Fsm)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -531,27 +531,6 @@ It can be notified to go RTB through the <strong>RTB</strong> event.</p>
<hr/>
</dd>
</dl>
<dl class="function">
<dt>
<a id="_NewEngageRoute" >
<strong>_NewEngageRoute(AIControllable)</strong>
</a>
</dt>
<dd>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a> AIControllable </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<h2><a id="#(AI_Cas)" >Type <code>AI_Cas</code></a></h2>
@@ -715,6 +694,38 @@ Use the structure <a href="DCSTypes.html##(AI.Task).WeaponExpend">DCSTypes#AI.Ta
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(AI_CAS_ZONE).EngageRoute" >
<strong>AI_CAS_ZONE.EngageRoute(AI, EngageGroup, Fsm)</strong>
</a>
</dt>
<dd>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> AI </em></code>:
AI<em>CAS#AI</em>CAS_ZONE </p>
</li>
<li>
<p><code><em><a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> EngageGroup </em></code>: </p>
</li>
<li>
<p><code><em> Fsm </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">