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

@@ -1654,7 +1654,7 @@ If you want to obtain the complete <strong>3D position</strong> including ori<72>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).HandleEvent">UNIT:HandleEvent(Event, EventFunction)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).HandleEvent">UNIT: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>
@@ -1768,7 +1768,7 @@ If you want to obtain the complete <strong>3D position</strong> including ori<72>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).UnHandleEvent">UNIT:UnHandleEvent(Event)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).UnHandleEvent">UNIT: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>
@@ -3398,7 +3398,7 @@ If you want to obtain the complete <strong>3D position</strong> including ori<72>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).HandleEvent">UNIT:HandleEvent(Event, EventFunction)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).HandleEvent">UNIT: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>
@@ -3715,7 +3715,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="##(UNIT).UnHandleEvent">UNIT:UnHandleEvent(Event)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).UnHandleEvent">UNIT: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>
@@ -4901,7 +4901,7 @@ The spawn sequence number and unit number are contained within the name after th
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).HandleEvent" ><strong>UNIT:HandleEvent(Event, EventFunction)</strong></a></h2>
<h2><a id="#(UNIT).HandleEvent" ><strong>UNIT:HandleEvent(EventID, EventFunction)</strong></a></h2>
</div>
<p>Subscribe to a DCS Event.</p>
@@ -4917,11 +4917,13 @@ The spawn sequence number and unit number are contained within the name after th
<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">
@@ -4933,7 +4935,7 @@ The spawn sequence number and unit number are contained within the name after th
</div>
<div class="w3-half">
<p>(optional) The function to be called when the event occurs for the unit.</p>
<p>(Optional) The function to be called when the event occurs for the unit.</p>
</div>
</div>
@@ -4944,7 +4946,7 @@ The spawn sequence number and unit number are contained within the name after th
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
@@ -5681,7 +5683,7 @@ If the Unit is alive but not active, false is returned. </p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).UnHandleEvent" ><strong>UNIT:UnHandleEvent(Event)</strong></a></h2>
<h2><a id="#(UNIT).UnHandleEvent" ><strong>UNIT:UnHandleEvent(EventID)</strong></a></h2>
</div>
<p>UnSubscribe to a DCS event.</p>
@@ -5697,11 +5699,13 @@ If the Unit is alive but not active, false is returned. </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>
<h2><strong>Return value:</strong></h2>
@@ -5711,7 +5715,7 @@ If the Unit is alive but not active, false is returned. </p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
@@ -18626,7 +18630,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="#(UNIT).HandleEvent" ><strong>UNIT:HandleEvent(Event, EventFunction)</strong></a></h2>
<h2><a id="#(UNIT).HandleEvent" ><strong>UNIT:HandleEvent(EventID, EventFunction)</strong></a></h2>
</div>
<p>Subscribe to a DCS Event.</p>
@@ -18642,11 +18646,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">
@@ -20673,7 +20679,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="#(UNIT).UnHandleEvent" ><strong>UNIT:UnHandleEvent(Event)</strong></a></h2>
<h2><a id="#(UNIT).UnHandleEvent" ><strong>UNIT:UnHandleEvent(EventID)</strong></a></h2>
</div>
<p>UnSubscribe to a DCS event.</p>
@@ -20689,11 +20695,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>