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:
@@ -2392,7 +2392,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SOUNDFILE).New">SOUNDFILE:New(FileName, Path, Duration)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SOUNDFILE).New">SOUNDFILE:New(FileName, Path, Duration, UseSrs)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Constructor to create a new SOUNDFILE object.</p>
|
||||
</td>
|
||||
@@ -7353,7 +7353,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(SOUNDFILE).New" ><strong>SOUNDFILE:New(FileName, Path, Duration)</strong></a></h2>
|
||||
<h2><a id="#(SOUNDFILE).New" ><strong>SOUNDFILE:New(FileName, Path, Duration, UseSrs)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Constructor to create a new SOUNDFILE object.</p>
|
||||
@@ -7402,6 +7402,19 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
<p>Duration in seconds, how long it takes to play the sound file. Default is 3 seconds.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="##(bolean)">#bolean</a>
|
||||
<strong><strong>UseSrs</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Set if SRS should be used to play this file. Default is false.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
|
||||
Reference in New Issue
Block a user