Inherits from CCCallFunc : CCActionInstant : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionInstant.h

Overview

Calls a ‘callback’ with an object as the first argument. O means Object.

Tasks

Properties

object

object to be passed as argument

@property (nonatomic, readwrite, retain) id object

Declared In

CCActionInstant.h

Class Methods

actionWithTarget:selector:object:

creates the action with the callback and the object to pass as an argument

+ (id)actionWithTarget:(id)t selector:(SEL)s object:(id)object

Declared In

CCActionInstant.h

Instance Methods

initWithTarget:selector:object:

initializes the action with the callback and the object to pass as an argument

- (id)initWithTarget:(id)t selector:(SEL)s object:(id)object

Declared In

CCActionInstant.h