Skip to main content

Enum FateState

This represents the state of a single Fate.

Assembly: Dalamud.dll
Declaration
public enum FateState : byte

Fields

Running

The Fate is active.

Declaration
Running = 4

Ended

The Fate has ended.

Declaration
Ended = 7

Failed

The player failed the Fate.

Declaration
Failed = 8

Preparation

The Fate is preparing to run.

Declaration
Preparation = 3

WaitingForEnd

The Fate is preparing to end.

Declaration
WaitingForEnd = 5

Extension Methods