Enum EventPriority
Determines in what order the events should be handled. Highest priority is executed last, lowest is executed first.
Namespace: OpenAPI.Events
Assembly: OpenAPI.dll
Syntax
public enum EventPriority : int
Fields
Name | Description |
---|---|
High | Gets executed 4th |
Highest | Gets executed second to last |
Low | Gets executed 2nd |
Lowest | Gets executed 1st |
Monitor | Gets executed last, always has the final say over the result |
Normal | Gets executed 3rd |