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

@@ -1771,7 +1771,7 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).GetBeacon">POSITIONABLE: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">
@@ -1933,7 +1933,7 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).GetRadio">POSITIONABLE: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">
@@ -2065,7 +2065,7 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).IsLasing">POSITIONABLE: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">
@@ -2095,13 +2095,13 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).LaseOff">POSITIONABLE: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="##(POSITIONABLE).LaseUnit">POSITIONABLE: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">
@@ -3669,17 +3669,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
</div>
</div>
@@ -4064,7 +4053,7 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
<h2><a id="#(POSITIONABLE).GetBeacon" ><strong>POSITIONABLE: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">
@@ -4075,11 +4064,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>
@@ -5205,7 +5194,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(POSITIONABLE).GetRadio" ><strong>POSITIONABLE: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>
@@ -5219,7 +5208,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">
@@ -6000,7 +5989,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(POSITIONABLE).IsLasing" ><strong>POSITIONABLE: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">
@@ -6212,7 +6201,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(POSITIONABLE).LaseOff" ><strong>POSITIONABLE: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">
@@ -6242,7 +6231,7 @@ Coordinates are dependent on the position of the maps origin.</p>
<h2><a id="#(POSITIONABLE).LaseUnit" ><strong>POSITIONABLE: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">
@@ -7449,17 +7438,6 @@ Coordinates are dependent on the position of the maps origin.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
</div>
</div>
@@ -8008,17 +7986,6 @@ If the Identifiable is alive, true is returned. </p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
</div>
</div>
@@ -8202,17 +8169,6 @@ If the Identifiable is alive, true is returned. </p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
</div>
</div>