Hooking

<function> hookfunction(<function> old, <function> new, <bool?> ignore_sizecheck = false)

Hooks old with new. The return value is old backed up.

<function> newcclosure(<function> old)

Makes an LClosure into a CClosure.

Last updated

Was this helpful?