๐ชHooking
These are all of the functions revolving hooking that Wave supports.
Clone Function
<function> clonefunction(<function> a1)Get Callback Value
<any> getcallbackvalue(<function fn>)Hook Function
<function> hookfunction(<function> old, <function> new) Hook Metamethod
<function> hookmetamethod(<Object> object, <string> metamethod, <function> a1) Is Hooked
Is Our Call Stack
New C Closure
New Lua Closure
Protect Closure
Restore Closure
Last updated