static public int Reset(IntPtr l) { try { DG.Tweening.Plugins.IntPlugin self = (DG.Tweening.Plugins.IntPlugin)checkSelf(l); DG.Tweening.Core.TweenerCore <System.Int32, System.Int32, DG.Tweening.Plugins.Options.NoOptions> a1; checkType(l, 2, out a1); self.Reset(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }