Class CCSequence

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

Runs actions sequentially, one after another

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

helper constructor to create an array of sequenceable actions

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

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

staticcocos2d::CCSequence*createWithVariableList(,)

helper constructor to create an array of sequence-able actions

staticcocos2d::CCSequence*createWithTwoActions(,)

creates the action

Public member functions6
boolinitWithTwoActions(,)

initializes the action

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