예제 #1
0
 public static int luaL_newmetatable(LuaCore.lua_State luaState, string meta)
 {
     return(LuaCore.luaL_newmetatable(luaState, meta));
 }