mirror of https://github.com/axmolengine/axmol.git
issue #2103 add cocosbuilder lua test sample
This commit is contained in:
parent
75b26d9cdf
commit
c2e2be1b1b
|
@ -175,7 +175,7 @@ public:
|
||||||
virtual void removeScriptHandler(int nHandler) {};
|
virtual void removeScriptHandler(int nHandler) {};
|
||||||
|
|
||||||
/** Reallocate script function handler, only CCLuaEngine class need to implement this function. */
|
/** Reallocate script function handler, only CCLuaEngine class need to implement this function. */
|
||||||
virtual int reallocateScriptHandler(int nHandler) = 0;
|
virtual int reallocateScriptHandler(int nHandler) { return -1;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief Execute script code contained in the given string.
|
@brief Execute script code contained in the given string.
|
||||||
|
|
Loading…
Reference in New Issue