Properties
autoplay: bool
To autoplay the sound the moment the client loads the map or not.
playing: bool
Bool to tell if the sound player is playing something or not.
sound_id: int
Specifies the sound_id.
Functions
play(float from = 0.0)
The play
function starts audio playback. Optionally, specify a starting point with the from
parameter in seconds.