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.

lua_getfield does have a return value, like the others. It is the manual 
that was not updated.

-- Roberto