Enable the detour of the function described in the hook setup handle.
bool DHookEnableDetour(Handle setup, bool post, DHookCallback callback)
Hook setup handle
true to make the hook a post hook. (If you need to change the return value or need the return value use a post hook! If you need to change params and return use a pre and post hook!)
Callback function
true if detour was enabled, false otherwise.
Hook handle is not setup for a detour.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.