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 = 2

Ended

The Fate has ended.

View Source
Declaration
Ended = 4

Failed

The player failed the Fate.

View Source
Declaration
Failed = 5

Preparation

The Fate is preparing to run.

View Source
Declaration
Preparation = 7

WaitingForEnd

The Fate is preparing to end.

View Source
Declaration
WaitingForEnd = 8

Extension Methods