Inherits from CCActionInstant : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionGrid.h
CCGridAction.h

Overview

CCReuseGrid action

Tasks

  • + actionWithTimes:

    creates an action with the number of times that the current grid will be reused

  • – initWithTimes:

    initializes an action with the number of times that the current grid will be reused

Class Methods

actionWithTimes:

creates an action with the number of times that the current grid will be reused

+ (id)actionWithTimes:(int)times

Declared In

CCActionGrid.h

Instance Methods

initWithTimes:

initializes an action with the number of times that the current grid will be reused

- (id)initWithTimes:(int)times

Declared In

CCActionGrid.h