mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2524,6 +2524,30 @@ Therefore, this class is considered to be deprecated</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).CreateEventDead">TASK_A2A_DISPATCHER:CreateEventDead(EventTime, Initiator, IniObjectCategory)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creation of a Dead Event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).CreateEventDynamicCargoLoaded">TASK_A2A_DISPATCHER:CreateEventDynamicCargoLoaded(DynamicCargo)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creation of a S_EVENT_DYNAMIC_CARGO_LOADED event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).CreateEventDynamicCargoRemoved">TASK_A2A_DISPATCHER:CreateEventDynamicCargoRemoved(DynamicCargo)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creation of a S_EVENT_DYNAMIC_CARGO_REMOVED event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).CreateEventDynamicCargoUnloaded">TASK_A2A_DISPATCHER: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="##(TASK_A2A_DISPATCHER).CreateEventNewDynamicCargo">TASK_A2A_DISPATCHER:CreateEventNewDynamicCargo(DynamicCargo)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creation of a S_EVENT_NEW_DYNAMIC_CARGO event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2704,6 +2728,24 @@ Therefore, this class is considered to be deprecated</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).OnEventDiscardChairAfterEjection">TASK_A2A_DISPATCHER:OnEventDiscardChairAfterEjection(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Discard chair after ejection.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).OnEventDynamicCargoLoaded">TASK_A2A_DISPATCHER:OnEventDynamicCargoLoaded(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when a player loads a dynamic cargo object with the F8 ground crew menu into a helo.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).OnEventDynamicCargoRemoved">TASK_A2A_DISPATCHER:OnEventDynamicCargoRemoved(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when a dynamic cargo crate is removed.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).OnEventDynamicCargoUnloaded">TASK_A2A_DISPATCHER:OnEventDynamicCargoUnloaded(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when a player unloads a dynamic cargo object with the F8 ground crew menu from a helo.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2792,6 +2834,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when a mission starts
|
||||
Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a> as these are just the prototypes. </p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TASK_A2A_DISPATCHER).OnEventNewDynamicCargo">TASK_A2A_DISPATCHER:OnEventNewDynamicCargo(EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Occurs when a player creates a dynamic cargo object from the F8 ground crew menu.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3050,7 +3098,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="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@@ -3775,7 +3823,7 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@@ -4951,7 +4999,7 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@@ -6429,7 +6477,7 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@@ -6683,6 +6731,138 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).CreateEventDynamicCargoLoaded" ><strong>TASK_A2A_DISPATCHER:CreateEventDynamicCargoLoaded(DynamicCargo)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Creation of a S_EVENT_DYNAMIC_CARGO_LOADED event.</p>
|
||||
|
||||
<div id= "#Functions##CreateEventDynamicCargoLoaded" 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="Wrapper.DynamicCargo.html##(DYNAMICCARGO)">Wrapper.DynamicCargo#DYNAMICCARGO</a>
|
||||
<strong><strong>DynamicCargo</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>the dynamic cargo object</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).CreateEventDynamicCargoRemoved" ><strong>TASK_A2A_DISPATCHER:CreateEventDynamicCargoRemoved(DynamicCargo)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Creation of a S_EVENT_DYNAMIC_CARGO_REMOVED event.</p>
|
||||
|
||||
<div id= "#Functions##CreateEventDynamicCargoRemoved" 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="Wrapper.DynamicCargo.html##(DYNAMICCARGO)">Wrapper.DynamicCargo#DYNAMICCARGO</a>
|
||||
<strong><strong>DynamicCargo</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>the dynamic cargo object</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).CreateEventDynamicCargoUnloaded" ><strong>TASK_A2A_DISPATCHER:CreateEventDynamicCargoUnloaded(DynamicCargo)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.</p>
|
||||
|
||||
<div id= "#Functions##CreateEventDynamicCargoUnloaded" 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="Wrapper.DynamicCargo.html##(DYNAMICCARGO)">Wrapper.DynamicCargo#DYNAMICCARGO</a>
|
||||
<strong><strong>DynamicCargo</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>the dynamic cargo object</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).CreateEventNewDynamicCargo" ><strong>TASK_A2A_DISPATCHER:CreateEventNewDynamicCargo(DynamicCargo)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Creation of a S_EVENT_NEW_DYNAMIC_CARGO event.</p>
|
||||
|
||||
<div id= "#Functions##CreateEventNewDynamicCargo" 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="Wrapper.DynamicCargo.html##(DYNAMICCARGO)">Wrapper.DynamicCargo#DYNAMICCARGO</a>
|
||||
<strong><strong>DynamicCargo</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>the dynamic cargo object</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7877,6 +8057,114 @@ initiator : The unit that is dead. </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).OnEventDynamicCargoLoaded" ><strong>TASK_A2A_DISPATCHER:OnEventDynamicCargoLoaded(EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Occurs when a player loads a dynamic cargo object with the F8 ground crew menu into a helo.</p>
|
||||
|
||||
|
||||
<p><strong>* NOTE *</strong> this is a workarounf for DCS not creating these events as of Aug 2024.</p>
|
||||
|
||||
<div id= "#Functions##OnEventDynamicCargoLoaded" 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>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).OnEventDynamicCargoRemoved" ><strong>TASK_A2A_DISPATCHER:OnEventDynamicCargoRemoved(EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Occurs when a dynamic cargo crate is removed.</p>
|
||||
|
||||
|
||||
<p><strong>* NOTE *</strong> this is a workarounf for DCS not creating these events as of Aug 2024.</p>
|
||||
|
||||
<div id= "#Functions##OnEventDynamicCargoRemoved" 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>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).OnEventDynamicCargoUnloaded" ><strong>TASK_A2A_DISPATCHER:OnEventDynamicCargoUnloaded(EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Occurs when a player unloads a dynamic cargo object with the F8 ground crew menu from a helo.</p>
|
||||
|
||||
|
||||
<p><strong>* NOTE *</strong> this is a workarounf for DCS not creating these events as of Aug 2024.</p>
|
||||
|
||||
<div id= "#Functions##OnEventDynamicCargoUnloaded" 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>
|
||||
|
||||
@@ -8405,6 +8693,42 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(TASK_A2A_DISPATCHER).OnEventNewDynamicCargo" ><strong>TASK_A2A_DISPATCHER:OnEventNewDynamicCargo(EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Occurs when a player creates a dynamic cargo object from the F8 ground crew menu.</p>
|
||||
|
||||
|
||||
<p><strong>* NOTE *</strong> this is a workarounf for DCS not creating these events as of Aug 2024.</p>
|
||||
|
||||
<div id= "#Functions##OnEventNewDynamicCargo" 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