jukebox ![code/game/machinery/dance_machine.dm 1](git.png)
Vars | |
jukebox_error_cd | Cooldown between "Error" sound effects being played |
---|---|
jukebox_song_cd | Cooldown between being allowed to play another song |
music_player | The actual music player datum that handles the music |
song_timerid | TimerID to when the current song ends |
Var Details
jukebox_error_cd ![code/game/machinery/dance_machine.dm 12](git.png)
Cooldown between "Error" sound effects being played
jukebox_song_cd ![code/game/machinery/dance_machine.dm 14](git.png)
Cooldown between being allowed to play another song
music_player ![code/game/machinery/dance_machine.dm 20](git.png)
The actual music player datum that handles the music
song_timerid ![code/game/machinery/dance_machine.dm 16](git.png)
TimerID to when the current song ends