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

Overview

Calls a ‘callback’

Tasks

Properties

targetCallback

Target that will be called

@property (nonatomic, readwrite, retain) id targetCallback

Declared In

CCActionInstant.h

Class Methods

actionWithTarget:selector:

creates the action with the callback

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

Declared In

CCActionInstant.h

Instance Methods

execute

executes the callback

- (void)execute

Declared In

CCActionInstant.h

initWithTarget:selector:

initializes the action with the callback

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

Declared In

CCActionInstant.h