/tg/ Station 13 - Modules - TypesVar Details - Proc Details

cryopod

Vars

allow_timer_overrideWhether the cryopod respects the minimum time someone has to be disconnected before they can be put into cryo by another player
control_computer_weakrefWeakref to our controller
despawn_world_timeCooldown for when it's now safe to try an despawn the player.
quietif false, plays announcement on cryo
ssd_timeMinimum time for someone to be SSD before another player can cryo them.
time_till_despawnTime until despawn when a mob enters a cryopod. You cannot other people in pods unless they're catatonic.
tuckedHas the occupant been tucked in?

Procs

despawn_occupantThis 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.