password ![code/game/machinery/doors/passworddoor.dm 1](git.png)
Vars | |
door_close | Sound used upon closing. |
---|---|
door_deny | Sound used upon denying. |
door_open | Sound used upon opening. |
interaction_activated | Setting to true allows the user to input the password through a text box after clicking on the door. |
password | Password that must be provided to open the door. |
voice_activated | Say the password nearby to open the door. |
Var Details
door_close ![code/game/machinery/doors/passworddoor.dm 21](git.png)
Sound used upon closing.
door_deny ![code/game/machinery/doors/passworddoor.dm 23](git.png)
Sound used upon denying.
door_open ![code/game/machinery/doors/passworddoor.dm 19](git.png)
Sound used upon opening.
interaction_activated ![code/game/machinery/doors/passworddoor.dm 15](git.png)
Setting to true allows the user to input the password through a text box after clicking on the door.
password ![code/game/machinery/doors/passworddoor.dm 13](git.png)
Password that must be provided to open the door.
voice_activated ![code/game/machinery/doors/passworddoor.dm 17](git.png)
Say the password nearby to open the door.