Class AgentLifecycleEventListener
This class is a helper for tracking and invoking listener delegates.
Assembly: Dalamud.dll
Declaration
public class AgentLifecycleEventListener
Properties
AgentId
Gets the agentId of the agent this listener is looking for. uint.MaxValue if it wants to be called for any agent.
Declaration
public AgentId AgentId { get; init; }
EventType
Gets the event type this listener is looking for.
Declaration
public AgentEvent EventType { get; init; }
FunctionDelegate
Gets the delegate this listener invokes.
Declaration
public IAgentLifecycle.AgentEventDelegate FunctionDelegate { get; init; }