Namespace Content.Shared.Doors
Classes
BeforeDoorAutoCloseEvent
Raised to determine whether the door should automatically close. Cancel to stop it from automatically closing.
BeforeDoorClosedEvent
BeforeDoorDeniedEvent
Called when the door is determining whether it is able to deny. Cancel to stop the door from being able to deny.
BeforeDoorOpenedEvent
Raised when the door is determining whether it is able to open. Cancel to stop the door from being opened.
DoorStateChangedEvent
Raised when the door's State variable is changed to a new variable that it was not equal to before.