Class CCSpawn

#include <Geode/cocos/actions/CCActionInterval.h>
classCCSpawn:publiccocos2d::CCActionInterval{ ... }

Spawn a new action immediately

Examples0
Public static methods4
staticcocos2d::CCSpawn*create()

helper constructor to create an array of spawned actions

staticcocos2d::CCSpawn*createWithVariableList(,)

helper constructor to create an array of spawned actions

staticcocos2d::CCSpawn*create(
cocos2d::CCArray*arrayOfActions
)

helper constructor to create an array of spawned actions given an array

staticcocos2d::CCSpawn*createWithTwoActions(,)

creates the Spawn action

Public member functions6
boolinitWithTwoActions(,)

initializes the Spawn action with the 2 actions to spawn

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidstop()
No description provided
virtualvoidupdate(
floattime
)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields0
Protected member functions0
Protected fields2
;
No description provided
;
No description provided