luaL_setmetatable
[-0, +0, –]
1 | void luaL_setmetatable (lua_State *L, const char *tname); |
Sets the metatable of the object at the top of the stack as the metatable associated with name tname
in the registry (see luaL_newmetatable
).
luaL_setmetatable
[-0, +0, –]
1 | void luaL_setmetatable (lua_State *L, const char *tname); |
Sets the metatable of the object at the top of the stack as the metatable associated with name tname
in the registry (see luaL_newmetatable
).
Designed by : w10schools
service@w10schools.com
Please login to continue.