lua-users home
lua-l archive

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


what is the purpose of the lua_setuservalue and lua_getuservalue
(or in lua 5.4, getiuservalue and setiuservalue) functions?
what's the intended use case of being able to associate arbitrary lua
values with full userdata?
and does anyone know of any notable or interesting uses of this
functionality?