|
On 20/09/2014 5:57 PM, Sean Conner wrote:
It was thus said that the Great David Crayford once stated:Im struggling to work out how to getmetatable(userdata) using the C API. Is it possible?Yup. Look up lua_getmetatable() in the manual.
Unfortunately, I was too busy looking at luaL_getmetatable() to look any futher. Thank you. Now I have a better understanding of the Lua C API namespacing.
-spc