AI_BALANCER revised completely

-- Revised and Added documentation.
-- Added pictures to documentation.
-- Add/Exit clients is working. AI balances perfectly.
-- FSM bug fixed. SUBS should not execute OnAfter, OnEnter
This commit is contained in:
FlightControl
2017-01-08 21:07:25 +01:00
parent 1f90c0c766
commit 51780b1d9b
75 changed files with 60286 additions and 176 deletions

View File

@@ -138,7 +138,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(OBJECT).New">OBJECT:New(ObjectName)</a></td>
<td class="name" nowrap="nowrap"><a href="##(OBJECT).New">OBJECT:New(ObjectName, Test)</a></td>
<td class="summary">
<p>Create a new OBJECT from a DCSObject</p>
</td>
@@ -256,20 +256,25 @@ The DCS Object is not existing or alive. </p>
<dt>
<a id="#(OBJECT).New" >
<strong>OBJECT:New(ObjectName)</strong>
<strong>OBJECT:New(ObjectName, Test)</strong>
</a>
</dt>
<dd>
<p>Create a new OBJECT from a DCSObject</p>
<h3>Parameter</h3>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em><a href="Dcs.DCSWrapper.Object.html##(Object)">Dcs.DCSWrapper.Object#Object</a> ObjectName </em></code>:
The Object name</p>
</li>
<li>
<p><code><em> Test </em></code>: </p>
</li>
</ul>
<h3>Return value</h3>