pod ![code/game/machinery/computer/pod.dm 1](git.png)
Vars | |
connected | Connected mass driver |
---|---|
id | ID of the launch control |
massdriver_countdown | Countdown timer for the mass driver's delayed launch functionality. |
range | Range in which we search for a mass drivers and poddoors nearby |
time | Time before auto launch |
timing | If the launch timer counts down |
Procs | |
alarm | Initiates launching sequence by checking if all components are functional, opening poddoors, firing mass drivers and then closing poddoors |
Var Details
connected ![code/game/machinery/computer/pod.dm 7](git.png)
Connected mass driver
id ![code/game/machinery/computer/pod.dm 9](git.png)
ID of the launch control
massdriver_countdown ![code/game/machinery/computer/pod.dm 17](git.png)
Countdown timer for the mass driver's delayed launch functionality.
range ![code/game/machinery/computer/pod.dm 15](git.png)
Range in which we search for a mass drivers and poddoors nearby
time ![code/game/machinery/computer/pod.dm 13](git.png)
Time before auto launch
timing ![code/game/machinery/computer/pod.dm 11](git.png)
If the launch timer counts down
Proc Details
alarm
Initiates launching sequence by checking if all components are functional, opening poddoors, firing mass drivers and then closing poddoors