CCCallBlock Class Reference
Inherits from | CCActionInstant : CCFiniteTimeAction : CCAction : NSObject |
Conforms to | NSCopying |
Declared in | CCActionInstant.h CCInstantAction.h |
Tasks
-
+ actionWithBlock:
creates the action with the specified block, to be used as a callback. The block will be “copied”.
-
– initWithBlock:
initialized the action with the specified block, to be used as a callback. The block will be “copied”.
-
– execute
executes the callback