Calls a ‘callback’ with the node as the first argument N means Node
Class CCCallFuncN
#include <Geode/cocos/actions/CCActionInstant.h>
classCCCallFuncN:publiccocos2d::CCCallFunc,publiccocos2d::TypeInfo{ ... }
Examples0
Public static methods2
staticcocos2d::CCCallFuncN*create(cocos2d::CCObject*pSelectorTarget,cocos2d::SEL_CallFuncNselector)
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,cocos2d::SEL_CallFuncNselector)
initializes the action with the callback typedef void (CCObject::SEL_CallFuncN)(CCNode);
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
super methods
virtualvoidexecute()
No description provided