door ![code/game/machinery/doors/door.dm 1](git.png)
Vars | |
can_open_with_hands | Whether or not the door can be opened by hand (used for blast doors and shutters) |
---|---|
Procs | |
check_security_level | Signal handler for checking if we notify our surrounding that access requirements are lifted accordingly to a newly set security level |
Var Details
can_open_with_hands ![code/game/machinery/doors/door.dm 48](git.png)
Whether or not the door can be opened by hand (used for blast doors and shutters)
Proc Details
check_security_level
Signal handler for checking if we notify our surrounding that access requirements are lifted accordingly to a newly set security level
Arguments:
- source The datum source of the signal
- new_level The new security level that is in effect