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).
See also lua_getuservalue
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4