cocos2d-iphone  1.0.1
Improved Cocos2D API Reference (iOS version) for Kobold2D developers
CCCallFunc Interface Reference

#include <CCActionInstant.h>

+ Inheritance diagram for CCCallFunc:
+ Collaboration diagram for CCCallFunc:

List of all members.

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

Detailed Description

Calls a 'callback'


Member Function Documentation

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


Property Documentation

id CCCallFunc::targetCallback [read, write, retain]

Target that will be called


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