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

#import <CCActionInterval.h>

+ Inheritance diagram for CCTargetedAction:
+ Collaboration diagram for CCTargetedAction:

List of all members.

Public Member Functions

(id) - initWithTarget:action:

Static Public Member Functions

(id) + actionWithTarget:action:

Protected Attributes

id _forcedTarget
CCFiniteTimeAction_action

Properties

id forcedTarget

Detailed Description

Overrides the target of an action so that it always runs on the target specified at action creation rather than the one specified by runAction.


Member Function Documentation

+ (id) actionWithTarget: (id)  target
action: (CCFiniteTimeAction *)  action 

Create an action with the specified action and forced target

- (id) initWithTarget: (id)  target
action: (CCFiniteTimeAction *)  action 

Init an action with the specified action and forced target


Property Documentation

- (id) forcedTarget [read, write, retain]

This is the target that the action will be forced to run with


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