code/__SPLURTCODE/DEFINES/dcs/signals.dm 
COMSIG_MOB_DEADSAY | from /mob/say_dead(): (mob/speaker, message) |
---|---|
COMSIG_MOB_AUTOMUTE_CHECK | from base of [/client/proc/handle_spam_prevention] (message, mute_type) |
WAIVE_AUTOMUTE_CHECK | Prevents the automute system checking this client for repeated messages. |
COMSIG_ITEM_POST_UNEQUIP | called on /obj/item AFTER unequip from base of [mob/proc/doUnEquip]: (force, atom/newloc, no_move, invdrop, silent) |
COMSIG_MACHINERY_SET_OCCUPANT | from /obj/machinery/set_occupant(atom/movable/O): (new_occupant) |
Define Details
COMSIG_ITEM_POST_UNEQUIP 
called on /obj/item AFTER unequip from base of [mob/proc/doUnEquip]: (force, atom/newloc, no_move, invdrop, silent)
COMSIG_MACHINERY_SET_OCCUPANT 
from /obj/machinery/set_occupant(atom/movable/O): (new_occupant)
COMSIG_MOB_AUTOMUTE_CHECK 
from base of [/client/proc/handle_spam_prevention] (message, mute_type)
COMSIG_MOB_DEADSAY 
from /mob/say_dead(): (mob/speaker, message)
WAIVE_AUTOMUTE_CHECK 
Prevents the automute system checking this client for repeated messages.