byond - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/atom/signals_turf.dm

COMSIG_MOVABLE_TURF_ENTEREDfrom /turf/Entered
COMSIG_TURF_BULLET_ACTCalled when a bullet hits a turf
COMSIG_WALL_RESIN_XENO_ATTACKFrom /turf/closed/wall/resin/attack_alien(): (mob/living/carbon/xenomorph/X)
COMSIG_WALL_RESIN_ATTACKBYFrom /turf/closed/wall/resin/attackby(): (obj/item/I, mob/M)
COMSIG_POSTER_PLACEDfrom /turf/closed/wall/proc/place_poster
COMSIG_TURF_RESERVATION_RELEASEDfrom base of /datum/turf_reservation/proc/Release: (datum/turf_reservation/reservation)

Define Details

COMSIG_MOVABLE_TURF_ENTERED

from /turf/Entered

COMSIG_POSTER_PLACED

from /turf/closed/wall/proc/place_poster

COMSIG_TURF_BULLET_ACT

Called when a bullet hits a turf

COMSIG_TURF_RESERVATION_RELEASED

from base of /datum/turf_reservation/proc/Release: (datum/turf_reservation/reservation)

COMSIG_WALL_RESIN_ATTACKBY

From /turf/closed/wall/resin/attackby(): (obj/item/I, mob/M)

COMSIG_WALL_RESIN_XENO_ATTACK

From /turf/closed/wall/resin/attack_alien(): (mob/living/carbon/xenomorph/X)