Hooking

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

triangle-exclamation

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

<function> newcclosure(<function> old)

triangle-exclamation

Makes an LClosure into a CClosure.

Last updated

Was this helpful?