Interface IDoorEvent
Event args used for all Door related events.
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IDoorEvent : IExiledEvent
Properties
| Improve this Doc View SourceDoor
Gets the Door triggering the event.
Declaration
Door Door { get; }
Property Value
Type | Description |
---|---|
Door |