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
+137 -5
View File
@@ -1815,6 +1815,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).ClearTasks">CONTROLLABLE: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="##(CONTROLLABLE).CommandActivateACLS">CONTROLLABLE: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">
@@ -1833,6 +1839,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).CommandActivateLink4">CONTROLLABLE: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="##(CONTROLLABLE).CommandDeactivateACLS">CONTROLLABLE: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">
@@ -4020,6 +4032,79 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CONTROLLABLE).CommandActivateACLS" ><strong>CONTROLLABLE: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>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>
#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>
@@ -4255,7 +4340,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>
@@ -4302,7 +4387,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>
@@ -4315,7 +4400,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>
@@ -4328,7 +4413,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>
@@ -4341,7 +4426,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="#(CONTROLLABLE).CommandDeactivateACLS" ><strong>CONTROLLABLE: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>CONTROLLABLE</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>