EventHandling
Namespace: QuakeReloaded.Interfaces
Indicates how the event was handled
public enum EventHandling
Inheritance Object → ValueType → Enum → EventHandling
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Continue | 0 | Nothing was done, just continue with the event as normal. |
Handled | 1 | The event was handled, but let the event carry on. |
Superceded | 2 | The event was handled and block further execution of it. |