vent_pump ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 3](git.png)
Vars | |
assigned_area | area this vent is assigned to |
---|---|
chamber_id | id of air sensor its connected to |
examine_condition | The cached string we show for examine that lets you know how fucked up the fan is. |
external_pressure_bound | The external pressure threshold (default 101 kPa) |
fan_damage_rate | Rate of damage per atmos process to the fan when overclocked. Set to 0 to disable damage. |
fan_overclocked | Is this vent currently overclocked, removing pressure limits but damaging the fan? |
internal_pressure_bound | The internal pressure threshold (default 0 kPa) |
pressure_checks | Should we check internal pressure, external pressure, both or none? (ATMOS_EXTERNAL_BOUND, ATMOS_INTERNAL_BOUND, NO_BOUND) |
pump_direction | Direction of pumping the gas (ATMOS_DIRECTION_RELEASING or ATMOS_DIRECTION_SIPHONING) |
sound_loop | Datum for managing the overclock sound loop |
Var Details
assigned_area ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 39](git.png)
area this vent is assigned to
chamber_id ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 36](git.png)
id of air sensor its connected to
examine_condition ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 48](git.png)
The cached string we show for examine that lets you know how fucked up the fan is.
external_pressure_bound ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 28](git.png)
The external pressure threshold (default 101 kPa)
fan_damage_rate ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 45](git.png)
Rate of damage per atmos process to the fan when overclocked. Set to 0 to disable damage.
fan_overclocked ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 42](git.png)
Is this vent currently overclocked, removing pressure limits but damaging the fan?
internal_pressure_bound ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 30](git.png)
The internal pressure threshold (default 0 kPa)
pressure_checks ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 26](git.png)
Should we check internal pressure, external pressure, both or none? (ATMOS_EXTERNAL_BOUND, ATMOS_INTERNAL_BOUND, NO_BOUND)
pump_direction ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 24](git.png)
Direction of pumping the gas (ATMOS_DIRECTION_RELEASING or ATMOS_DIRECTION_SIPHONING)
sound_loop ![code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm 53](git.png)
Datum for managing the overclock sound loop