shuttle_docker
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 |
x_offset | x offset for where the camera eye will spawn. Starts from shuttle's docking port |
y_offset | y offset for where the camera eye will spawn. Starts from the shuttle's docking port |
Procs | |
refresh_eye | Destroys the eyeobj of this console, safely refreshing it if the console is currently being used. |
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
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
x_offset
x offset for where the camera eye will spawn. Starts from shuttle's docking port
y_offset
y offset for where the camera eye will spawn. Starts from the shuttle's docking port
Proc Details
refresh_eye
Destroys the eyeobj of this console, safely refreshing it if the console is currently being used.
set_init_ports
"Initializes" any default port ids we have, done so add_jumpable_port can be a proper setter