Class CCCallFuncND

#include <Geode/cocos/actions/CCActionInstant.h>
classCCCallFuncND:publiccocos2d::CCCallFuncN{ ... }

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.

Examples0
Public static methods1
staticcocos2d::CCCallFuncND*create(
cocos2d::CCObject*pSelectorTarget
,,)

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
,,)

initializes the action with the callback and the data to pass as an argument

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidexecute()
No description provided
Fields0
Protected member functions0
Protected fields1
void*m_pData
;
No description provided