mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Progress on the AI_PATROLZONE!!! Working test mission!!!
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
</li></ul>
|
||||
<ul>
|
||||
<li><a href="AIBalancer.html">AIBalancer</a></li>
|
||||
<li><a href="AI_PatrolZone.html">AI_PatrolZone</a></li>
|
||||
<li><a href="Airbase.html">Airbase</a></li>
|
||||
<li><a href="AirbasePolice.html">AirbasePolice</a></li>
|
||||
<li><a href="Base.html">Base</a></li>
|
||||
@@ -154,7 +155,13 @@ It is a fantastic development, this module.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(STATEMACHINE)._create_transition">STATEMACHINE:_create_transition(name)</a></td>
|
||||
<td class="name" nowrap="nowrap"><a href="##(STATEMACHINE)._create_transition">STATEMACHINE:_create_transition(EventName)</a></td>
|
||||
<td class="summary">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(STATEMACHINE)._delayed_transition">STATEMACHINE:_delayed_transition(EventName)</a></td>
|
||||
<td class="summary">
|
||||
|
||||
</td>
|
||||
@@ -163,6 +170,12 @@ It is a fantastic development, this module.</p>
|
||||
<td class="name" nowrap="nowrap"><a href="##(STATEMACHINE)._gosub">STATEMACHINE:_gosub(parentstate, parentevent)</a></td>
|
||||
<td class="summary">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(STATEMACHINE)._handler">STATEMACHINE:_handler(EventName, ...)</a></td>
|
||||
<td class="summary">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -426,7 +439,7 @@ It is a fantastic development, this module.</p>
|
||||
<dt>
|
||||
|
||||
<a id="#(STATEMACHINE)._create_transition" >
|
||||
<strong>STATEMACHINE:_create_transition(name)</strong>
|
||||
<strong>STATEMACHINE:_create_transition(EventName)</strong>
|
||||
</a>
|
||||
</dt>
|
||||
<dd>
|
||||
@@ -437,7 +450,28 @@ It is a fantastic development, this module.</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<p><code><em> name </em></code>: </p>
|
||||
<p><code><em> EventName </em></code>: </p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
|
||||
<a id="#(STATEMACHINE)._delayed_transition" >
|
||||
<strong>STATEMACHINE:_delayed_transition(EventName)</strong>
|
||||
</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<h3>Parameter</h3>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<p><code><em> EventName </em></code>: </p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
@@ -472,6 +506,32 @@ It is a fantastic development, this module.</p>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
|
||||
<a id="#(STATEMACHINE)._handler" >
|
||||
<strong>STATEMACHINE:_handler(EventName, ...)</strong>
|
||||
</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<h3>Parameters</h3>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<p><code><em> EventName </em></code>: </p>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
|
||||
<p><code><em> ... </em></code>: </p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
|
||||
<a id="#(STATEMACHINE)._isendstate" >
|
||||
<strong>STATEMACHINE:_isendstate(state)</strong>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user