lua_setuservalue
[-1, +0, –]
void lua_setuservalue (lua_State *L, int index);
Pops a value from the stack and sets it as the new value associated to the full userdata at the given index.
lua_setuservalue
[-1, +0, –]
void lua_setuservalue (lua_State *L, int index);
Pops a value from the stack and sets it as the new value associated to the full userdata at the given index.
Please login to continue.