hookfunction
Hooks a Lua or C function. Returns a copy of the original function.
hookfunction(target: function, hook: function): functionHooks a Lua or C function. Returns a copy of the original function.
hookfunction(target: function, hook: function): function