/tg/ Station 13 - Modules - TypesVar Details - Proc Details

shuttle_docker

Vars

jump_to_portsHashset of ports to jump to and ignore for collision purposes
my_portThe custom docking port placed by this console
shuttle_portThe mobile docking port of the connected shuttle
x_offsetx offset for where the camera eye will spawn. Starts from shuttle's docking port
y_offsety offset for where the camera eye will spawn. Starts from the shuttle's docking port

Procs

refresh_eyeDestroys 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