C# (CSharp) Content.Shared.Doors Пространство имен

Классы

Имя Описание
BeforeDoorClosedEvent Raised when the door is determining whether it is able to close. If the event is canceled, the door will not close. Additionally this event also has a bool that determines whether or not the door should perform a safety/collision check before closing. This check has to be proactively disabled by things like hacked airlocks.
BeforeDoorPryEvent Raised when an attempt to pry open the door is made. Cancel to stop the door from being pried open.
DoorGetPryTimeModifierEvent Raised to determine how long the door's pry time should be modified by. Multiply PryTimeModifier by the desired amount.