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:
@@ -2410,9 +2410,9 @@ atis:Start()
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).SetSoundfilesPath">ATIS:SetSoundfilesPath(path)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).SetSoundfilesPath">ATIS:SetSoundfilesPath(pathMain, pathAirports, pathNato)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Set sound files folder within miz file.</p>
|
||||
<p>Set sound files folder within miz file (not your local hard drive!).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2767,6 +2767,18 @@ atis:Start()
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).soundpath">ATIS.soundpath</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Path to sound files.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).soundpathAirports">ATIS.soundpathAirports</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Path to airport names sound files.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).soundpathNato">ATIS.soundpathNato</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Path to NATO alphabet sound files.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -4804,6 +4816,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(ATIS).soundpathAirports" ><strong>ATIS.soundpathAirports</strong></a>
|
||||
|
||||
<p>Path to airport names sound files.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(ATIS).soundpathNato" ><strong>ATIS.soundpathNato</strong></a>
|
||||
|
||||
<p>Path to NATO alphabet sound files.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -7017,10 +7051,10 @@ Note that the dew point is only an artificial information as DCS does not have a
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(ATIS).SetSoundfilesPath" ><strong>ATIS:SetSoundfilesPath(path)</strong></a></h2>
|
||||
<h2><a id="#(ATIS).SetSoundfilesPath" ><strong>ATIS:SetSoundfilesPath(pathMain, pathAirports, pathNato)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Set sound files folder within miz file.</p>
|
||||
<p>Set sound files folder within miz file (not your local hard drive!).</p>
|
||||
|
||||
<div id= "#Functions##SetSoundfilesPath" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -7028,17 +7062,43 @@ Note that the dew point is only an artificial information as DCS does not have a
|
||||
<div class="w3-margin-left">
|
||||
<p>ATIS</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>path</strong></strong>
|
||||
<strong><strong>pathMain</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Path for sound files. Default "ATIS Soundfiles/". Mind the slash "/" at the end!</p>
|
||||
<p>Path to folder containing main sound files. Default "ATIS Soundfiles/". Mind the slash "/" at the end!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>pathAirports</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Path folder containing the airport names sound files. Default is <code>"ATIS Soundfiles/<Map Name>"</code>, <em>e.g.</em> <code>"ATIS Soundfiles/Caucasus/"</code>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>pathNato</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Path folder containing the NATO alphabet sound files. Default is "ATIS Soundfiles/NATO Alphabet/".</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -7509,7 +7569,7 @@ Note that the dew point is only an artificial information as DCS does not have a
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Path to sound file. Default self.soundpath.</p>
|
||||
<p>Path to sound file. Default <code>self.soundpath</code>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -8696,6 +8756,28 @@ Note that the dew point is only an artificial information as DCS does not have a
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(ATIS).soundpathAirports" ><strong>ATIS.soundpathAirports</strong></a>
|
||||
|
||||
<p>Path to airport names sound files.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(ATIS).soundpathNato" ><strong>ATIS.soundpathNato</strong></a>
|
||||
|
||||
<p>Path to NATO alphabet sound files.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -10735,6 +10817,28 @@ Note that the dew point is only an artificial information as DCS does not have a
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(ATIS).soundpathAirports" ><strong>ATIS.soundpathAirports</strong></a>
|
||||
|
||||
<p>Path to airport names sound files.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(ATIS).soundpathNato" ><strong>ATIS.soundpathNato</strong></a>
|
||||
|
||||
<p>Path to NATO alphabet sound files.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
Reference in New Issue
Block a user