- yaahhoo, now we properly detect invalid LUA functions etc for scenarios

This commit is contained in:
Mark Vejvoda
2010-10-09 10:43:23 +00:00
parent 6cf68531ea
commit 3963b99e37
2 changed files with 23 additions and 9 deletions

View File

@@ -34,6 +34,8 @@ class LuaScript{
private:
LuaHandle *luaState;
int argumentCount;
string currentLuaFunction;
bool currentLuaFunctionIsValid;
public:
LuaScript();