#import <CCIntervalAction.h>
Inherits CCIntervalAction.

Public Member Functions | |
| (id) | - initWithAction:times: |
Static Public Member Functions | |
| (id) | + actionWithAction:times: |
Repeats an action a number of times. To repeat an action forever use the CCRepeatForever action.
Definition at line 90 of file CCIntervalAction.h.
| + (id) actionWithAction: | (CCFiniteTimeAction *) | action | ||
| times: | (unsigned int) | times | ||
creates a CCRepeat action. Times is an unsigned integer between 1 and pow(2,30)
| - (id) initWithAction: | (CCFiniteTimeAction *) | action | ||
| times: | (unsigned int) | times | ||
initializes a CCRepeat action. Times is an unsigned integer between 1 and pow(2,30)