MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-08-02 16:17:24 +00:00
parent 08a97ce10e
commit 8ba2065d95
28 changed files with 1250 additions and 706 deletions
+63
View File
@@ -2459,6 +2459,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).EnRouteTaskAntiShip">CLIENT:EnRouteTaskAntiShip(TargetTypes, Priority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(AIR) Enroute anti-ship task.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).EnRouteTaskCAP">CLIENT:EnRouteTaskCAP(TargetTypes, Priority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(AIR) Enroute CAP task.</p>
</td>
</tr>
<tr class="w3-border">
@@ -9618,6 +9624,63 @@ Note that this can only work on GROUP level, although individual UNITs can be co
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CLIENT).EnRouteTaskCAP" ><strong>CLIENT:EnRouteTaskCAP(TargetTypes, Priority)</strong></a></h2>
</div>
<p>(AIR) Enroute CAP task.</p>
<div id= "#Functions##EnRouteTaskCAP" 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="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></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"}</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>