ScriptingSound.md 788 B

__NOTOC__

Summary

This class provides a very simple interface to the audio subsystem.

Methods

play_music(string track_name) Plays the selected music track (automatically prepending the path to the music folder and appending the .ogg extension).
play_sound(string sound_name) Plays the sound specified in sound_name (that is identical to the filename of the sound without the .wav extension).

Constants

None

Template:Navbox Scripting reference

Category:Scripting Reference