static public int removeTweenWithTag_s(IntPtr l) { try { System.String a1; checkType(l, 1, out a1); Go.removeTweenWithTag(a1); return(0); } catch (Exception e) { return(error(l, e)); } }