launchpad ![code/game/machinery/launch_pad.dm 3](git.png)
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 ![code/game/machinery/launch_pad.dm 18](git.png)
What to name the launchpad in the console
hidden ![code/game/machinery/launch_pad.dm 34](git.png)
Determines if the bluespace launchpad is blatantly obvious on teleportation.
icon_teleport ![code/game/machinery/launch_pad.dm 14](git.png)
The beam icon
indicator_icon ![code/game/machinery/launch_pad.dm 32](git.png)
The icon to use for the indicator
power_efficiency ![code/game/machinery/launch_pad.dm 26](git.png)
The power efficiency of the launchpad
range ![code/game/machinery/launch_pad.dm 22](git.png)
Max range of the launchpad
stationary ![code/game/machinery/launch_pad.dm 16](git.png)
To prevent briefcase pad deconstruction and such
teleport_beam ![code/game/machinery/launch_pad.dm 36](git.png)
The beam on teleportation
teleport_speed ![code/game/machinery/launch_pad.dm 20](git.png)
The speed of the teleportation
teleporting ![code/game/machinery/launch_pad.dm 24](git.png)
If it's in the process of teleporting
x_offset ![code/game/machinery/launch_pad.dm 28](git.png)
Current x target
y_offset ![code/game/machinery/launch_pad.dm 30](git.png)
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.