Goonstation 13 - Modules - TypesVar Details - Proc Details

/obj/machinery/atmospherics/pipe

The basic pipe parent for things that can support pipelines and bursting and stuff.

Vars

nodealertSome debug thing when a node breaks.
parentOur pipeline.
volumeOur volume for gas.

Procs

check_pressureReturn 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_expansionReturns a list of nodes that we can add to the pipeline. List may be null or contain nulls.

Var Details

nodealert

Some debug thing when a node breaks.

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.