/tg/ Station 13 - Modules - TypesDefine Details

modular_bandastation/_defines220/code/signals_atom.dm

COMSIG_ATOM_TTS_SEED_CHANGEfrom base of atom/change_tts_seed(): (mob/chooser, override, list/new_sound_effects)
COMSIG_ATOM_TTS_CASTfrom base of atom/cast_tts(): (mob/listener, message, atom/location, is_local, is_radio, list/effects, traits, preSFX, postSFX)
COMSIG_ATOM_TTS_EFFECTS_ADDfrom base of atom/tts_effects_add(): (trait)
COMSIG_ATOM_TTS_EFFECTS_REMOVEfrom 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)

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)