air_sensor ![code/game/machinery/computer/atmos_computers/_air_sensor.dm 3](git.png)
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 |
outlet_id | The outlet[vent pump] controlled by this sensor |
Procs | |
multitool_act_secondary | right click with multi tool to disconnect everything |
Var Details
chamber_id ![code/game/machinery/computer/atmos_computers/_air_sensor.dm 13](git.png)
The unique string that represents which atmos chamber to associate with.
connected_airalarm ![code/game/machinery/computer/atmos_computers/_air_sensor.dm 21](git.png)
The air alarm connected to this sensor
inlet_id ![code/game/machinery/computer/atmos_computers/_air_sensor.dm 15](git.png)
The inlet[injector] controlled by this sensor
outlet_id ![code/game/machinery/computer/atmos_computers/_air_sensor.dm 17](git.png)
The outlet[vent pump] controlled by this sensor
Proc Details
multitool_act_secondary
right click with multi tool to disconnect everything