code/game/objects/items/rcd/RPD.dm ![code/game/objects/items/rcd/RPD.dm0](git.png)
MAX_PIPE_LAYERS | Maximum number of pipe layers the RPD can support |
---|---|
PIPE_LAYER | Converts the pipe layer into a bitflag so we can append multiple layers into 1 bitfield |
RPD_USE_SOUND | Sound to make when we use the item to build/destroy something |
Define Details
MAX_PIPE_LAYERS ![code/game/objects/items/rcd/RPD.dm 13](git.png)
Maximum number of pipe layers the RPD can support
PIPE_LAYER ![code/game/objects/items/rcd/RPD.dm 16](git.png)
Converts the pipe layer into a bitflag so we can append multiple layers into 1 bitfield
RPD_USE_SOUND ![code/game/objects/items/rcd/RPD.dm 19](git.png)
Sound to make when we use the item to build/destroy something