Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-08 12:16:36 +00:00
parent ef2ca76aa9
commit a1707cc00a
22 changed files with 871 additions and 607 deletions
+53
View File
@@ -2883,6 +2883,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).SetEngageDetected">AUFTRAG:SetEngageDetected(RangeMax, TargetTypes, EngageZoneSet, NoEngageZoneSet)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Enable to automatically engage detected targets.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AUFTRAG).SetEngageQuantity">AUFTRAG:SetEngageQuantity(Quantity)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set engage quantity.</p>
</td>
</tr>
<tr class="w3-border">
@@ -17268,6 +17274,53 @@ See <a href="https://wiki.hoggitworld.com/view/DCS_task_strafing">DCS task straf
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AUFTRAG).SetEngageQuantity" ><strong>AUFTRAG:SetEngageQuantity(Quantity)</strong></a></h2>
</div>
<p>Set engage quantity.</p>
<p>This is the number of times the attack group/unit DCS task is carried out.</p>
<div id= "#Functions##SetEngageQuantity" 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>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Quantity</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Number of times the group will engage the target.</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>