Daedalus Dock - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_area.dm

COMSIG_AREA_POWER_CHANGEfrom base of area/proc/power_change(): ()
COMSIG_AREA_ENTEREDfrom base of area/Entered(): (atom/movable/arrived, area/old_area)
COMSIG_AREA_EXITEDfrom base of area/Exited(): (atom/movable/gone, direction)
COMSIG_ENTER_AREAfrom base of area/Entered(): (/area). Sent to "area-sensitive" movables, see __DEFINES/traits.dm for info.
COMSIG_EXIT_AREAfrom base of area/Exited(): (/area). Sent to "area-sensitive" movables, see __DEFINES/traits.dm for info.
COMSIG_ALARM_TRIGGEREDSent when an alarm is fired (alarm, area/source_area)
COMSIG_ALARM_CLEAREDSend when an alarm source is cleared (alarm_type, area/source_area)
AREA_SPOOK_LEVEL_CHANGEDfrom base of area/proc/adjust_spook_level(): (area, old_spook_level)

Define Details

AREA_SPOOK_LEVEL_CHANGED

from base of area/proc/adjust_spook_level(): (area, old_spook_level)

COMSIG_ALARM_CLEARED

Send when an alarm source is cleared (alarm_type, area/source_area)

COMSIG_ALARM_TRIGGERED

Sent when an alarm is fired (alarm, area/source_area)

COMSIG_AREA_ENTERED

from base of area/Entered(): (atom/movable/arrived, area/old_area)

COMSIG_AREA_EXITED

from base of area/Exited(): (atom/movable/gone, direction)

COMSIG_AREA_POWER_CHANGE

from base of area/proc/power_change(): ()

COMSIG_ENTER_AREA

from base of area/Entered(): (/area). Sent to "area-sensitive" movables, see __DEFINES/traits.dm for info.

COMSIG_EXIT_AREA

from base of area/Exited(): (/area). Sent to "area-sensitive" movables, see __DEFINES/traits.dm for info.