cryopod 
Vars | |
allow_timer_override | Whether the cryopod respects the minimum time someone has to be disconnected before they can be put into cryo by another player |
---|---|
control_computer_weakref | Weakref to our controller |
despawn_world_time | Cooldown for when it's now safe to try an despawn the player. |
quiet | if false, plays announcement on cryo |
ssd_time | Minimum time for someone to be SSD before another player can cryo them. |
time_till_despawn | Time until despawn when a mob enters a cryopod. You cannot other people in pods unless they're catatonic. |
tucked | Has the occupant been tucked in? |
Procs | |
despawn_occupant | This function can not be undone; do not call this unless you are sure. Handles despawning the player. |
Var Details
allow_timer_override 
Whether the cryopod respects the minimum time someone has to be disconnected before they can be put into cryo by another player
control_computer_weakref 
Weakref to our controller
despawn_world_time 
Cooldown for when it's now safe to try an despawn the player.
quiet 
if false, plays announcement on cryo
ssd_time 
Minimum time for someone to be SSD before another player can cryo them.
time_till_despawn 
Time until despawn when a mob enters a cryopod. You cannot other people in pods unless they're catatonic.
tucked 
Has the occupant been tucked in?
Proc Details
despawn_occupant
This function can not be undone; do not call this unless you are sure. Handles despawning the player.