This file is auto-generated from the SuperTux source code, using the template ScriptingPage.md.
None.
None.
This class inherits functions and variables from the following base classes:
Method | Explanation |
---|---|
void start_playing() |
Starts playing sound, if currently stopped. |
void stop_playing() |
Stops playing sound. |
void set_volume(float volume) |
Sets the volume of the played sound. |
float get_volume() |
Returns the volume of the played sound. |
Variable | Explanation |
---|---|
float volume |
The volume of the played sound. |
None.