diff --git a/main/doc/html/classsound.html b/main/doc/html/classsound.html index d2809fc..c062330 100644 --- a/main/doc/html/classsound.html +++ b/main/doc/html/classsound.html @@ -63,6 +63,7 @@ $(document).ready(function(){initNavTree('classsound.html',''); initResizable();

Public Member Functions

 sound (const std::string &path, int channel=1, bool toloop=false) + Construct new Soundeffect. More...
   ~sound ()   @@ -105,7 +106,16 @@ Public Member Functions
-

Construct new Soundeffect path: Path to the .wav file channel: the channel 1-23 toloop: true:loop the sound, false: don't loop

+ +

Construct new Soundeffect.

+
Parameters
+ + + + +
pathPath to the .wav file
channelthe channel 1-23
tolooptrue:loop the sound, false: don't loop
+
+