CCActionCallBlock Class Reference
| Inherits from | CCActionInstant : CCActionFiniteTime : CCAction : NSObject |
| Conforms to | NSCopying |
| Declared in | CCActionInstant.h |
Class Methods
actionWithBlock:
Creates the action with the specified block, to be used as a callback. The block will be “copied”.
+ (id)actionWithBlock:(void ( ^ ) ( ))blockParameters
- block
Block to execute.
Return Value
The call block action object.
Declared In
CCActionInstant.hInstance Methods
initWithBlock:
Initializes the action with the specified block, to be used as a callback. The block will be “copied”.
- (id)initWithBlock:(void ( ^ ) ( ))blockParameters
- block
Block to execute.
Return Value
An initialized call block action object.
Declared In
CCActionInstant.h