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:
@@ -1633,9 +1633,9 @@
|
||||
|
||||
<hr/>
|
||||
|
||||
<h3>Author: <strong><a href="https://forums.eagle.ru/member.php?u=115026">funkyfranky</a></strong></h3>
|
||||
<h3>Author: <strong>funkyfranky</strong></h3>
|
||||
|
||||
<h3>Contributions: <a href="https://forums.eagle.ru/member.php?u=89536">FlightControl</a></h3>
|
||||
<h3>Contributions: FlightControl, Applevangelist</h3>
|
||||
|
||||
<hr/>
|
||||
|
||||
@@ -1850,7 +1850,7 @@ pseudoATC:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).SetEventsMoose">PSEUDOATC:SetEventsMoose(switch)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Enable/disable event handling by MOOSE or DCS.</p>
|
||||
<p>[Deprecated] Enable/disable event handling by MOOSE or DCS.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -1934,7 +1934,7 @@ pseudoATC:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).eventsmoose">PSEUDOATC.eventsmoose</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>If true, events are handled by MOOSE. If false, events are handled directly by DCS eventhandler.</p>
|
||||
<p>[Deprecated] If true, events are handled by MOOSE. If false, events are handled directly by DCS eventhandler.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -1953,12 +1953,6 @@ pseudoATC:Start()
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).mrefresh">PSEUDOATC.mrefresh</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Interval in seconds after which the F10 menu is refreshed. E.g. by the closest airports. Default is 120 sec.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).onEvent">PSEUDOATC:onEvent(Event)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p> Event handler for suppressed groups.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2580,7 +2574,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
#boolean
|
||||
<a id="#(PSEUDOATC).eventsmoose" ><strong>PSEUDOATC.eventsmoose</strong></a>
|
||||
|
||||
<p>If true, events are handled by MOOSE. If false, events are handled directly by DCS eventhandler.</p>
|
||||
<p>[Deprecated] If true, events are handled by MOOSE. If false, events are handled directly by DCS eventhandler.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -3591,7 +3585,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<h2><a id="#(PSEUDOATC).SetEventsMoose" ><strong>PSEUDOATC:SetEventsMoose(switch)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Enable/disable event handling by MOOSE or DCS.</p>
|
||||
<p>[Deprecated] Enable/disable event handling by MOOSE or DCS.</p>
|
||||
|
||||
<div id= "#Functions##SetEventsMoose" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -4046,39 +4040,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(PSEUDOATC).onEvent" ><strong>PSEUDOATC:onEvent(Event)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p> Event handler for suppressed groups.</p>
|
||||
|
||||
<div id= "#Functions##onEvent" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p>PSEUDOATC</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#table
|
||||
<strong><strong>Event</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Event data table. Holds event.id, event.initiator and event.target etc.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4124,7 +4085,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
#boolean
|
||||
<a id="#(PSEUDOATC).eventsmoose" ><strong>PSEUDOATC.eventsmoose</strong></a>
|
||||
|
||||
<p>If true, events are handled by MOOSE. If false, events are handled directly by DCS eventhandler.</p>
|
||||
<p>[Deprecated] If true, events are handled by MOOSE. If false, events are handled directly by DCS eventhandler.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user