scrubber
Vars | |
on | Is the machine on? |
---|---|
overpressure_m | Multiplier with ONE_ATMOSPHERE, if the enviroment pressure is higher than that, the scrubber won't work |
scrubbing | List of gases that can be scrubbed |
use_overlays | Should the machine use overlay in update_overlays() when open/close? |
volume_rate | the rate the machine will scrub air |
Procs | |
scrub | Called in process_atmos(), handles the scrubbing of the given gas_mixture Arguments: |
Var Details
on
Is the machine on?
overpressure_m
Multiplier with ONE_ATMOSPHERE, if the enviroment pressure is higher than that, the scrubber won't work
scrubbing
List of gases that can be scrubbed
use_overlays
Should the machine use overlay in update_overlays() when open/close?
volume_rate
the rate the machine will scrub air
Proc Details
scrub
Called in process_atmos(), handles the scrubbing of the given gas_mixture Arguments:
- mixture: the gas mixture to be scrubbed