Space Station 13 - Modules - TypesVar Details - Proc Details

door_jack

Vars

cableThe cable being plugged into a door
hackdoorThe door being hacked
hackingAre we hacking?
progressProgress on hacking the door

Procs

cleanup_hackDoor jack cleanup proc
hackloopDoor jack hack loop

Var Details

cable

The cable being plugged into a door

hackdoor

The door being hacked

hacking

Are we hacking?

progress

Progress on hacking the door

Proc Details

cleanup_hack

Door jack cleanup proc

Self-contained proc for cleaning up failed hack attempts

hackloop

Door jack hack loop

Self-contained proc for handling the hacking of a door. Invoked asyncly, but will only allow one instance at a time