Documentation
›
API Reference
›
Object
›
System
RemoveHook
Lua
C++
This function will remove the first instance of a global hook.
Syntax
RemoveHook
(number hookid, number hook)
Parameters
hookid:
the ID of the hook to remove.
hook:
a pointer to the hook function to remove.