#import <CCInstantAction.h>
Inherits CCInstantAction.
Inherited by CCCallFuncN.

Public Member Functions | |
| (id) | - initWithTarget:selector: |
| (void) | - execute |
Static Public Member Functions | |
| (id) | + actionWithTarget:selector: |
Calls a 'callback'
Definition at line 98 of file CCInstantAction.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