code/__SPLURTCODE/DEFINES/dcs/signals.dm ![code/__SPLURTCODE/DEFINES/dcs/signals.dm0](git.png)
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 ![code/__SPLURTCODE/DEFINES/dcs/signals.dm 24](git.png)
called on /obj/item AFTER unequip from base of [mob/proc/doUnEquip]: (force, atom/newloc, no_move, invdrop, silent)
COMSIG_MACHINERY_SET_OCCUPANT ![code/__SPLURTCODE/DEFINES/dcs/signals.dm 27](git.png)
from /obj/machinery/set_occupant(atom/movable/O): (new_occupant)
COMSIG_MOB_AUTOMUTE_CHECK ![code/__SPLURTCODE/DEFINES/dcs/signals.dm 12](git.png)
from base of [/client/proc/handle_spam_prevention] (message, mute_type)
COMSIG_MOB_DEADSAY ![code/__SPLURTCODE/DEFINES/dcs/signals.dm 9](git.png)
from /mob/say_dead(): (mob/speaker, message)
WAIVE_AUTOMUTE_CHECK ![code/__SPLURTCODE/DEFINES/dcs/signals.dm 14](git.png)
Prevents the automute system checking this client for repeated messages.