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();
|
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);
|
||||||
|
|
Loading…
Reference in New Issue