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)
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)
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
super methods
virtualvoidexecute()
No description provided