MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-01-23 16:25:08 +00:00
parent 4b07f8a48a
commit 0a7af3b820
31 changed files with 1210 additions and 686 deletions

View File

@@ -2528,6 +2528,12 @@ amount of fuel in the group.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).ClearTasks">GROUP:ClearTasks()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Clear all tasks from the controllable.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).CommandActivateACLS">GROUP:CommandActivateACLS(UnitID, Name, Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Activate ACLS system of the CONTROLLABLE.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2546,6 +2552,12 @@ amount of fuel in the group.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).CommandActivateLink4">GROUP:CommandActivateLink4(Frequency, UnitID, Callsign, Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Activate LINK4 system of the CONTROLLABLE.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).CommandDeactivateACLS">GROUP:CommandDeactivateACLS(Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Deactivate ACLS system of the CONTROLLABLE.</p>
</td>
</tr>
<tr class="w3-border">
@@ -9582,6 +9594,79 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).CommandActivateACLS" ><strong>GROUP:CommandActivateACLS(UnitID, Name, Delay)</strong></a></h2>
</div>
<p>Activate ACLS system of the CONTROLLABLE.</p>
<p>The controllable should be an aircraft carrier! Also needs Link4 to work.</p>
<div id= "#Functions##CommandActivateACLS" 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>
#number
<strong><strong>UnitID</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) The DCS UNIT ID of the unit the ACLS system is attached to. Defaults to the UNIT itself.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Name</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Name of the ACLS Beacon</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Delay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Delay in seconds before the ICLS is activated.</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="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -9817,7 +9902,7 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
<div class="w3-half">
<p>(Optional) Delay in seconds before the ICLS is deactivated.</p>
<p>(Optional) Delay in seconds before the ICLS is activated.</p>
</div>
</div>
@@ -9864,7 +9949,7 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
<div class="w3-half">
<p>Link4 Frequency in MHz, e.g. 336</p>
<p>Link4 Frequency in MHz, e.g. 336 (defaults to 336 MHz)</p>
</div>
</div>
@@ -9877,7 +9962,7 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
<div class="w3-half">
<p>The DCS UNIT ID of the unit the LINK4 system is attached to. Useful if more units are in one group.</p>
<p>(Optional) The DCS UNIT ID of the unit the LINK4 system is attached to. Defaults to the UNIT itself.</p>
</div>
</div>
@@ -9890,7 +9975,7 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
<div class="w3-half">
<p>Morse code identification callsign.</p>
<p>(Optional) Morse code identification callsign.</p>
</div>
</div>
@@ -9903,7 +9988,54 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
<div class="w3-half">
<p>(Optional) Delay in seconds before the LINK4 is deactivated.</p>
<p>(Optional) Delay in seconds before the LINK4 is activated.</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="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</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="#(GROUP).CommandDeactivateACLS" ><strong>GROUP:CommandDeactivateACLS(Delay)</strong></a></h2>
</div>
<p>Deactivate ACLS system of the CONTROLLABLE.</p>
<p>The controllable should be an aircraft carrier!</p>
<div id= "#Functions##CommandDeactivateACLS" 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>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Delay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Delay in seconds before the ICLS is deactivated.</p>
</div>
</div>