#
Sounds
Warning
This page is meant for developers
Note
This plugin does not work for all systems. I'm working on finding a sound library that works for everyone.
#
Directly usable functions and values
from src.sounds import PlaysoundFromLocalPath
# Will play a sound from the local path.
PlaysoundFromLocalPath("assets/sounds/...")
#
Description
Provides an interface to play sounds from files.