Skip to main content

Enum CreatureFlags

Which creature flags are present on the gauge.

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

Fields

Pom

Pom flag present.

View Source
Declaration
Pom = 1

Wings

Wings flag present.

View Source
Declaration
Wings = 2

Claw

Claw flag present.

View Source
Declaration
Claw = 4

MooglePortait

Moogle portrait present.

View Source
Declaration
MooglePortait = 16

MadeenPortrait

Madeen portrait present.

View Source
Declaration
MadeenPortrait = 32

Extension Methods