issue #1425: add standard comment on CCCallFunc::create(int nHandler) and

CCCallFuncN::create(int nHandler)
This commit is contained in:
mustime 2012-08-22 14:21:48 +08:00
parent 354f7a51b2
commit 1ffdbc1639
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public:
*/
static CCCallFunc * create(CCObject* pSelectorTarget, SEL_CallFunc selector);
// for lua
/** creates the action with the handler script function */
static CCCallFunc * create(int nHandler);
/** initializes the action with the callback
@ -299,6 +299,7 @@ public:
*/
static CCCallFuncN * create(CCObject* pSelectorTarget, SEL_CallFuncN selector);
/** creates the action with the handler script function */
static CCCallFuncN * create(int nHandler);
/** initializes the action with the callback