|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Inheritance diagram for CCRepeat:
Collaboration diagram for CCRepeat:Public Member Functions | |
| (id) | - initWithAction:times: |
Static Public Member Functions | |
| (id) | + actionWithAction:times: |
Protected Attributes | |
| NSUInteger | _times |
| NSUInteger | _total |
| ccTime | _nextDt |
| BOOL | _isActionInstant |
| CCFiniteTimeAction * | _innerAction |
Properties | |
| CCFiniteTimeAction * | innerAction |
Repeats an action a number of times. To repeat an action forever use the CCRepeatForever action.
| + (id) actionWithAction: | (CCFiniteTimeAction *) | action | |
| times: | (NSUInteger) | times | |
creates a CCRepeat action. Times is an unsigned integer between 1 and MAX_UINT.
| - (id) initWithAction: | (CCFiniteTimeAction *) | action | |
| times: | (NSUInteger) | times | |
initializes a CCRepeat action. Times is an unsigned integer between 1 and MAX_UINT
- (CCFiniteTimeAction*) innerAction [read, write, retain] |
Inner action