cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCSpawn Class Reference

#import <CCActionInterval.h>

+ Inheritance diagram for CCSpawn:
+ Collaboration diagram for CCSpawn:

List of all members.

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

Detailed Description

Spawn a new action immediately


Member Function Documentation

+ (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


The documentation for this class was generated from the following file: