Class CCCallFuncN

#include <Geode/cocos/actions/CCActionInstant.h>
classCCCallFuncN:publiccocos2d::CCCallFunc,publiccocos2d::TypeInfo{ ... }

Calls a ‘callback’ with the node as the first argument N means Node

Examples0
Public static methods2
staticcocos2d::CCCallFuncN*create(
cocos2d::CCObject*pSelectorTarget
,)

creates the action with the callback typedef void (CCObject::SEL_CallFuncN)(CCNode);

staticcocos2d::CCCallFuncN*create(
intnHandler
)

creates the action with the handler script function

Public member functions4
virtuallonggetClassTypeInfo()
No description provided
virtualboolinitWithTarget(
cocos2d::CCObject*pSelectorTarget
,)

initializes the action with the callback typedef void (CCObject::SEL_CallFuncN)(CCNode);

virtualcocos2d::CCObject*copyWithZone()

super methods

virtualvoidexecute()
No description provided
Fields0
Protected member functions0
Protected fields0