OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IEventListenerOptions

Namespace: OpenMod.API.Eventing
Assembly: OpenMod.API.dll
Syntax
public interface IEventListenerOptions

Properties

| Improve this Doc View Source

IgnoreCancelled

Declaration
bool IgnoreCancelled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Priority

Declaration
EventListenerPriority Priority { get; }
Property Value
Type Description
EventListenerPriority

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)