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

Class DutyStateEventArgs

Provides event data for when the duty state changed.

Assembly: Dalamud.dll
Declaration
public class DutyStateEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

TerritoryType

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

Declaration
public required RowRef<TerritoryType> TerritoryType { get; init; }

ContentFinderCondition

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

Declaration
public required RowRef<ContentFinderCondition> ContentFinderCondition { get; init; }

EventHandlerId

Gets the EventHandler id for which this event was fired.

Declaration
public required uint EventHandlerId { get; init; }

Methods

ToString()

Declaration
public override string ToString()
Returns

System.String