door
Vars | |
bumper | Set before calling open() for handling COMSIG_DOOR_OPENED. Can be null. This gets immediately set to null after the signal calls. |
---|---|
Procs | |
set_locked | locks the door, aka bolt / key lock |
set_unlocked | unlocks the door, aka unbolt / un-key lock |
toggle_locked | toggles the lock state of the door |
Var Details
bumper
Set before calling open() for handling COMSIG_DOOR_OPENED. Can be null. This gets immediately set to null after the signal calls.
Proc Details
set_locked
locks the door, aka bolt / key lock
set_unlocked
unlocks the door, aka unbolt / un-key lock
toggle_locked
toggles the lock state of the door