Skip to main content

Enum FateState

This represents the state of a single Fate.

Assembly: Dalamud.dll
View Source
Declaration
public enum FateState : byte

Fields

Running

The Fate is active.

View Source
Declaration
Running = 4

Ended

The Fate has ended.

View Source
Declaration
Ended = 7

Failed

The player failed the Fate.

View Source
Declaration
Failed = 8

Preparation

The Fate is preparing to run.

View Source
Declaration
Preparation = 3

WaitingForEnd

The Fate is preparing to end.

View Source
Declaration
WaitingForEnd = 5

Extension Methods