mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
- yaahhoo, now we properly detect invalid LUA functions etc for scenarios
This commit is contained in:
@@ -34,6 +34,8 @@ class LuaScript{
|
||||
private:
|
||||
LuaHandle *luaState;
|
||||
int argumentCount;
|
||||
string currentLuaFunction;
|
||||
bool currentLuaFunctionIsValid;
|
||||
|
||||
public:
|
||||
LuaScript();
|
||||
|
Reference in New Issue
Block a user