shuttle_docker ![code/modules/shuttle/navigation_computer.dm 1](git.png)
Vars | |
jump_to_ports | Hashset of ports to jump to and ignore for collision purposes |
---|---|
my_port | The custom docking port placed by this console |
shuttle_port | The mobile docking port of the connected shuttle |
Procs | |
set_init_ports | "Initializes" any default port ids we have, done so add_jumpable_port can be a proper setter |
Var Details
jump_to_ports ![code/modules/shuttle/navigation_computer.dm 11](git.png)
Hashset of ports to jump to and ignore for collision purposes
my_port ![code/modules/shuttle/navigation_computer.dm 13](git.png)
The custom docking port placed by this console
shuttle_port ![code/modules/shuttle/navigation_computer.dm 15](git.png)
The mobile docking port of the connected shuttle
Proc Details
set_init_ports
"Initializes" any default port ids we have, done so add_jumpable_port can be a proper setter