transit_tube_pod  
| Vars | |
| current_move_anim_mode | The move animation mode for the next processing tick | 
|---|---|
| current_tube | The tube we're currently traveling through | 
| enter_delay | How long to wait when entering a new tube | 
| exit_delay | How long to wait when exiting a new tube | 
| move_cooldown | The next time we'll be moving | 
| next_dir | The direction of our next transit from pipe to pipe. Stored between process calls here. | 
| next_loc | The location of our next target tube. Stored same as above | 
| occupied_icon_state | Icon state in use while we're occupied | 
Var Details
current_move_anim_mode  
The move animation mode for the next processing tick
current_tube  
The tube we're currently traveling through
enter_delay  
How long to wait when entering a new tube
exit_delay  
How long to wait when exiting a new tube
move_cooldown  
The next time we'll be moving
next_dir  
The direction of our next transit from pipe to pipe. Stored between process calls here.
next_loc  
The location of our next target tube. Stored same as above
occupied_icon_state  
Icon state in use while we're occupied