Searched defs:luaL_newmetatable (Results 1 – 2 of 2) sorted by relevance
69 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function