Documentation1

This commit is contained in:
tobid7 2021-07-25 09:20:48 +00:00
parent 48cb6d4034
commit 8cf2c798e6

View File

@ -63,6 +63,7 @@ $(document).ready(function(){initNavTree('classsound.html',''); initResizable();
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a2f69382c0ac7e2aa90d8278cc5b6bd70"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsound.html#a2f69382c0ac7e2aa90d8278cc5b6bd70">sound</a> (const std::string &amp;path, int channel=1, bool toloop=false)</td></tr>
<tr class="memdesc:a2f69382c0ac7e2aa90d8278cc5b6bd70"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct new Soundeffect. <a href="classsound.html#a2f69382c0ac7e2aa90d8278cc5b6bd70">More...</a><br /></td></tr>
<tr class="separator:a2f69382c0ac7e2aa90d8278cc5b6bd70"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4a82f1972ceb6a2642bb2dcc067c3d72"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsound.html#a4a82f1972ceb6a2642bb2dcc067c3d72">~sound</a> ()</td></tr>
<tr class="separator:a4a82f1972ceb6a2642bb2dcc067c3d72"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -105,7 +106,16 @@ Public Member Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p>Construct new Soundeffect path: Path to the .wav file channel: the channel 1-23 toloop: true:loop the sound, false: don't loop </p>
<p>Construct new Soundeffect. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">path</td><td>Path to the .wav file </td></tr>
<tr><td class="paramname">channel</td><td>the channel 1-23 </td></tr>
<tr><td class="paramname">toloop</td><td>true:loop the sound, false: don't loop </td></tr>
</table>
</dd>
</dl>
</div>
</div>