Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-08-18 12:00:36 +00:00
parent 57b3b293ee
commit 4fdcaaf09d
108 changed files with 43055 additions and 16765 deletions

View File

@@ -2415,6 +2415,30 @@ 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).CreateEventDead">SETTINGS: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="##(SETTINGS).CreateEventDynamicCargoLoaded">SETTINGS: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="##(SETTINGS).CreateEventDynamicCargoRemoved">SETTINGS: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="##(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).CreateEventNewDynamicCargo">SETTINGS: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">
@@ -2595,6 +2619,24 @@ 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).OnEventDiscardChairAfterEjection">SETTINGS: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="##(SETTINGS).OnEventDynamicCargoLoaded">SETTINGS: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="##(SETTINGS).OnEventDynamicCargoRemoved">SETTINGS: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="##(SETTINGS).OnEventDynamicCargoUnloaded">SETTINGS: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">
@@ -2683,6 +2725,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="##(SETTINGS).OnEventNewDynamicCargo">SETTINGS: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">
@@ -2975,14 +3023,11 @@ 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).A2GSystem" ><strong>SETTINGS.A2GSystem</strong></a>
<p>BASE:E( {PlayerUnit:GetName(), A2GSystem } )</p>
</div>
</div>
@@ -3022,7 +3067,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>
@@ -3063,6 +3108,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##A2AMenuSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3113,6 +3161,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##A2GMenuSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3627,6 +3678,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuGroupA2ASystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3687,6 +3741,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuGroupA2GSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3747,6 +3804,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuGroupLL_DDM_AccuracySystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3807,6 +3867,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuGroupMGRS_AccuracySystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3867,6 +3930,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuGroupMWSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3927,6 +3993,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuGroupMessageTimingsSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -3997,6 +4066,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuLL_DDM_Accuracy" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -4047,6 +4119,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuMGRS_Accuracy" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -4097,6 +4172,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuMWSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -4147,6 +4225,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> @param #SETTINGS self</p>
<div id= "#Functions##MenuMessageTimingsSystem" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -5069,6 +5150,12 @@ It is advised to use this method at the start of the mission.</p>
<p> @param #SETTINGS self
@param Wrapper.Group#GROUP MenuGroup Group for which to add menus.
@param #table RootMenu Root menu table
@return #SETTINGS</p>
<div id= "#Functions##SetSystemMenu" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
@@ -5079,40 +5166,23 @@ It is advised to use this method at the start of the mission.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
<strong><strong>MenuGroup</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Group for which to add menus.</p>
<p></p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#table
<strong><strong>RootMenu</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Root menu table</p>
<p></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(SETTINGS)">#SETTINGS</a>:</p>
</div>
<div class="w3-half">
</div>
</div>
</div>
</div>
@@ -5135,14 +5205,11 @@ 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).A2GSystem" ><strong>SETTINGS.A2GSystem</strong></a>
<p>BASE:E( {PlayerUnit:GetName(), A2GSystem } )</p>
</div>
</div>
@@ -5182,7 +5249,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>
@@ -5447,6 +5514,138 @@ 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).CreateEventDynamicCargoLoaded" ><strong>SETTINGS: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="#(SETTINGS).CreateEventDynamicCargoRemoved" ><strong>SETTINGS: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="#(SETTINGS).CreateEventDynamicCargoUnloaded" ><strong>SETTINGS: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="#(SETTINGS).CreateEventNewDynamicCargo" ><strong>SETTINGS: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>
@@ -6641,6 +6840,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="#(SETTINGS).OnEventDynamicCargoLoaded" ><strong>SETTINGS: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="#(SETTINGS).OnEventDynamicCargoRemoved" ><strong>SETTINGS: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="#(SETTINGS).OnEventDynamicCargoUnloaded" ><strong>SETTINGS: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>
@@ -7169,6 +7476,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="#(SETTINGS).OnEventNewDynamicCargo" ><strong>SETTINGS: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>