Enum SettingsOpenKind
Enum describing tabs the settings window can be opened to.
Assembly: Dalamud.dll
View Source
Declaration
public enum SettingsOpenKind
Fields
General
Open to the "General" page.
View Source
Declaration
General = 0
LookAndFeel
Open to the "Look & Feel" page.
View Source
Declaration
LookAndFeel = 1
AutoUpdates
Open to the "Auto Updates" page.
View Source
Declaration
AutoUpdates = 2
ServerInfoBar
Open to the "Server Info Bar" page.
View Source
Declaration
ServerInfoBar = 3
Experimental
Open to the "Experimental" page.
View Source
Declaration
Experimental = 4
About
Open to the "About" page.
View Source
Declaration
About = 5
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)