pipe_scrubber ![code/modules/atmospherics/machinery/portable/pipe_scrubber.dm 1](git.png)
Vars | |
direction | What direction is the machine pumping to (into scrubber or out to the port)? |
---|---|
internal_tank | The internal air tank obj of the mech |
on | Is the machine on? |
scrubbing | List of gases that can be scrubbed |
volume_rate | the rate the machine will scrub air |
Procs | |
scrub | Scrub gasses from own air_contents into internal_tank.air_contents |
Var Details
direction ![code/modules/atmospherics/machinery/portable/pipe_scrubber.dm 13](git.png)
What direction is the machine pumping to (into scrubber or out to the port)?
internal_tank ![code/modules/atmospherics/machinery/portable/pipe_scrubber.dm 9](git.png)
The internal air tank obj of the mech
on ![code/modules/atmospherics/machinery/portable/pipe_scrubber.dm 11](git.png)
Is the machine on?
scrubbing ![code/modules/atmospherics/machinery/portable/pipe_scrubber.dm 17](git.png)
List of gases that can be scrubbed
volume_rate ![code/modules/atmospherics/machinery/portable/pipe_scrubber.dm 15](git.png)
the rate the machine will scrub air
Proc Details
scrub
Scrub gasses from own air_contents into internal_tank.air_contents