Skip to main content

Enum PluginLoadReason

This enum reflects reasons for loading a plugin.

Assembly: Dalamud.dll
View Source
Declaration
public enum PluginLoadReason

Fields

Unknown

We don't know why this plugin was loaded.

View Source
Declaration
Unknown = 0

Installer

This plugin was loaded because it was installed with the plugin installer.

View Source
Declaration
Installer = 1

Update

This plugin was loaded because it was just updated.

View Source
Declaration
Update = 2

Reload

This plugin was loaded because it was told to reload.

View Source
Declaration
Reload = 3

Boot

This plugin was loaded because the game was started or Dalamud was reinjected.

View Source
Declaration
Boot = 4

Extension Methods