launchpad
Vars | |
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 |
Procs | |
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. |
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.