mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -2394,7 +2394,7 @@ is implemented in the AIRBASE class as <a href="##(AIRBASE).GetName">AIRBASE.Get
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).GetBeacon">AIRBASE: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">
|
||||
@@ -2556,7 +2556,7 @@ is implemented in the AIRBASE class as <a href="##(AIRBASE).GetName">AIRBASE.Get
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).GetRadio">AIRBASE: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">
|
||||
@@ -2688,7 +2688,7 @@ is implemented in the AIRBASE class as <a href="##(AIRBASE).GetName">AIRBASE.Get
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).IsLasing">AIRBASE: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">
|
||||
@@ -2718,13 +2718,13 @@ is implemented in the AIRBASE class as <a href="##(AIRBASE).GetName">AIRBASE.Get
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).LaseOff">AIRBASE: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="##(AIRBASE).LaseUnit">AIRBASE: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">
|
||||
@@ -7380,7 +7380,7 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
|
||||
<h2><a id="#(AIRBASE).GetBeacon" ><strong>AIRBASE: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">
|
||||
@@ -7391,11 +7391,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>
|
||||
@@ -8521,7 +8521,7 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
<h2><a id="#(AIRBASE).GetRadio" ><strong>AIRBASE: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>
|
||||
@@ -8535,7 +8535,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">
|
||||
|
||||
@@ -9316,7 +9316,7 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
<h2><a id="#(AIRBASE).IsLasing" ><strong>AIRBASE: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">
|
||||
@@ -9528,7 +9528,7 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
<h2><a id="#(AIRBASE).LaseOff" ><strong>AIRBASE: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">
|
||||
@@ -9558,7 +9558,7 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
<h2><a id="#(AIRBASE).LaseUnit" ><strong>AIRBASE: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">
|
||||
|
||||
Reference in New Issue
Block a user