[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaL_checkudata in next version
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 21 Jun 2009 09:32:50 -0300
> 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.