static public int ConvertToStartValue(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); System.Int32 a2; checkType(l, 3, out a2); var ret = self.ConvertToStartValue(a1, a2); pushValue(l, true); pushValue(l, ret); return(2); } catch (Exception e) { return(error(l, e)); } }