You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Philipp Janda edited this page Mar 16, 2015
·
1 revision
lua_setuservalue
The compatibility implementation of lua_setuservalue is just a thin
macro over the native implementations of the older Lua versions
(lua_setfenv for Lua 5.1, and lua_setuservalue for Lua 5.2). As a
consequence, lua_setuservalue does not accept values other than
tables (for Lua 5.1), or tables and nil (for Lua 5.2).