diff 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
line wrap: on
line diff
--- a/Core/Lua/LuaContext.h	Thu May 02 11:02:15 2013 +0200
+++ b/Core/Lua/LuaContext.h	Thu May 02 16:34:00 2013 +0200
@@ -64,5 +64,7 @@
     void Execute(const std::string& command);
 
     void Execute(EmbeddedResources::FileResourceId resource);
+
+    bool IsExistingFunction(const char* name);
   };
 }