mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -1657,7 +1657,7 @@ Note that this method will not allow anymore airbases to be attacked, so there i
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLEANUP_AIRBASE.__).HandleEvent">CLEANUP_AIRBASE.__:HandleEvent(Event, EventFunction)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLEANUP_AIRBASE.__).HandleEvent">CLEANUP_AIRBASE.__: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>
|
||||
@@ -1974,7 +1974,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="##(CLEANUP_AIRBASE.__).UnHandleEvent">CLEANUP_AIRBASE.__:UnHandleEvent(Event)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLEANUP_AIRBASE.__).UnHandleEvent">CLEANUP_AIRBASE.__: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>
|
||||
@@ -3027,7 +3027,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="#(CLEANUP_AIRBASE.__).HandleEvent" ><strong>CLEANUP_AIRBASE.__:HandleEvent(Event, EventFunction)</strong></a></h2>
|
||||
<h2><a id="#(CLEANUP_AIRBASE.__).HandleEvent" ><strong>CLEANUP_AIRBASE.__:HandleEvent(EventID, EventFunction)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Subscribe to a DCS Event.</p>
|
||||
@@ -3043,11 +3043,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">
|
||||
@@ -5074,7 +5076,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="#(CLEANUP_AIRBASE.__).UnHandleEvent" ><strong>CLEANUP_AIRBASE.__:UnHandleEvent(Event)</strong></a></h2>
|
||||
<h2><a id="#(CLEANUP_AIRBASE.__).UnHandleEvent" ><strong>CLEANUP_AIRBASE.__:UnHandleEvent(EventID)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>UnSubscribe to a DCS event.</p>
|
||||
@@ -5090,11 +5092,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>
|
||||
|
||||
Reference in New Issue
Block a user