Namespace Dalamud.Plugin
Classes
DalamudPluginInterface
This class acts as an interface to various objects needed to interact with Dalamud and the game.
PluginDefinition
Class containing information about a plugin.
PluginLog
Class offering various static methods to allow for logging in plugins.
Interfaces
IDalamudPlugin
This interface represents a basic Dalamud plugin. All plugins have to implement this interface.
Enums
PluginLoadReason
This enum reflects reasons for loading a plugin.
Delegates
DalamudPluginInterface.LanguageChangedDelegate
Delegate for localization change with two-letter iso lang code.