/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/firealarm.dm

FIRE_DETECT_EMAGSent when a fire alarm is emagged
FIRE_DETECT_STOPSent when the fire detection of an area is disabled
FIRE_DETECT_STARTSent when the fire detection of an area is enabled
FIRELOCK_ALARM_TYPE_HOTDesignates a fire lock should be closed due to HEAT
FIRELOCK_ALARM_TYPE_COLDDesignates a fire lock should be closed due to COLD
FIRELOCK_ALARM_TYPE_GENERICDesignates a fire lock should be closed due unknown reasons (IE fire alarm was pulled)

Define Details

FIRELOCK_ALARM_TYPE_COLD

Designates a fire lock should be closed due to COLD

FIRELOCK_ALARM_TYPE_GENERIC

Designates a fire lock should be closed due unknown reasons (IE fire alarm was pulled)

FIRELOCK_ALARM_TYPE_HOT

Designates a fire lock should be closed due to HEAT

FIRE_DETECT_EMAG

Sent when a fire alarm is emagged

FIRE_DETECT_START

Sent when the fire detection of an area is enabled

FIRE_DETECT_STOP

Sent when the fire detection of an area is disabled