MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-01-19 18:23:38 +00:00
parent bc272267c0
commit 494a6e2c71
32 changed files with 995 additions and 748 deletions

View File

@@ -1959,6 +1959,12 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).EnRouteTaskFAC_EngageGroup">CONTROLLABLE:EnRouteTaskFAC_EngageGroup(AttackGroup, Priority, WeaponType, Designation, Datalink)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(AIR + GROUND) The task makes the controllable/unit a FAC and lets the FAC to choose the target (enemy ground controllable) as well as other assigned targets.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).EnRouteTaskSEAD">CONTROLLABLE:EnRouteTaskSEAD(TargetTypes, Priority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(AIR) Enroute SEAD task.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5650,6 +5656,63 @@ If the task is assigned to the controllable lead unit will be a FAC.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CONTROLLABLE).EnRouteTaskSEAD" ><strong>CONTROLLABLE:EnRouteTaskSEAD(TargetTypes, Priority)</strong></a></h2>
</div>
<p>(AIR) Enroute SEAD task.</p>
<div id= "#Functions##EnRouteTaskSEAD" 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>CONTROLLABLE</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##(AttributeNameArray)">DCS#AttributeNameArray</a>
<strong><strong>TargetTypes</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Array of target categories allowed to engage. Default <code>{"Air Defence"}</code>.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Priority</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) All en-route tasks have the priority parameter. This is a number (less value - higher priority) that determines actions related to what task will be performed first. Default 0.</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="DCS.html##(Task)">DCS#Task</a>:</p>
</div>
<div class="w3-half">
<p>The DCS task structure.</p>
</div>
</div>
</div>
</div>
</div>