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