Enum AgentEvent
Enumeration for available AgentLifecycle events.
Assembly: Dalamud.dll
public enum AgentEvent
Fields
PreReceiveEvent
An event that is fired before the agent processes its Receive Event Function.
PreReceiveEvent = 0
PostReceiveEvent
An event that is fired after the agent has processed its Receive Event Function.
PostReceiveEvent = 1
PreReceiveFilteredEvent
An event that is fired before the agent processes its Filtered Receive Event Function.
PreReceiveFilteredEvent = 2
PostReceiveFilteredEvent
An event that is fired after the agent has processed its Filtered Receive Event Function.
PostReceiveFilteredEvent = 3
PreShow
An event that is fired before the agent processes its Show Function.
PreShow = 4
PostShow
An event that is fired after the agent has processed its Show Function.
PostShow = 5
PreHide
An event that is fired before the agent processes its Hide Function.
PreHide = 6
PostHide
An event that is fired after the agent has processed its Hide Function.
PostHide = 7
PreUpdate
An event that is fired before the agent processes its Update Function.
PreUpdate = 8
PostUpdate
An event that is fired after the agent has processed its Update Function.
PostUpdate = 9
PreGameEvent
An event that is fired before the agent processes its Game Event Function.
PreGameEvent = 10
PostGameEvent
An event that is fired after the agent has processed its Game Event Function.
PostGameEvent = 11
PreLevelChange
An event that is fired before the agent processes its Game Event Function.
PreLevelChange = 12
PostLevelChange
An event that is fired after the agent has processed its Level Change Function.
PostLevelChange = 13
PreClassJobChange
An event that is fired before the agent processes its ClassJob Change Function.
PreClassJobChange = 14
PostClassJobChange
An event that is fired after the agent has processed its ClassJob Change Function.
PostClassJobChange = 15
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)