Interface IDeniableEvent
Event args for events that can be allowed or denied.
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IDeniableEvent : IExiledEvent
Properties
| Improve this Doc View SourceIsAllowed
Gets or sets a value indicating whether or not the event is allowed to continue.
Declaration
bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |