atmos_pipe ![code/modules/mapping/mapping_helpers/network_builder/atmos_pipe.dm 4](git.png)
Vars | |
pipe_color | Color to set our pipes to |
---|---|
pipe_layer | Layer to put our pipes on |
visible_pipes | Whether or not pipes we make are visible |
Procs | |
build_network | Directions should only ever have cardinals. |
scan_directions | Scans directions, sets network_directions to have every direction that we can link to. If there's another power cable builder detected, make sure they know we're here by adding us to their cable directions list before we're deleted. |
Var Details
pipe_color ![code/modules/mapping/mapping_helpers/network_builder/atmos_pipe.dm 12](git.png)
Color to set our pipes to
pipe_layer ![code/modules/mapping/mapping_helpers/network_builder/atmos_pipe.dm 9](git.png)
Layer to put our pipes on
visible_pipes ![code/modules/mapping/mapping_helpers/network_builder/atmos_pipe.dm 15](git.png)
Whether or not pipes we make are visible
Proc Details
build_network
Directions should only ever have cardinals.
scan_directions
Scans directions, sets network_directions to have every direction that we can link to. If there's another power cable builder detected, make sure they know we're here by adding us to their cable directions list before we're deleted.