lua_getuservalue
[-0, +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, –]
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.
Please login to continue.