mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 03:43:10 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2182,6 +2182,12 @@ Therefore, there are 4 era that are defined within the settings:</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SETTINGS).CreateEventDynamicCargoUnloaded">SETTINGS:CreateEventDynamicCargoUnloaded(DynamicCargo)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SETTINGS).CreateEventGroupChangeOption">SETTINGS:CreateEventGroupChangeOption(EventTime, Initiator)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creation of a <code>S_EVENT_GROUP_CHANGE_OPTION</code> event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2417,6 +2423,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SETTINGS).OnEventEngineStartup">SETTINGS:OnEventEngineStartup(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when any aircraft starts its engines.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SETTINGS).OnEventGroupChangeOption">SETTINGS:OnEventGroupChangeOption(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when an option is changed for an AI group.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2785,7 +2797,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#string
|
||||
<a id="#(SETTINGS).A2ASystem" ><strong>SETTINGS.A2ASystem</strong></a>
|
||||
|
||||
|
||||
@@ -2840,7 +2852,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(SETTINGS).Metric" ><strong>SETTINGS.Metric</strong></a>
|
||||
|
||||
|
||||
@@ -4942,7 +4954,7 @@ It is advised to use this method at the start of the mission.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#string
|
||||
<a id="#(SETTINGS).A2ASystem" ><strong>SETTINGS.A2ASystem</strong></a>
|
||||
|
||||
|
||||
@@ -4997,7 +5009,7 @@ It is advised to use this method at the start of the mission.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(SETTINGS).Metric" ><strong>SETTINGS.Metric</strong></a>
|
||||
|
||||
|
||||
@@ -5361,6 +5373,52 @@ It is advised to use this method at the start of the mission.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(SETTINGS).CreateEventGroupChangeOption" ><strong>SETTINGS:CreateEventGroupChangeOption(EventTime, Initiator)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Creation of a <code>S_EVENT_GROUP_CHANGE_OPTION</code> event.</p>
|
||||
|
||||
<div id= "#Functions##CreateEventGroupChangeOption" 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><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
|
||||
</div>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="DCS.html##(Time)">DCS#Time</a>
|
||||
<strong><strong>EventTime</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The time stamp of the event.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="DCS.html##(Group)">DCS#Group</a>
|
||||
<strong><strong>Initiator</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The initiating group of the event.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -6879,6 +6937,42 @@ initiator : The unit that is starting its engines. </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(SETTINGS).OnEventGroupChangeOption" ><strong>SETTINGS:OnEventGroupChangeOption(EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Occurs when an option is changed for an AI group.</p>
|
||||
|
||||
|
||||
<p>The event identifies the initiating group, but does not provide the option ID or value.</p>
|
||||
|
||||
<div id= "#Functions##OnEventGroupChangeOption" 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><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></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>
|
||||
<a href="Core.Event.html##(EVENTDATA)">Core.Event#EVENTDATA</a>
|
||||
<strong><strong>EventData</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The EventData structure.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user