air_sensor 
Gas tank air sensor. These always hook to monitors, be mindful of them
Vars | |
chamber_id | The unique string that represents which atmos chamber to associate with. |
---|---|
connected_airalarm | The air alarm connected to this sensor |
inlet_id | The inlet[injector] controlled by this sensor |
on | Is this sensor on |
outlet_id | The outlet[vent pump] controlled by this sensor |
Procs | |
configure | Connects an injector or an vent pump to this air sensor. Must be on the same z level as sensor return what type of port was configured or NONE for no op |
multitool_act_secondary | right click with multi tool to disconnect everything |
Var Details
chamber_id 
The unique string that represents which atmos chamber to associate with.
connected_airalarm 
The air alarm connected to this sensor
inlet_id 
The inlet[injector] controlled by this sensor
on 
Is this sensor on
outlet_id 
The outlet[vent pump] controlled by this sensor
Proc Details
configure
Connects an injector or an vent pump to this air sensor. Must be on the same z level as sensor return what type of port was configured or NONE for no op
Arguments
- obj/machinery/atmospherics/components/unary/port - the device we are trying to connect to this sensor
- reconfigure - if TRUE it will override existing ports if they are already registered
multitool_act_secondary
right click with multi tool to disconnect everything