static public int constructor(IntPtr l) { try { GameFramework.Converter o; o = new GameFramework.Converter(); pushValue(l, true); pushValue(l, o); return(2); } catch (Exception e) { return(error(l, e)); } }