mirror of https://github.com/axmolengine/axmol.git
[lua] update export
This commit is contained in:
parent
86f6473270
commit
0662ceac9d
|
@ -47,9 +47,6 @@ class CCNode : public CCObject
|
|||
CCCamera* getCamera();
|
||||
CCGridBase* getGrid();
|
||||
void setGrid(CCGridBase* pGrid);
|
||||
//CCPoint getAnchorPointInPixels();
|
||||
//CCSize getContentSizeInPixels();
|
||||
//void setContentSizeInPixels(CCSize sz);
|
||||
CCPoint getAnchorPointInPoints();
|
||||
bool isRunning();
|
||||
CCNode* getParent();
|
||||
|
@ -111,7 +108,7 @@ class CCNode : public CCObject
|
|||
void removeFromParentAndCleanup(bool cleanup);
|
||||
void removeChildByTag(int tag, bool cleanup);
|
||||
|
||||
void scheduleUpdate(void);
|
||||
void scheduleUpdateScriptHandlerWithPriority(LUA_FUNCTION nHandler, int priority);
|
||||
void unscheduleUpdate(void);
|
||||
|
||||
void registerScriptHandler(LUA_FUNCTION funcID);
|
||||
|
|
Loading…
Reference in New Issue