Interface IDeniableEvent
- Namespace
- Exiled.Events.EventArgs.Interfaces
- Assembly
- Exiled.Events.dll
Event args for events that can be allowed or denied.
public interface IDeniableEvent : IExiledEvent
- Extension Methods
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
bool IsAllowed { get; set; }