Skip to main content

Enum QuestToastPosition

The alignment of native quest toast windows.

Assembly: Dalamud.dll
View Source
Declaration
public enum QuestToastPosition

Fields

Centre

The toast will be aligned screen centre.

View Source
Declaration
Centre = 0

The toast will be aligned screen right.

View Source
Declaration
Right = 1

Left

The toast will be aligned screen left.

View Source
Declaration
Left = 2

Extension Methods