Namespace Dalamud.Game
Classes
BaseAddressResolver
Base memory address resolver.
ChatHandlers
Chat events and public helper functions.
Framework
This class represents the Framework of the native game client and grants access to various subsystems.
FrameworkAddressResolver
The address resolver for the Framework class.
GameVersion
A GameVersion object contains give hierarchical numeric components: year, month, day, major and minor. All components may be unspecified, which is represented internally as a -1. By definition, an unspecified component matches anything (both unspecified and specified), and an unspecified component is "less than" any specified component. It will also equal the string "any" if all components are unspecified. The value can be retrieved from the ffxivgame.ver file in your game installation directory.
GameVersionConverter
Converts a GameVersion to and from a string (e.g. "2010.01.01.1234.5678").
SigScanner
A SigScanner facilitates searching for memory signatures in a given ProcessModule.
Delegates
Framework.OnDestroyDelegate
A delegate type used during the native Framework::free.
Framework.OnRealDestroyDelegate
A delegate type used during the native Framework::destroy.
Framework.OnUpdateDelegate
A delegate type used with the Update event.