lua_setmetatable
[-1, +0, –]
1 | void lua_setmetatable (lua_State *L, int index); |
Pops a table from the stack and sets it as the new metatable for the value at the given index.
lua_setmetatable
[-1, +0, –]
1 | void lua_setmetatable (lua_State *L, int index); |
Pops a table from the stack and sets it as the new metatable for the value at the given index.
Designed by : w10schools
service@w10schools.com
Please login to continue.