atmos_pipe 
Vars | |
check_color_difference | pipes with different color won't connect even on the same piping_layer. EXCEPT "GREY (GENERAL) PIPES". General pipes are like wildcards and will connect to every other color. |
---|---|
pipe_color | Color to set our pipes to |
pipe_type | Helper will try to create exact pipe type if possible. if not - will create default one with needed properties. It is desirable to do so, because some pipe procs try to set initial() type values. |
piping_layer | Layer to put our pipes on |
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
check_color_difference 
pipes with different color won't connect even on the same piping_layer. EXCEPT "GREY (GENERAL) PIPES". General pipes are like wildcards and will connect to every other color.
pipe_color 
Color to set our pipes to
pipe_type 
Helper will try to create exact pipe type if possible. if not - will create default one with needed properties. It is desirable to do so, because some pipe procs try to set initial() type values.
piping_layer 
Layer to put our pipes on
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.