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
CCRepeatForever Class Reference

#import <CCAction.h>

+ Inheritance diagram for CCRepeatForever:
+ Collaboration diagram for CCRepeatForever:

List of all members.

Public Member Functions

(id) - initWithAction:

Static Public Member Functions

(id) + actionWithAction:

Protected Attributes

CCActionInterval_innerAction

Properties

CCActionIntervalinnerAction

Detailed Description

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

Member Function Documentation

+ (id) actionWithAction: (CCActionInterval *)  action

creates the action

- (id) initWithAction: (CCActionInterval *)  action

initializes the action


Property Documentation

- (CCActionInterval*) innerAction [read, write, retain]

Inner action


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