/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.
stored_ckeyWhat was the ckey of the client that entered the cryopod?
stored_nameThe name of the mob that entered the cryopod.
stored_rankThe rank (job title) of the mob that entered the cryopod, if it was a human. "N/A" by default.
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.

stored_ckey

What was the ckey of the client that entered the cryopod?

stored_name

The name of the mob that entered the cryopod.

stored_rank

The rank (job title) of the mob that entered the cryopod, if it was a human. "N/A" by default.

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.