/obj/machinery/atmospherics/pipe
The basic pipe parent for things that can support pipelines and bursting and stuff.
Vars | |
parent | Our pipeline. |
---|---|
volume | Our volume for gas. |
Procs | |
check_pressure | Return TRUE if parent should continue checking other pipes. Return FALSE or null if parent should stop checking other pipes. Recall: qdel(src) will by default return null. |
pipeline_expansion | Returns a list of nodes that we can add to the pipeline. List may be null or contain nulls. |
Var Details
parent
Our pipeline.
volume
Our volume for gas.
Proc Details
check_pressure
Return TRUE if parent should continue checking other pipes. Return FALSE or null if parent should stop checking other pipes. Recall: qdel(src) will by default return null.
pipeline_expansion
Returns a list of nodes that we can add to the pipeline. List may be null or contain nulls.