Class CCRepeat

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

Repeats an action a number of times. To repeat an action forever use the CCRepeatForever action.

Examples0
Public static methods1
staticcocos2d::CCRepeat*create(,
uinttimes
)

creates a CCRepeat action. Times is an unsigned integer between 1 and pow(2,30)

Public member functions9
boolinitWithAction(,
uinttimes
)

initializes a CCRepeat action. Times is an unsigned integer between 1 and pow(2,30)

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidstop()
No description provided
virtualvoidupdate()
No description provided
virtualboolisDone()
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
voidsetInnerAction()
No description provided
cocos2d::CCFiniteTimeAction*getInnerAction()
No description provided
Fields0
Protected member functions0
Protected fields5
uintm_uTimes
;
No description provided
uintm_uTotal
;
No description provided
floatm_fNextDt
;
No description provided
boolm_bActionInstant
;
No description provided
;

Inner action