code/__DEFINES/pipe_construction.dm ![code/__DEFINES/pipe_construction.dm0](git.png)
PIPE_STRAIGHT | 2 directions: N/S, E/W |
---|---|
PIPE_BENDABLE | 6 directions: N/S, E/W, N/E, N/W, S/E, S/W |
PIPE_TRINARY | 4 directions: N/E/S, E/S/W, S/W/N, W/N/E |
PIPE_TRIN_M | 8 directions: N->S+E, S->N+E, N->S+W, S->N+W, E->W+S, W->E+S, E->W+N, W->E+N |
PIPE_UNARY | 4 directions: N, S, E, W |
PIPE_ONEDIR | 1 direction: N/S/E/W |
PIPE_UNARY_FLIPPABLE | 8 directions: N/S/E/W/N-flipped/S-flipped/E-flipped/W-flipped |
PIPE_ONEDIR_FLIPPABLE | 2 direction: N/S/E/W, N-flipped/S-flipped/E-flipped/W-flipped |
Define Details
PIPE_BENDABLE ![code/__DEFINES/pipe_construction.dm 6](git.png)
6 directions: N/S, E/W, N/E, N/W, S/E, S/W
PIPE_ONEDIR ![code/__DEFINES/pipe_construction.dm 14](git.png)
1 direction: N/S/E/W
PIPE_ONEDIR_FLIPPABLE ![code/__DEFINES/pipe_construction.dm 18](git.png)
2 direction: N/S/E/W, N-flipped/S-flipped/E-flipped/W-flipped
PIPE_STRAIGHT ![code/__DEFINES/pipe_construction.dm 4](git.png)
2 directions: N/S, E/W
PIPE_TRINARY ![code/__DEFINES/pipe_construction.dm 8](git.png)
4 directions: N/E/S, E/S/W, S/W/N, W/N/E
PIPE_TRIN_M ![code/__DEFINES/pipe_construction.dm 10](git.png)
8 directions: N->S+E, S->N+E, N->S+W, S->N+W, E->W+S, W->E+S, E->W+N, W->E+N
PIPE_UNARY ![code/__DEFINES/pipe_construction.dm 12](git.png)
4 directions: N, S, E, W
PIPE_UNARY_FLIPPABLE ![code/__DEFINES/pipe_construction.dm 16](git.png)
8 directions: N/S/E/W/N-flipped/S-flipped/E-flipped/W-flipped