Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-02-26 22:42:32 +00:00
parent e65918e5d2
commit c926c7947d
64 changed files with 4044 additions and 1070 deletions
+189 -50
View File
@@ -1922,6 +1922,12 @@ The commander will select the best assets available from all the legions under h
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).GetAssetDataByName">AUFTRAG:GetAssetDataByName(AssetName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get asset data table.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).GetCargoSet">AUFTRAG:GetCargoSet()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get cargo items as set SET object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1931,7 +1937,7 @@ The commander will select the best assets available from all the legions under h
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).GetDCSMissionTask">AUFTRAG:GetDCSMissionTask()</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).GetDCSMissionTask">AUFTRAG:GetDCSMissionTask(MissionGroup)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get DCS task table for the given mission.</p>
</td>
@@ -2504,6 +2510,12 @@ The commander will select the best assets available from all the legions under h
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).NewFACA">AUFTRAG:NewFACA(Target, Designation, DataLink, Frequency, Modulation)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p><strong>[AIR]</strong> Create a FACA mission.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).NewFREIGHTTRANSPORT">AUFTRAG:NewFREIGHTTRANSPORT(StaticCargo, Destination)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p><strong>[AIR]</strong> Create a FREIGHT TRANSPORT mission.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3060,7 +3072,7 @@ The commander will select the best assets available from all the legions under h
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).SetRepeatDelay">AUFTRAG:SetRepeatDelay(Nrepeat, RepeatDelay)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).SetRepeatDelay">AUFTRAG:SetRepeatDelay(RepeatDelay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p><strong>[LEGION, COMMANDER, CHIEF]</strong> Set the repeat delay in seconds after a mission is successful/failed.</p>
</td>
@@ -4547,6 +4559,12 @@ The commander will select the best assets available from all the legions under h
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).SetStartState">AUFTRAG:SetStartState(State)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Sets the start state of the FSM.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG)._ClearFSMEvent">AUFTRAG:_ClearFSMEvent(EventName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Clear scheduled FSM event.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6013,6 +6031,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG.Type).FERRY">AUFTRAG.Type.FERRY</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Ferry mission.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG.Type).FREIGHTTRANSPORT">AUFTRAG.Type.FREIGHTTRANSPORT</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Freight transport.</p>
</td>
</tr>
<tr class="w3-border">
@@ -7397,17 +7421,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Mission Ingress waypoint coordinate.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AUFTRAG).missionIngressCoordAlt" ><strong>AUFTRAG.missionIngressCoordAlt</strong></a>
</div>
</div>
@@ -9603,6 +9616,39 @@ 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="#(AUFTRAG).GetCargoSet" ><strong>AUFTRAG:GetCargoSet()</strong></a></h2>
</div>
<p>Get cargo items as set SET object.</p>
<p>This returns the cargo item(s) as set <code>SET</code> object for mission types <code>CARGOTRANSPORT</code>, <code>TROOPTRANSPORT</code> and <code>FREIGHTTRANSPORT</code>.</p>
<div id= "#Functions##GetCargoSet" 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>AUFTRAG</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Core.Set.html##(SET_BASE)">Core.Set#SET_BASE</a>:</p>
</div>
<div class="w3-half">
<p>The cargo set.</p>
</div>
</div>
</div>
</div>
</div>
@@ -9639,7 +9685,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AUFTRAG).GetDCSMissionTask" ><strong>AUFTRAG:GetDCSMissionTask()</strong></a></h2>
<h2><a id="#(AUFTRAG).GetDCSMissionTask" ><strong>AUFTRAG:GetDCSMissionTask(MissionGroup)</strong></a></h2>
</div>
<p>Get DCS task table for the given mission.</p>
@@ -9650,6 +9696,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-margin-left">
<p>AUFTRAG</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.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
<strong><strong>MissionGroup</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Group that is supposed to carry out the mission. This might not exist when the AUFTRAG is created but only when the AUFTRAG is passed to a certain group.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
@@ -13035,7 +13095,8 @@ See <a href="https://wiki.hoggitworld.com/view/DCS_task_bombing">DCS task bombin
<p><strong>[AIR ROTARY]</strong> Create a CARGO TRANSPORT mission.</p>
<p><strong>Important Note:</strong>
<p>This mission is for helicopters only, which transport cargo externally via slingload.
<strong>Important Note:</strong>
The dropoff zone has to be a zone defined in the Mission Editor. This is due to a restriction in the used DCS task, which takes the zone ID as input.
Only ME zones have an ID that can be referenced.</p>
@@ -13644,6 +13705,72 @@ Only ME zones have an ID that can be referenced.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AUFTRAG).NewFREIGHTTRANSPORT" ><strong>AUFTRAG:NewFREIGHTTRANSPORT(StaticCargo, Destination)</strong></a></h2>
</div>
<p><strong>[AIR]</strong> Create a FREIGHT TRANSPORT mission.</p>
<p>This mission type can be used to transport cargo items internally via suitable transport aircraft (planes and helicopters), e.g. C-130 or CH-47.
It supports transporting one or multiple cargos (weight limits are not checked).</p>
<p>All cargo must be within a 40 meter radius around the transport aircraft for the mission to start.
The mission is successful if any cargo item is delivered to the destination.</p>
<p>This mission type uses the underlying DCS tasks: "Cargo Transportation (internal)", "Cargo Unload"</p>
<div id= "#Functions##NewFREIGHTTRANSPORT" 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>AUFTRAG</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="Wrapper.Static.html##(STATIC)">Wrapper.Static#STATIC</a>
<strong><strong>StaticCargo</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Static cargo object. Can also be passed as a <code>SET_STATIC</code> object.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Airbase.html##(AIRBASE)">Wrapper.Airbase#AIRBASE</a>
<strong><strong>Destination</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Destination airbase, where the cargo is unloaded.</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="##(AUFTRAG)">#AUFTRAG</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -18764,7 +18891,7 @@ no reinforcement can take place, even if the mission is submitted to a COMMANDER
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AUFTRAG).SetRepeatDelay" ><strong>AUFTRAG:SetRepeatDelay(Nrepeat, RepeatDelay)</strong></a></h2>
<h2><a id="#(AUFTRAG).SetRepeatDelay" ><strong>AUFTRAG:SetRepeatDelay(RepeatDelay)</strong></a></h2>
</div>
<p><strong>[LEGION, COMMANDER, CHIEF]</strong> Set the repeat delay in seconds after a mission is successful/failed.</p>
@@ -18778,12 +18905,12 @@ no reinforcement can take place, even if the mission is submitted to a COMMANDER
<div class="w3-margin-left">
<p>AUFTRAG</p>
</div>
<h2><strong>Parameters:</strong></h2>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Nrepeat</strong></strong>
<strong><strong>RepeatDelay</strong></strong>
</p>
</div>
<div class="w3-half">
@@ -18792,16 +18919,6 @@ no reinforcement can take place, even if the mission is submitted to a COMMANDER
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>RepeatDelay</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
@@ -23144,17 +23261,6 @@ will always return.</p>
<p>Mission Ingress waypoint coordinate.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AUFTRAG).missionIngressCoordAlt" ><strong>AUFTRAG.missionIngressCoordAlt</strong></a>
</div>
</div>
@@ -24685,6 +24791,39 @@ will always return.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AUFTRAG)._ClearFSMEvent" ><strong>AUFTRAG:_ClearFSMEvent(EventName)</strong></a></h2>
</div>
<p>Clear scheduled FSM event.</p>
<div id= "#Functions##_ClearFSMEvent" 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.Fsm.html##(FSM)">Core.Fsm#FSM</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>
#string
<strong><strong>EventName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Event name.</p>
</div>
</div>
</div>
</div>
</div>
@@ -26536,17 +26675,6 @@ will always return.</p>
<p>Mission Ingress waypoint coordinate.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AUFTRAG).missionIngressCoordAlt" ><strong>AUFTRAG.missionIngressCoordAlt</strong></a>
</div>
</div>
@@ -32267,6 +32395,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(AUFTRAG.Type).FREIGHTTRANSPORT" ><strong>AUFTRAG.Type.FREIGHTTRANSPORT</strong></a>
<p>Freight transport.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">