Skip to main content

Enum IGameInteropProvider.HookBackend

Available hooking backends.

Assembly: Dalamud.dll
View Source
Declaration
public enum IGameInteropProvider.HookBackend

Fields

Automatic

Choose the best backend automatically.

View Source
Declaration
Automatic = 0

Reloaded

Use Reloaded hooks.

View Source
Declaration
Reloaded = 1

MinHook

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

View Source
Declaration
MinHook = 2

Extension Methods