static public int clone(IntPtr l) { try { GoTweenConfig self = (GoTweenConfig)checkSelf(l); var ret = self.clone(); pushValue(l, ret); return(1); } catch (Exception e) { return(error(l, e)); } }