lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.

  -spc