Skip to main content

Enum CanvasFlags

Represents the flags for the canvas in the job gauge.

Assembly: Dalamud.dll
Declaration
public enum CanvasFlags : byte

Fields

Pom

Represents the Pom flag for the canvas in the job gauge.

Declaration
Pom = 1

Wing

Represents the Wing canvas flag in the job gauge.

Declaration
Wing = 2

Claw

Represents the flag for the claw in the canvas of the job gauge.

Declaration
Claw = 4

Maw

Represents the 'Maw' flag for the canvas in the job gauge.

Declaration
Maw = 8

Weapon

Represents the weapon flag for the canvas in the job gauge.

Declaration
Weapon = 16

Landscape

Represents the Landscape flag for the canvas in the job gauge.

Declaration
Landscape = 32

Extension Methods