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

@@ -470,6 +470,12 @@ The following iterator methods are currently available within the SET</em>AIRBAS
<td class="name" nowrap="nowrap"><a href="##(SET_BASE).AddObject">SET_BASE:AddObject(Object)</a></td>
<td class="summary">
<p>Adds a <a href="Core.Base.html##(BASE)">Core.Base#BASE</a> object in the <a href="Core.Set.html##(SET_BASE)">Core.Set#SET_BASE</a>, using the Object Name as the index.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_BASE).CallScheduler">SET_BASE.CallScheduler</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -1600,6 +1606,20 @@ The added BASE Object.</p>
<p><em><a href="Core.Base.html##(BASE)">Core.Base#BASE</a>:</em>
The added BASE Object.</p>
</dd>
</dl>
<dl class="function">
<dt>
<em><a href="Core.Scheduler.html##(SCHEDULER)">Core.Scheduler#SCHEDULER</a></em>
<a id="#(SET_BASE).CallScheduler" >
<strong>SET_BASE.CallScheduler</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">