From 8cf2c798e6ee790c3e289adfc1729e2a025e1436 Mon Sep 17 00:00:00 2001 From: Tobi-D7 Date: Sun, 25 Jul 2021 09:20:48 +0000 Subject: [PATCH] Documentation1 --- main/doc/html/classsound.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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
+
+