MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-11-02 10:29:15 +00:00
parent cbed95581f
commit 30c2721fd7
31 changed files with 990 additions and 742 deletions

View File

@@ -3054,7 +3054,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetBeacon">UNIT:GetBeacon()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create a <a href="Core.Radio.html##(BEACON)">Core.Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
<p>Create a <a href="Core.Beacon.html##(BEACON)">Core.Beacon#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3216,7 +3216,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetRadio">UNIT:GetRadio()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create a <a href="Core.Radio.html##(RADIO)">Core.Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
<p>Create a <a href="Sound.Radio.html##(RADIO)">Sound.Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3348,7 +3348,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).IsLasing">UNIT:IsLasing()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Check if the POSITIONABLE is lasing a target</p>
<p>Check if the POSITIONABLE is lasing a target.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3378,13 +3378,13 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).LaseOff">UNIT:LaseOff()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Stop Lasing a POSITIONABLE</p>
<p>Stop Lasing a POSITIONABLE.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).LaseUnit">UNIT:LaseUnit(Target, LaserCode, Duration)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Start Lasing a POSITIONABLE</p>
<p>Start Lasing a POSITIONABLE.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6671,7 +6671,7 @@ Note that a controllable can only have one beacon activated at a time with the e
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Radio.html##(BEACON.Type)">Core.Radio#BEACON.Type</a>
<a href="Core.Beacon.html##(BEACON.Type)">Core.Beacon#BEACON.Type</a>
<strong><strong>Type</strong></strong>
</p>
</div>
@@ -6684,7 +6684,7 @@ Note that a controllable can only have one beacon activated at a time with the e
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Radio.html##(BEACON.System)">Core.Radio#BEACON.System</a>
<a href="Core.Beacon.html##(BEACON.System)">Core.Beacon#BEACON.System</a>
<strong><strong>System</strong></strong>
</p>
</div>
@@ -15750,7 +15750,7 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<h2><a id="#(UNIT).GetBeacon" ><strong>UNIT:GetBeacon()</strong></a></h2>
</div>
<p>Create a <a href="Core.Radio.html##(BEACON)">Core.Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
<p>Create a <a href="Core.Beacon.html##(BEACON)">Core.Beacon#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals.</p>
<div id= "#Functions##GetBeacon" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -15761,11 +15761,11 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Core.Radio.html##(RADIO)">Core.Radio#RADIO</a>:</p>
<p><a href="Core.Beacon.html##(BEACON)">Core.Beacon#BEACON</a>:</p>
</div>
<div class="w3-half">
<p>Radio</p>
<p>Beacon</p>
</div>
</div>
@@ -16891,7 +16891,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(UNIT).GetRadio" ><strong>UNIT:GetRadio()</strong></a></h2>
</div>
<p>Create a <a href="Core.Radio.html##(RADIO)">Core.Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
<p>Create a <a href="Sound.Radio.html##(RADIO)">Sound.Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
<p>Set parameters with the methods provided, then use RADIO:Broadcast() to actually broadcast the message</p>
@@ -16905,7 +16905,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Core.Radio.html##(RADIO)">Core.Radio#RADIO</a>:</p>
<p><a href="Sound.Radio.html##(RADIO)">Sound.Radio#RADIO</a>:</p>
</div>
<div class="w3-half">
@@ -17686,7 +17686,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(UNIT).IsLasing" ><strong>UNIT:IsLasing()</strong></a></h2>
</div>
<p>Check if the POSITIONABLE is lasing a target</p>
<p>Check if the POSITIONABLE is lasing a target.</p>
<div id= "#Functions##IsLasing" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -17898,7 +17898,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(UNIT).LaseOff" ><strong>UNIT:LaseOff()</strong></a></h2>
</div>
<p>Stop Lasing a POSITIONABLE</p>
<p>Stop Lasing a POSITIONABLE.</p>
<div id= "#Functions##LaseOff" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -17928,7 +17928,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(UNIT).LaseUnit" ><strong>UNIT:LaseUnit(Target, LaserCode, Duration)</strong></a></h2>
</div>
<p>Start Lasing a POSITIONABLE</p>
<p>Start Lasing a POSITIONABLE.</p>
<div id= "#Functions##LaseUnit" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">