static public int setonIterationEndHandler(IntPtr l) { try { AbstractGoTween self = (AbstractGoTween)checkSelf(l); System.Action <AbstractGoTween> a1; LuaDelegation.checkDelegate(l, 2, out a1); self.setonIterationEndHandler(a1); return(0); } catch (Exception e) { return(error(l, e)); } }