Creates a detour.
DynamicDetour DynamicDetour(Address funcaddr, CallingConvention callConv, ReturnType returntype, ThisPointerType thisType)
The address of the function to detour. Can be Address_Null if you want to load the address from gamedata using DHookSetFromConf.
Calling convention of the function.
Type of this pointer or ignore (ignore can be used if not needed). Only used for thiscall detours.
No description.
Failed to create detour setup handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.