CCRepeat Class Reference
Inherits from | CCActionInterval : CCFiniteTimeAction : CCAction : NSObject |
Conforms to | NSCopying |
Declared in | CCActionInterval.h CCIntervalAction.h |
Overview
Repeats an action a number of times. To repeat an action forever use the CCRepeatForever action.
Tasks
-
innerAction
Inner action
property -
+ actionWithAction:times:
creates a CCRepeat action. Times is an unsigned integer between 1 and MAX_UINT.
-
– initWithAction:times:
initializes a CCRepeat action. Times is an unsigned integer between 1 and MAX_UINT