luaL_setmetatable
[-0, +0, –]
- void luaL_setmetatable (lua_State *L, const char *tname);
将注册表中 tname
关联元表(参见 luaL_newmetatable
)设为栈顶对象的元表。
[-0, +0, –]
- void luaL_setmetatable (lua_State *L, const char *tname);
将注册表中 tname
关联元表(参见 luaL_newmetatable
)设为栈顶对象的元表。
本文档使用 BookStack 构建