[lua] update export

This commit is contained in:
dualface 2012-12-10 14:07:24 +08:00
parent 86f6473270
commit 0662ceac9d
1 changed files with 1 additions and 4 deletions

View File

@ -47,9 +47,6 @@ class CCNode : public CCObject
CCCamera* getCamera(); CCCamera* getCamera();
CCGridBase* getGrid(); CCGridBase* getGrid();
void setGrid(CCGridBase* pGrid); void setGrid(CCGridBase* pGrid);
//CCPoint getAnchorPointInPixels();
//CCSize getContentSizeInPixels();
//void setContentSizeInPixels(CCSize sz);
CCPoint getAnchorPointInPoints(); CCPoint getAnchorPointInPoints();
bool isRunning(); bool isRunning();
CCNode* getParent(); CCNode* getParent();
@ -111,7 +108,7 @@ class CCNode : public CCObject
void removeFromParentAndCleanup(bool cleanup); void removeFromParentAndCleanup(bool cleanup);
void removeChildByTag(int tag, bool cleanup); void removeChildByTag(int tag, bool cleanup);
void scheduleUpdate(void); void scheduleUpdateScriptHandlerWithPriority(LUA_FUNCTION nHandler, int priority);
void unscheduleUpdate(void); void unscheduleUpdate(void);
void registerScriptHandler(LUA_FUNCTION funcID); void registerScriptHandler(LUA_FUNCTION funcID);