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:
@@ -1582,7 +1582,7 @@ Controls a network of short range air/missile defense groups.</p>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(BEACON).RadioBeacon">BEACON:RadioBeacon(FileName, Frequency, Modulation, Power, BeaconDuration)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Activates a general pupose Radio Beacon
|
||||
<p>Activates a general purpose Radio Beacon
|
||||
This uses the very generic singleton function "trigger.action.radioTransmission()" provided by DCS to broadcast a sound file on a specific frequency.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -2184,7 +2184,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(BEACON.System).ILS_GLIDESLOPE">BEACON.System.ILS_GLIDESLOPE</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>ILS glideslope.</p>
|
||||
<p>ILS glide slope.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2202,7 +2202,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(BEACON.System).PRGM_GLIDESLOPE">BEACON.System.PRGM_GLIDESLOPE</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>PRGM glideslope.</p>
|
||||
<p>PRGM glide slope.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2262,7 +2262,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(BEACON.System).VOR">BEACON.System.VOR</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Very High Frequency Omni-Directional Range</p>
|
||||
<p>Very High Frequency Omnidirectional Range</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2436,7 +2436,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p>There are two types of BEACONs available : the AA TACAN Beacon and the general purpose Radio Beacon.
|
||||
Note that in both case, you can set an optional parameter : the <code>BeaconDuration</code>. This can be very usefull to simulate the battery time if your BEACON is
|
||||
attach to a cargo crate, for exemple. </p>
|
||||
attach to a cargo crate, for exemple.</p>
|
||||
|
||||
<h2>AA TACAN Beacon usage</h2>
|
||||
|
||||
@@ -2590,11 +2590,13 @@ Use <a href="##(BEACON)">#BEACON</a>() to stop it.</p>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Usage:</strong></h2>
|
||||
<pre class="example"><code>-- Let's create a TACAN Beacon for a tanker
|
||||
local myUnit = UNIT:FindByName("MyUnit")
|
||||
<pre class="example"><code>
|
||||
-- Let's create a TACAN Beacon for a tanker
|
||||
local myUnit = UNIT:FindByName("MyUnit")
|
||||
local myBeacon = myUnit:GetBeacon() -- Creates the beacon
|
||||
|
||||
myBeacon:AATACAN(20, "TEXACO", true) -- Activate the beacon</code></pre>
|
||||
myBeacon:AATACAN(20, "TEXACO", true) -- Activate the beacon
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2766,11 +2768,13 @@ myBeacon:AATACAN(20, "TEXACO", true) -- Activate the beacon</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Usage:</strong></h2>
|
||||
<pre class="example"><code>-- Let's create a TACAN Beacon for a tanker
|
||||
local myUnit = UNIT:FindByName("MyUnit")
|
||||
<pre class="example"><code>
|
||||
-- Let's create a TACAN Beacon for a tanker
|
||||
local myUnit = UNIT:FindByName("MyUnit")
|
||||
local myBeacon = myUnit:GetBeacon() -- Creates the beacon
|
||||
|
||||
myBeacon:ActivateTACAN(20, "Y", "TEXACO", true) -- Activate the beacon</code></pre>
|
||||
myBeacon:ActivateTACAN(20, "Y", "TEXACO", true) -- Activate the beacon
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2816,7 +2820,7 @@ If you want to create a BEACON, you probably should use <a href="Wrapper.Positio
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Beacon object or #nil if the positionable is invalid.</p>
|
||||
<p>Beacon object or #nil if the POSITIONABLE is invalid.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2831,12 +2835,12 @@ If you want to create a BEACON, you probably should use <a href="Wrapper.Positio
|
||||
<h2><a id="#(BEACON).RadioBeacon" ><strong>BEACON:RadioBeacon(FileName, Frequency, Modulation, Power, BeaconDuration)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Activates a general pupose Radio Beacon
|
||||
<p>Activates a general purpose Radio Beacon
|
||||
This uses the very generic singleton function "trigger.action.radioTransmission()" provided by DCS to broadcast a sound file on a specific frequency.</p>
|
||||
|
||||
|
||||
<p>Although any frequency could be used, only 2 DCS Modules can home on radio beacons at the time of writing : the Huey and the Mi-8.
|
||||
They can home in on these specific frequencies :
|
||||
They can home in on these specific frequencies :
|
||||
<em> <strong>Mi8</strong>
|
||||
</em> R-828 -> 20-60MHz
|
||||
* ARKUD -> 100-150MHz (canal 1 : 114166, canal 2 : 114333, canal 3 : 114583, canal 4 : 121500, canal 5 : 123100, canal 6 : 124100) AM
|
||||
@@ -3046,7 +3050,7 @@ UnitBeacon:RadioBeacon("MySoundFileSOS.ogg", 40, radio.modulation.FM, 20, 5*60)<
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Frequecy</p>
|
||||
<p>Frequency</p>
|
||||
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
@@ -6409,7 +6413,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#number
|
||||
<a id="#(BEACON.System).ILS_GLIDESLOPE" ><strong>BEACON.System.ILS_GLIDESLOPE</strong></a>
|
||||
|
||||
<p>ILS glideslope.</p>
|
||||
<p>ILS glide slope.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -6442,7 +6446,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#number
|
||||
<a id="#(BEACON.System).PRGM_GLIDESLOPE" ><strong>BEACON.System.PRGM_GLIDESLOPE</strong></a>
|
||||
|
||||
<p>PRGM glideslope.</p>
|
||||
<p>PRGM glide slope.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -6552,7 +6556,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#number
|
||||
<a id="#(BEACON.System).VOR" ><strong>BEACON.System.VOR</strong></a>
|
||||
|
||||
<p>Very High Frequency Omni-Directional Range</p>
|
||||
<p>Very High Frequency Omnidirectional Range</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -6589,7 +6593,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
<div id= "#Types##BEACON.Type" class="w3-container w3-white w3-padding-16" id="module_other_types">
|
||||
<div class="w3-white" id="record_type">
|
||||
|
||||
<p>Beacon types supported by DCS. </p>
|
||||
<p>Beacon types supported by DCS.</p>
|
||||
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
|
||||
Reference in New Issue
Block a user