static public int setAutoClear(IntPtr l) { try { GoTweenConfig self = (GoTweenConfig)checkSelf(l); System.Boolean a1; checkType(l, 2, out a1); var ret = self.setAutoClear(a1); pushValue(l, ret); return(1); } catch (Exception e) { return(error(l, e)); } }