Skip to main content

Enum SerpentCombo

Enum representing the SerpentCombo actions for the VPR job gauge.

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

Fields

NONE

No Serpent combo is active.

View Source
Declaration
NONE = 0

DEATHRATTLE

Death Rattle action.

View Source
Declaration
DEATHRATTLE = 1

LASTLASH

Last Lash action.

View Source
Declaration
LASTLASH = 2

FIRSTLEGACY

First Legacy action.

View Source
Declaration
FIRSTLEGACY = 3

SECONDLEGACY

Second Legacy action.

View Source
Declaration
SECONDLEGACY = 4

THIRDLEGACY

Third Legacy action.

View Source
Declaration
THIRDLEGACY = 5

FOURTHLEGACY

Fourth Legacy action.

View Source
Declaration
FOURTHLEGACY = 6

Extension Methods