Skip to main content
Version: 14.x (API 14) [Legacy]

Interface IDutyStateEventArgs

Interface for providing event data when the duty state changed.

Assembly: Dalamud.dll
Declaration
public interface IDutyStateEventArgs

Properties

TerritoryType

Gets a RowRef for the TerritoryType at the time the event was fired.

Declaration
RowRef<TerritoryType> TerritoryType { get; }

ContentFinderCondition

Gets a RowRef for the ContentFinderCondition at the time the event was fired.

Declaration
RowRef<ContentFinderCondition> ContentFinderCondition { get; }

EventHandlerId

Gets the EventHandler id for which this event was fired.

Declaration
uint EventHandlerId { get; }