cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
Public Member Functions | Static Public Member Functions | Properties
CCCallFunc Class Reference

#import <CCActionInstant.h>

Inheritance diagram for CCCallFunc:
Inheritance graph
[legend]
Collaboration diagram for CCCallFunc:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithTarget:selector:
(void) - execute

Static Public Member Functions

(id) + actionWithTarget:selector:

Properties

id targetCallback

Detailed Description

Calls a 'callback'

Definition at line 97 of file CCActionInstant.h.


Member Function Documentation

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

creates the action with the callback

- (void) execute

exeuctes the callback

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

initializes the action with the callback


Property Documentation

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

Target that will be called

Definition at line 105 of file CCActionInstant.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone API Reference - Generated using Doxygen 1.7.4