Skip to main content
Version: 15.x (API 15) [Current]

Enum PluginInstallerOpenKind

Enum describing pages the plugin installer can be opened to.

Assembly: Dalamud.dll​
Declaration
public enum PluginInstallerOpenKind

Fields​

AllPlugins​

Open to the "All Plugins" page.

Declaration
AllPlugins = 0

InstalledPlugins​

Open to the "Installed Plugins" page.

Declaration
InstalledPlugins = 1

UpdateablePlugins​

Open to the "Can be updated" page.

Declaration
UpdateablePlugins = 2

Changelogs​

Open to the "Plugin Changelogs" page.

Declaration
Changelogs = 3

DalamudChangelogs​

Open to the "Dalamud Changelogs" page.

Declaration
DalamudChangelogs = 4

Extension Methods​