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

@@ -2074,6 +2074,12 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).ClearTasks">UNIT: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="##(UNIT).CommandActivateACLS">UNIT: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">
@@ -2092,6 +2098,12 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).CommandActivateLink4">UNIT: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="##(UNIT).CommandDeactivateACLS">UNIT: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">
@@ -6620,6 +6632,79 @@ If the Unit is alive but not active, false is returned. </p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).CommandActivateACLS" ><strong>UNIT: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>
@@ -6855,7 +6940,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>
@@ -6902,7 +6987,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>
@@ -6915,7 +7000,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>
@@ -6928,7 +7013,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>
@@ -6941,7 +7026,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="#(UNIT).CommandDeactivateACLS" ><strong>UNIT: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>