Creates a hook
DynamicHook DHookCreate(int offset, HookType hooktype, ReturnType returntype, ThisPointerType thistype, DHookCallback callback)
vtable offset of function to hook
Type of hook
Type of return value
Type of this pointer or ignore (ignore can be used if not needed)
Optional callback function, if not set here must be set when hooking.
Returns setup handle for the hook.
Failed to create hook setup handle or invalid callback function.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.