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