CCSpawn Class Reference
| Inherits from | CCActionInterval : CCFiniteTimeAction : CCAction : NSObject |
| Conforms to | NSCopying |
| Declared in | CCActionInterval.h CCIntervalAction.h |
Tasks
Other Methods
-
+ actions:helper constructor to create an array of spawned actions
-
+ actions:vaList:helper constructor to create an array of spawned actions
-
+ actionWithArray:helper constructor to create an array of spawned actions given an array
-
+ actionOne:two:creates the Spawn action
-
– initOne:two:initializes the Spawn action with the 2 actions to spawn
Deprecated Methods
Class Methods
actionOne:two:
creates the Spawn action
+ (id)actionOne:(CCFiniteTimeAction *)one two:(CCFiniteTimeAction *)twoDeclared In
CCActionInterval.hactionWithArray:
helper constructor to create an array of spawned actions given an array
+ (id)actionWithArray:(NSArray *)arrayOfActionsDeclared In
CCActionInterval.hactions:
helper constructor to create an array of spawned actions
+ (id)actions:(CCFiniteTimeAction *)action1, ...Declared In
CCActionInterval.h