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

launchpad

Vars

display_nameWhat to name the launchpad in the console
hiddenDetermines if the bluespace launchpad is blatantly obvious on teleportation.
icon_teleportThe beam icon
indicator_iconThe icon to use for the indicator
power_efficiencyThe power efficiency of the launchpad
rangeMax range of the launchpad
stationaryTo prevent briefcase pad deconstruction and such
teleport_beamThe beam on teleportation
teleport_speedThe speed of the teleportation
teleportingIf it's in the process of teleporting
x_offsetCurrent x target
y_offsetCurrent y target

Procs

doteleportPerforms the teleport. sending - TRUE/FALSE depending on if the launch pad is teleporting to or from the target. alternate_log_name - An alternative name to use in logs, if user is not present..
is_availableWhether this launchpad can send or receive.
set_offsetSets the offset of the launchpad.
teleport_checksChecks if the launchpad can teleport.
update_hudUpdates diagnostic huds
update_indicatorUpdates the indicator icon.

Var Details

display_name

What to name the launchpad in the console

hidden

Determines if the bluespace launchpad is blatantly obvious on teleportation.

icon_teleport

The beam icon

indicator_icon

The icon to use for the indicator

power_efficiency

The power efficiency of the launchpad

range

Max range of the launchpad

stationary

To prevent briefcase pad deconstruction and such

teleport_beam

The beam on teleportation

teleport_speed

The speed of the teleportation

teleporting

If it's in the process of teleporting

x_offset

Current x target

y_offset

Current y target

Proc Details

doteleport

Performs the teleport. sending - TRUE/FALSE depending on if the launch pad is teleporting to or from the target. alternate_log_name - An alternative name to use in logs, if user is not present..

is_available

Whether this launchpad can send or receive.

set_offset

Sets the offset of the launchpad.

teleport_checks

Checks if the launchpad can teleport.

update_hud

Updates diagnostic huds

update_indicator

Updates the indicator icon.