Space Station 13 - Modules - TypesVar Details - Proc Details

teleporter

Vars

calibratingWhether calibration is in progress or not. Calibration prevents changes.
lockedA GPS with a locked destination
power_stationThe power station that's connected to the console
regimeSwitches mode between teleporter, gate and gps
targetThe target turf of the teleporter

Procs

calibrateCallbackCalibrates the hub. Helper function of ui_act
ejectHelper function of ui_act
gate_helperHelper function of ui_act.
resetPowerstationResets the connected powerstation to initial values. Helper function of ui_act
targets_gateCreates a list of viable targets for the gate. Helper function of ui_data
targets_teleportCreates a list of viable targets for the teleport. Helper function of ui_data
teleport_helperHelper function of ui_act.

Var Details

calibrating

Whether calibration is in progress or not. Calibration prevents changes.

locked

A GPS with a locked destination

power_station

The power station that's connected to the console

regime

Switches mode between teleporter, gate and gps

target

The target turf of the teleporter

Proc Details

calibrateCallback

Calibrates the hub. Helper function of ui_act

eject

Helper function of ui_act

Triggered when ejecting a gps device. Sets the gps to the ground and resets the console

gate_helper

Helper function of ui_act.

Called after selecting a target for the teleporter in the UI.

resetPowerstation

Resets the connected powerstation to initial values. Helper function of ui_act

targets_gate

Creates a list of viable targets for the gate. Helper function of ui_data

targets_teleport

Creates a list of viable targets for the teleport. Helper function of ui_data

teleport_helper

Helper function of ui_act.

Called after selecting a target for the gate in the UI. Sets area_bypass and cc_beacon.