|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInstant.h>
Inheritance diagram for CCCallFuncO:
Collaboration diagram for CCCallFuncO:Public Member Functions | |
| (id) | - initWithTarget:selector:object: |
Static Public Member Functions | |
| (id) | + actionWithTarget:selector:object: |
Protected Attributes | |
| id | _object |
Properties | |
| id | object |
Calls a 'callback' with an object as the first argument. O means Object.
| + (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
- (id) object [read, write, retain] |
object to be passed as argument