lua-users home
lua-l archive

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


lua_get* and lua_rawget* functions has return values!!! thanks for that!!

btw, the function lua_getfield and lua_getuservalue doesn't have return value, yet. lua_getfield is the most useful function in my coding (though maybe it's slow a bit), and now userdata can have any type of lua value for its uservalue, so lua_getuservalue should return a type, either.


2014-03-22 11:44 GMT+08:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
Tests for this version are available at
        http://www.lua.org/work/lua-5.3.w2-tests.tar.gz




--
regards,
Xavier Wang.