Revision Release 2024.3703 Keywords iOS, Solar2D Native, C, CoronaLua.h, CoronaLuaNewMetatable See also CoronaLua.h Corona C Functions
Creates a metatable called name
with the functions in vtable
.
void CoronaLuaNewMetatable( lua_State* L, const char name[], const luaL_Reg vtable[] )