/tg/ Station 13 - Modules - TypesDefine Details

code/datums/components/jukebox.dm

IS_PREF_MUTEDChecks if the mob has jukebox muted in their preferences
MUTE_DEAFThe mob is deaf
MUTE_PREFThe mob has disabled jukeboxes in their preferences
MUTE_RANGEThe mob is out of range of the jukebox
/datum/jukebox
/datum/jukebox/single_mobSubtype which only plays the music to the mob you pass in via start_music().
/datum/trackTrack datums, used in jukeboxes

Define Details

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