Inherits from CCAction : NSObject
Conforms to NSCopying
Declared in CCAction.h

Overview

Repeats an action for ever. To repeat the an action for a limited number of times use the Repeat action.

Warning: This action can’t be Sequence-able because it is not an IntervalAction

Tasks

Properties

innerAction

Inner action

@property (nonatomic, readwrite, retain) CCActionInterval *innerAction

Declared In

CCAction.h

Class Methods

actionWithAction:

creates the action

+ (id)actionWithAction:(CCActionInterval *)action

Declared In

CCAction.h

Instance Methods

initWithAction:

initializes the action

- (id)initWithAction:(CCActionInterval *)action

Declared In

CCAction.h