/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/atmospherics/atmos_machinery.dm

ATMOS_EXTERNAL_BOUNDUsed when an atmos machine has "external" selected. Found in pressure_checks of vents and air alarms.
ATMOS_INTERNAL_BOUNDUsed when an atmos machine has "internal" selected. Found in pressure_checks of vents and air alarms.
ATMOS_BOUND_MAXThe maximum bound of an atmos machine. Found in pressure_checks of vents and air alarms.
ATMOS_DIRECTION_SIPHONINGUsed when an atmos machine is siphoning out air. Found in air alarms, vents, and scrubbers.
ATMOS_DIRECTION_RELEASINGUsed when a vent is releasing air. Found in air alarms, vents, and scrubbers.
ATMOS_DIRECTION_SCRUBBINGUsed when a scrubber is scrubbing air. Found in air alarms, vents, and scrubbers.
ATMOS_PUMP_MAX_PRESSUREThe max pressure of pumps.
AIR_ALARM_ALERT_NONEValue of /obj/machinery/airalarm/var/danger_level

Define Details

AIR_ALARM_ALERT_NONE

Value of /obj/machinery/airalarm/var/danger_level

ATMOS_BOUND_MAX

The maximum bound of an atmos machine. Found in pressure_checks of vents and air alarms.

ATMOS_DIRECTION_RELEASING

Used when a vent is releasing air. Found in air alarms, vents, and scrubbers.

ATMOS_DIRECTION_SCRUBBING

Used when a scrubber is scrubbing air. Found in air alarms, vents, and scrubbers.

ATMOS_DIRECTION_SIPHONING

Used when an atmos machine is siphoning out air. Found in air alarms, vents, and scrubbers.

ATMOS_EXTERNAL_BOUND

Used when an atmos machine has "external" selected. Found in pressure_checks of vents and air alarms.

ATMOS_INTERNAL_BOUND

Used when an atmos machine has "internal" selected. Found in pressure_checks of vents and air alarms.

ATMOS_PUMP_MAX_PRESSURE

The max pressure of pumps.