atmos_volume_pump ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 186](git.png)
Vars | |
connected_pump | The component parent object |
---|---|
input_pressure | Pressure of the input port |
input_temperature | Temperature of the input port |
is_active | Whether the pump is currently active |
off | Deactivate the pump |
on | Activate the pump |
output_pressure | Pressure of the output port |
output_temperature | Temperature of the output port |
request_data | Signals the circuit to retrieve the pump's current pressure and temperature |
transfer_rate | Set the transfer rate of the pump |
turned_off | Send a signal when the pump is turned off |
turned_on | Send a signal when the pump is turned on |
Var Details
connected_pump ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 218](git.png)
The component parent object
input_pressure ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 200](git.png)
Pressure of the input port
input_temperature ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 204](git.png)
Temperature of the input port
is_active ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 209](git.png)
Whether the pump is currently active
off ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 195](git.png)
Deactivate the pump
on ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 193](git.png)
Activate the pump
output_pressure ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 202](git.png)
Pressure of the output port
output_temperature ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 206](git.png)
Temperature of the output port
request_data ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 197](git.png)
Signals the circuit to retrieve the pump's current pressure and temperature
transfer_rate ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 191](git.png)
Set the transfer rate of the pump
turned_off ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 213](git.png)
Send a signal when the pump is turned off
turned_on ![code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm 211](git.png)
Send a signal when the pump is turned on