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

@@ -2282,6 +2282,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).ClearTasks">CLIENT: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="##(CLIENT).CommandActivateACLS">CLIENT: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">
@@ -2300,6 +2306,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).CommandActivateLink4">CLIENT: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="##(CLIENT).CommandDeactivateACLS">CLIENT: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">
@@ -8227,6 +8239,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="#(CLIENT).CommandActivateACLS" ><strong>CLIENT: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>
@@ -8462,7 +8547,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>
@@ -8509,7 +8594,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>
@@ -8522,7 +8607,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>
@@ -8535,7 +8620,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>
@@ -8548,7 +8633,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="#(CLIENT).CommandDeactivateACLS" ><strong>CLIENT: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>