Enum CanvasFlags
Represents the flags for the canvas in the job gauge.
Assembly: Dalamud.dll
View Source
Declaration
public enum CanvasFlags : byte
Fields
Pom
Represents the Pom flag for the canvas in the job gauge.
View Source
Declaration
Pom = 1
Wing
Represents the Wing canvas flag in the job gauge.
View Source
Declaration
Wing = 2
Claw
Represents the flag for the claw in the canvas of the job gauge.
View Source
Declaration
Claw = 4
Maw
Represents the 'Maw' flag for the canvas in the job gauge.
View Source
Declaration
Maw = 8
Weapon
Represents the weapon flag for the canvas in the job gauge.
View Source
Declaration
Weapon = 16
Landscape
Represents the Landscape flag for the canvas in the job gauge.
View Source
Declaration
Landscape = 32
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)