comparison Core/Lua/LuaContext.h @ 397:941ea46e9e26 lua-scripting

lua filter of new instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2013 16:34:00 +0200
parents 7dec4f3c922c
children b79bf2f4ab2e
comparison
equal deleted inserted replaced
394:9784f19f7e1b 397:941ea46e9e26
62 ~LuaContext(); 62 ~LuaContext();
63 63
64 void Execute(const std::string& command); 64 void Execute(const std::string& command);
65 65
66 void Execute(EmbeddedResources::FileResourceId resource); 66 void Execute(EmbeddedResources::FileResourceId resource);
67
68 bool IsExistingFunction(const char* name);
67 }; 69 };
68 } 70 }