CoronaLuaNewMetatable()

Revision Release 2024.3703
Keywords iOS, Solar2D Native, C, CoronaLua.h, CoronaLuaNewMetatable
See also CoronaLua.h
Corona C Functions

Overview

Creates a metatable called name with the functions in vtable.

Syntax

void CoronaLuaNewMetatable( lua_State* L, const char name[], const luaL_Reg vtable[] )