![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Public Member Functions | |
(id) | - initOne:two: |
Static Public Member Functions | |
(id) | + actions: |
(id) | + actions:vaList: |
(id) | + actionWithArray: |
(id) | + actionOne:two: |
(id) | + actionsWithArray: |
Protected Attributes | |
CCFiniteTimeAction * | _one |
CCFiniteTimeAction * | _two |
Spawn a new action immediately
+ (id) actionOne: | (CCFiniteTimeAction *) | one | |
two: | (CCFiniteTimeAction *) | two | |
creates the Spawn action
+ (id) actions: | (CCFiniteTimeAction *) | action1 | |
, | NS_REQUIRES_NIL_TERMINATION | ||
helper constructor to create an array of spawned actions
+ (id) actions: | (CCFiniteTimeAction *) | action1 | |
vaList: | (va_list) | args | |
helper constructor to create an array of spawned actions
+ (id) actionWithArray: | (NSArray *) | arrayOfActions |
helper constructor to create an array of spawned actions given an array
- (id) initOne: | (CCFiniteTimeAction *) | one | |
two: | (CCFiniteTimeAction *) | two | |
initializes the Spawn action with the 2 actions to spawn