|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionInstant.h>


Public Member Functions | |
| (id) | - initWithTarget:selector: |
| (void) | - execute |
Static Public Member Functions | |
| (id) | + actionWithTarget:selector: |
Properties | |
| id | targetCallback |
Calls a 'callback'
Definition at line 97 of file CCActionInstant.h.
| + (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
- (id) targetCallback [read, write, retain] |
Target that will be called
Definition at line 105 of file CCActionInstant.h.