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

#import <CCActionInstant.h>

+ Inheritance diagram for CCCallFuncO:
+ Collaboration diagram for CCCallFuncO:

List of all members.

Public Member Functions

(id) - initWithTarget:selector:object:

Static Public Member Functions

(id) + actionWithTarget:selector:object:

Protected Attributes

id _object

Properties

id object

Detailed Description

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

Since:
v0.99.5

Member Function Documentation

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

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

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

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


Property Documentation

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

object to be passed as argument


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