MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2020-11-15 22:04:46 +00:00
parent 472ba15d72
commit 73620d3d2e
94 changed files with 1793 additions and 1493 deletions

View File

@@ -2500,7 +2500,7 @@ Use the method <a href="##(AI_PATROL_ZONE).ManageDamage">AI_PATROL_ZONE.ManageDa
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_PATROL_ZONE).HandleEvent">AI_PATROL_ZONE:HandleEvent(Event, EventFunction)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_PATROL_ZONE).HandleEvent">AI_PATROL_ZONE:HandleEvent(EventID, EventFunction)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Subscribe to a DCS Event.</p>
</td>
@@ -2817,7 +2817,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_PATROL_ZONE).UnHandleEvent">AI_PATROL_ZONE:UnHandleEvent(Event)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_PATROL_ZONE).UnHandleEvent">AI_PATROL_ZONE:UnHandleEvent(EventID)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>UnSubscribe to a DCS event.</p>
</td>
@@ -2955,9 +2955,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> This table contains the targets detected during patrol.</p>
</div>
</div>
@@ -6205,9 +6202,6 @@ Note that this method is required, as triggers the next route when patrolling fo
<p> This table contains the targets detected during patrol.</p>
</div>
</div>
@@ -6952,9 +6946,6 @@ Note that this method is required, as triggers the next route when patrolling fo
<p> This table contains the targets detected during patrol.</p>
</div>
</div>
@@ -8592,9 +8583,6 @@ Note that this method is required, as triggers the next route when patrolling fo
<p> This table contains the targets detected during patrol.</p>
</div>
</div>
@@ -9459,7 +9447,7 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AI_PATROL_ZONE).HandleEvent" ><strong>AI_PATROL_ZONE:HandleEvent(Event, EventFunction)</strong></a></h2>
<h2><a id="#(AI_PATROL_ZONE).HandleEvent" ><strong>AI_PATROL_ZONE:HandleEvent(EventID, EventFunction)</strong></a></h2>
</div>
<p>Subscribe to a DCS Event.</p>
@@ -9475,11 +9463,13 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
<div class="w3-half">
<p>
<a href="Core.Event.html##(EVENTS)">Core.Event#EVENTS</a>
<strong><strong>Event</strong></strong>
<strong><strong>EventID</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
<p>Event ID.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
@@ -11506,7 +11496,7 @@ BASE:TraceOnOff( false )</code></pre>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AI_PATROL_ZONE).UnHandleEvent" ><strong>AI_PATROL_ZONE:UnHandleEvent(Event)</strong></a></h2>
<h2><a id="#(AI_PATROL_ZONE).UnHandleEvent" ><strong>AI_PATROL_ZONE:UnHandleEvent(EventID)</strong></a></h2>
</div>
<p>UnSubscribe to a DCS event.</p>
@@ -11522,11 +11512,13 @@ BASE:TraceOnOff( false )</code></pre>
<div class="w3-half">
<p>
<a href="Core.Event.html##(EVENTS)">Core.Event#EVENTS</a>
<strong><strong>Event</strong></strong>
<strong><strong>EventID</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
<p>Event ID.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>