Exemple #1
0
        public static CCPlace actionWithPosition(CCPoint pos)
        {
            CCPlace cCPlace = new CCPlace();

            if (cCPlace != null && cCPlace.initWithPosition(pos))
            {
                return(cCPlace);
            }
            return(null);
        }
Exemple #2
0
        public static CCPlace actionWithPosition(CCPoint pos) 
        {
	        CCPlace pRet = new CCPlace();

	        if (pRet != null && pRet.initWithPosition(pos)) 
            {
		        return pRet;
	        }

	        return null;
        }
Exemple #3
0
        public static CCPlace actionWithPosition(CCPoint pos)
        {
            CCPlace pRet = new CCPlace();

            if (pRet != null && pRet.initWithPosition(pos))
            {
                return(pRet);
            }

            return(null);
        }