modular_bandastation/_defines220/code/signals_atom.dm 
COMSIG_ATOM_TTS_SEED_CHANGE | from base of atom/change_tts_seed(): (mob/chooser, override, list/new_sound_effects) |
---|---|
COMSIG_ATOM_TTS_CAST | from base of atom/cast_tts(): (mob/listener, message, atom/location, is_local, is_radio, list/effects, traits, preSFX, postSFX, channel_override) |
COMSIG_ATOM_TTS_EFFECTS_ADD | from base of atom/tts_effects_add(): (trait) |
COMSIG_ATOM_TTS_EFFECTS_REMOVE | from base of atom/tts_effects_remove(): (trait) |
Define Details
COMSIG_ATOM_TTS_CAST 
from base of atom/cast_tts(): (mob/listener, message, atom/location, is_local, is_radio, list/effects, traits, preSFX, postSFX, channel_override)
COMSIG_ATOM_TTS_EFFECTS_ADD 
from base of atom/tts_effects_add(): (trait)
COMSIG_ATOM_TTS_EFFECTS_REMOVE 
from base of atom/tts_effects_remove(): (trait)
COMSIG_ATOM_TTS_SEED_CHANGE 
from base of atom/change_tts_seed(): (mob/chooser, override, list/new_sound_effects)