pipe_dispenser 
Vars | |
| atmos_build_speed | Speed of building atmos devices |
|---|---|
| category | Category currently active (Atmos, disposal, transit) |
| disposal_build_speed | Speed of building disposal devices |
| ducting_layer | Layer for disposal ducts |
| first_atmos | Stores the first atmos device |
| first_disposal | Stores the first disposal device |
| first_transit | Stores the first transit device |
| mode | The modes that are allowed for the RPD |
| multi_layer | Are we laying multiple layers per click |
| p_dir | Direction of the device we are going to spawn, set up in the UI |
| p_flipped | Is the device of the flipped type? |
| p_init_dir | Initial direction of the smart pipe we are going to spawn, set up in the UI |
| paint_color | Color of the device we are going to spawn |
| pipe_layers | All pipe layers we are going to spawn the atmos devices in |
| recipe | Stores the current device to spawn |
| spark_system | Sparks system used when changing device in the UI |
| transit_build_speed | Speed of building transit devices |
| upgrade_flags | Bitflags for upgrades |
Procs | |
| install_upgrade | Installs an upgrade into the RPD after checking if it is already installed |
| mouse_wheeled | Changes the piping layer when the mousewheel is scrolled up or down. |
Var Details
atmos_build_speed 
Speed of building atmos devices
category 
Category currently active (Atmos, disposal, transit)
disposal_build_speed 
Speed of building disposal devices
ducting_layer 
Layer for disposal ducts
first_atmos 
Stores the first atmos device
first_disposal 
Stores the first disposal device
first_transit 
Stores the first transit device
mode 
The modes that are allowed for the RPD
multi_layer 
Are we laying multiple layers per click
p_dir 
Direction of the device we are going to spawn, set up in the UI
p_flipped 
Is the device of the flipped type?
p_init_dir 
Initial direction of the smart pipe we are going to spawn, set up in the UI
paint_color 
Color of the device we are going to spawn
pipe_layers 
All pipe layers we are going to spawn the atmos devices in
recipe 
Stores the current device to spawn
spark_system 
Sparks system used when changing device in the UI
transit_build_speed 
Speed of building transit devices
upgrade_flags 
Bitflags for upgrades
Proc Details
install_upgrade
Installs an upgrade into the RPD after checking if it is already installed
mouse_wheeled
Changes the piping layer when the mousewheel is scrolled up or down.