MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-10-06 14:04:04 +00:00
parent 4f9a059c3e
commit 02050297ac
19 changed files with 953 additions and 455 deletions
+38 -6
View File
@@ -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>