code/__DEFINES/firealarm.dm
FIRE_DETECT_EMAG | Sent when a fire alarm is emagged |
---|---|
FIRE_DETECT_STOP | Sent when the fire detection of an area is disabled |
FIRE_DETECT_START | Sent when the fire detection of an area is enabled |
FIRELOCK_ALARM_TYPE_HOT | Designates a fire lock should be closed due to HEAT |
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) |
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