Skip to main content

Enum AetherFlags

Assembly: Dalamud.dll
Declaration
[Flags]
public enum AetherFlags : byte

Fields

None

Declaration
None = 0

Aetherflow1

Declaration
Aetherflow1 = 1

Aetherflow2

Declaration
Aetherflow2 = 2

Aetherflow

Declaration
Aetherflow = Aetherflow1 | Aetherflow2

PhoenixPrimed

Declaration
PhoenixPrimed = 4

SolarBahamutFirstPrimed

Declaration
SolarBahamutFirstPrimed = 8

SolarBahamutSecondPrimed

Declaration
SolarBahamutSecondPrimed = PhoenixPrimed | SolarBahamutFirstPrimed

IfritReady

Declaration
IfritReady = 32

TitanReady

Declaration
TitanReady = 64

GarudaReady

Declaration
GarudaReady = 128

Extension Methods