LogoLogo
  • Main
  • Environment Functions
  • Script Functions
  • Table Functions
  • Input
  • Hooking
  • Misc
  • FileSystem
  • Libraries
    • Console
    • Fluxus
    • Drawing
    • Debug
    • Crypt
    • Bit
Powered by GitBook
On this page
  • <function> hookfunction(<function> old, <function> new, <bool?> ignore_sizecheck = false)
  • <function> newcclosure(<function> old)

Was this helpful?

Hooking

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

Having ignore_sizecheck to true can cause instability and is not recommended.

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

<function> newcclosure(<function> old)

Yielding is not supported on newcclosure.

Makes an LClosure into a CClosure.

PreviousInputNextMisc

Last updated 3 years ago

Was this helpful?