CCCallBlockO Class Reference
Inherits from | CCActionInstant : CCFiniteTimeAction : CCAction : NSObject |
Conforms to | NSCopying |
Declared in | CCActionInstant.h |
Tasks
-
object
object 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”.
-
– execute
executes the callback