launchpad
![code/game/machinery/launch_pad.dm 3](git.png)
Vars | |
hidden | Determines if the bluespace launchpad is blatantly obvious on teleportation. |
---|---|
teleport_beam | The beam on teleportation |
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.. |
Var Details
hidden
![code/game/machinery/launch_pad.dm 22](git.png)
Determines if the bluespace launchpad is blatantly obvious on teleportation.
teleport_beam
![code/game/machinery/launch_pad.dm 24](git.png)
The beam on teleportation
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..