cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCCallBlock Class Reference

#import <CCActionInstant.h>

+ Inheritance diagram for CCCallBlock:
+ Collaboration diagram for CCCallBlock:

List of all members.

Public Member Functions

(id) - initWithBlock:
(void) - execute

Static Public Member Functions

(id) + actionWithBlock:

Protected Attributes

void(^ _block )()

Detailed Description

Executes a callback using a block.


Member Function Documentation

creates the action with the specified block, to be used as a callback. The block will be "copied".

- (void) execute

executes the callback

initialized the action with the specified block, to be used as a callback. The block will be "copied".


The documentation for this class was generated from the following file: