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:
@@ -2351,6 +2351,12 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSmokeTimeDelay">RANGE:SetSmokeTimeDelay(delay)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Set time delay between bomb impact and starting to smoke the impact point.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSoundfilesInfo">RANGE:SetSoundfilesInfo(csvfile)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Set the path to the csv file that contains information about the used sound files.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -8239,6 +8245,53 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(RANGE).SetSoundfilesInfo" ><strong>RANGE:SetSoundfilesInfo(csvfile)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Set the path to the csv file that contains information about the used sound files.</p>
|
||||
|
||||
|
||||
<p>The parameter file has to be located on your local disk (<strong>not</strong> inside the miz file).</p>
|
||||
|
||||
<div id= "#Functions##SetSoundfilesInfo" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p>RANGE</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>csvfile</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Full path to the csv file on your local disk.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="##(RANGE)">#RANGE</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>self</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user