lua-users home
lua-l archive

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


> The function luaL_checkudata(L, index, name) exits with an error when  
> the name does not correspond to the one in the metatable consulted.
> However, I have a situation where this situation is not necessarily  
> fatal for the program. 

Lua 5.2 will also have luaL_testudata, which does not abort.