mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2938,7 +2938,7 @@ The message display times are automatically defined based on the timing settings
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(optional) Path to SRS Folder, defaults to "C:\\Program Files\\DCS-SimpleRadio-Standalone" or your configuration file setting.</p>
|
||||
<p>(optional) Path to SRS TTS Folder, defaults to "C:\\Program Files\\DCS-SimpleRadio-Standalone\ExternalAudio" or your configuration file setting.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3101,7 +3101,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<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)
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",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>
|
||||
@@ -3896,7 +3896,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<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)
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",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>
|
||||
@@ -4026,7 +4026,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<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)
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",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>
|
||||
@@ -4156,7 +4156,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<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)
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",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>
|
||||
@@ -4286,7 +4286,7 @@ The message display times are automatically defined based on the timing settings
|
||||
<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)
|
||||
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",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>
|
||||
|
||||
Reference in New Issue
Block a user