Creates a detour
DynamicDetour DHookCreateDetour(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)
Setup handle for the detour.
Failed to create detour setup handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.