Example #1
0
        public static CCCallFuncO actionWithTarget(SelectorProtocol pSelectorTarget,
                                                   SEL_CallFuncO selector, CCObject pObject)
        {
            CCCallFuncO pRet = new CCCallFuncO();

            if (pRet != null && pRet.initWithTarget(pSelectorTarget, selector, pObject))
            {
                return(pRet);
            }

            return(null);
        }