Skip to main content

Enum IGameInteropProvider.HookBackend

Available hooking backends.

Assembly: Dalamud.dll
Declaration
public enum IGameInteropProvider.HookBackend

Fields

Automatic

Choose the best backend automatically.

Declaration
Automatic = 0

Reloaded

Use Reloaded hooks.

Declaration
[Obsolete("Backend selection is no longer supported and will be removed. Please do not specify a backend.")]
Reloaded = 1

MinHook

Use MinHook. You should never have to use this without talking to us first.

Declaration
[Obsolete("Backend selection is no longer supported and will be removed. Please do not specify a backend.")]
MinHook = 2

Extension Methods