static public int selectRight(IntPtr l) { try { CardAnimation self = (CardAnimation)checkSelf(l); self.selectRight(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }