Calls a ‘callback’ with the node as the first argument and the 2nd argument is data ND means: Node and Data. Data is void *, so it could be anything.
Class CCCallFuncND
#include <Geode/cocos/actions/CCActionInstant.h>
classCCCallFuncND:publiccocos2d::CCCallFuncN{ ... }
Examples0
Public static methods1
staticcocos2d::CCCallFuncND*create(cocos2d::CCObject*pSelectorTarget,cocos2d::SEL_CallFuncNDselector,)
creates the action with the callback and the data to pass as an argument
Public member functions4
virtuallonggetClassTypeInfo()
No description provided
virtualboolinitWithTarget(cocos2d::CCObject*pSelectorTarget,cocos2d::SEL_CallFuncNDselector,)
initializes the action with the callback and the data to pass as an argument
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided
virtualvoidexecute()
No description provided
Fields1
void*m_pData;
No description provided