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

teleporter

Vars

calibratingWhether the teleporter is currently calibrating
idThe ID of this teleporter, used for linking to power stations
power_stationThe power station this teleporter is linked to
regime_setCurrently can be "Teleporter" or "Gate"
target_refWeakref to the target atom we're pointed at currently

Procs

get_targetsGets a list of targets to teleport to. List is an assoc list of descriptors to locations.
lock_in_stationGiven a target station, will power and link it.

Var Details

calibrating

Whether the teleporter is currently calibrating

id

The ID of this teleporter, used for linking to power stations

power_station

The power station this teleporter is linked to

regime_set

Currently can be "Teleporter" or "Gate"

target_ref

Weakref to the target atom we're pointed at currently

Proc Details

get_targets

Gets a list of targets to teleport to. List is an assoc list of descriptors to locations.

lock_in_station

Given a target station, will power and link it.