lua_getuservalue
[-0, +1, –]
1 | int lua_getuservalue (lua_State *L, int index); |
Pushes onto the stack the Lua value associated with the full userdata at the given index.
Returns the type of the pushed value.
lua_getuservalue
[-0, +1, –]
1 | int lua_getuservalue (lua_State *L, int index); |
Pushes onto the stack the Lua value associated with the full userdata at the given index.
Returns the type of the pushed value.
Designed by : w10schools
service@w10schools.com
Please login to continue.