đĒHooking Functions
These are all of the functions revolving hooking that Wave supports.
Hook Function:
Hooks function
old
, replacing it with the functionnew
. Theold
function is returned, you must use this function in order to call the original function.
Hook Metamethod:
Hooks the
metamethod
passed inobject
's metatable witha1
.
New C Closure:
Pushes a new CClosure that invokes the function
a1
upon call.
Last updated