Lua Registry
This is place that gives us a pseudo table that only can be accessed from C.
https://www.lua.org/pil/27.3.1.html
It is very useful for saving copies of standard functions in Lua we want to replace or put a front end on.
This is place that gives us a pseudo table that only can be accessed from C.
https://www.lua.org/pil/27.3.1.html
It is very useful for saving copies of standard functions in Lua we want to replace or put a front end on.