|
cocos2d-iphone
1.0.1
Improved Cocos2D API Reference (iOS version) for Kobold2D developers
|
#include <CCActionInstant.h>
Inheritance diagram for CCCallFunc:
Collaboration diagram for CCCallFunc:Public Member Functions | |
| id | initWithTarget:selector: (id t,[selector] SEL s) |
| void | execute () |
Static Public Member Functions | |
| id | actionWithTarget:selector: (id t,[selector] SEL s) |
Protected Attributes | |
| id | targetCallback_ |
| SEL | selector_ |
Properties | |
| id | targetCallback |
Calls a 'callback'
| id CCCallFunc::actionWithTarget:selector: | ( | id | t, |
| [selector] SEL | s | ||
| ) | [static, virtual] |
creates the action with the callback
| void CCCallFunc::execute | ( | ) | [virtual] |
exeuctes the callback
| id CCCallFunc::initWithTarget:selector: | ( | id | t, |
| [selector] SEL | s | ||
| ) | [virtual] |
initializes the action with the callback
id CCCallFunc::targetCallback [read, write, retain] |
Target that will be called