mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 19:56:18 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -2843,7 +2843,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="##(strimg)">#strimg</a>
|
||||
#string
|
||||
<strong><strong>Culture</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@@ -2923,7 +2923,7 @@ The message display times are automatically defined based on the timing settings
|
||||
-- Needed once only
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
|
||||
-- later on in your code
|
||||
MESSAGE:New("Test message!",15,"SPAWN"):ToAll():ToSRS()
|
||||
MESSAGE:New("Test message!",15,"SPAWN"):ToSRS()
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
@@ -3624,7 +3624,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="##(strimg)">#strimg</a>
|
||||
#string
|
||||
<strong><strong>culture</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@@ -3697,6 +3697,14 @@ The message display times are automatically defined based on the timing settings
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Usage:</strong></h2>
|
||||
<pre class="example"><code> -- Mind the dot here, not using the colon this time around!
|
||||
-- Needed once only
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
|
||||
-- later on in your code
|
||||
MESSAGE:New("Test message!",15,"SPAWN"):ToSRS()
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -3759,7 +3767,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="##(strimg)">#strimg</a>
|
||||
#string
|
||||
<strong><strong>culture</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@@ -3819,6 +3827,14 @@ The message display times are automatically defined based on the timing settings
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Usage:</strong></h2>
|
||||
<pre class="example"><code> -- Mind the dot here, not using the colon this time around!
|
||||
-- Needed once only
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.NEUTRAL)
|
||||
-- later on in your code
|
||||
MESSAGE:New("Test message!",15,"SPAWN"):ToSRSAll()
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -3881,7 +3897,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="##(strimg)">#strimg</a>
|
||||
#string
|
||||
<strong><strong>culture</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@@ -3941,6 +3957,14 @@ The message display times are automatically defined based on the timing settings
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Usage:</strong></h2>
|
||||
<pre class="example"><code> -- Mind the dot here, not using the colon this time around!
|
||||
-- Needed once only
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
|
||||
-- later on in your code
|
||||
MESSAGE:New("Test message!",15,"SPAWN"):ToSRSBlue()
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -4003,7 +4027,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="##(strimg)">#strimg</a>
|
||||
#string
|
||||
<strong><strong>culture</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@@ -4063,6 +4087,14 @@ The message display times are automatically defined based on the timing settings
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Usage:</strong></h2>
|
||||
<pre class="example"><code> -- Mind the dot here, not using the colon this time around!
|
||||
-- Needed once only
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.RED)
|
||||
-- later on in your code
|
||||
MESSAGE:New("Test message!",15,"SPAWN"):ToSRSRed()
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user