byond - Modules - TypesVar Details - Proc Details

resin

Vars

close_delayThe delay before the door closes automatically after being open
closetimerThe timer that tracks the delay above

Procs

do_closeToggle(close) the door. Used for the timer's callback.

Var Details

close_delay

The delay before the door closes automatically after being open

closetimer

The timer that tracks the delay above

Proc Details

do_close

Toggle(close) the door. Used for the timer's callback.