Skip to main content

Enum PluginInstallerOpenKind

Enum describing pages the plugin installer can be opened to.

Assembly: Dalamud.dll
View Source
Declaration
public enum PluginInstallerOpenKind

Fields

AllPlugins

Open to the "All Plugins" page.

View Source
Declaration
AllPlugins = 0

InstalledPlugins

Open to the "Installed Plugins" page.

View Source
Declaration
InstalledPlugins = 1

UpdateablePlugins

Open to the "Can be updated" page.

View Source
Declaration
UpdateablePlugins = 2

Changelogs

Open to the "Changelogs" page.

View Source
Declaration
Changelogs = 3

Extension Methods