code/datums/components/jukebox.dm ![code/datums/components/jukebox.dm0](git.png)
IS_PREF_MUTED | Checks if the mob has jukebox muted in their preferences |
---|---|
MUTE_DEAF | The mob is deaf |
MUTE_PREF | The mob has disabled jukeboxes in their preferences |
MUTE_RANGE | The mob is out of range of the jukebox |
/datum/jukebox | |
/datum/jukebox/single_mob | Subtype which only plays the music to the mob you pass in via start_music(). |
/datum/track | Track datums, used in jukeboxes |
Define Details
IS_PREF_MUTED ![code/datums/components/jukebox.dm 2](git.png)
Checks if the mob has jukebox muted in their preferences
MUTE_DEAF ![code/datums/components/jukebox.dm 6](git.png)
The mob is deaf
MUTE_PREF ![code/datums/components/jukebox.dm 8](git.png)
The mob has disabled jukeboxes in their preferences
MUTE_RANGE ![code/datums/components/jukebox.dm 10](git.png)
The mob is out of range of the jukebox