summaryrefslogtreecommitdiff
path: root/src/script.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-12-04 03:45:02 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-12-04 03:45:02 +0200
commit3e95b8a1587ebce9443d4d716645798bfbb630f2 (patch)
treeb39df9c89aa2e9849ccffce96e92d6b7e456731d /src/script.h
parente8539d4dae46c926553ef0fa76afeaf6be6ecafb (diff)
downloadminetest-3e95b8a1587ebce9443d4d716645798bfbb630f2.tar.gz
minetest-3e95b8a1587ebce9443d4d716645798bfbb630f2.tar.bz2
minetest-3e95b8a1587ebce9443d4d716645798bfbb630f2.zip
Determine light_propagates from paramtype
Diffstat (limited to 'src/script.h')
-rw-r--r--src/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script.h b/src/script.h
index 3c056ae35..3bf5342f5 100644
--- a/src/script.h
+++ b/src/script.h
@@ -41,6 +41,7 @@ public:
lua_State* script_init();
void script_deinit(lua_State *L);
+std::string script_get_backtrace(lua_State *L);
void script_error(lua_State *L, const char *fmt, ...);
bool script_load(lua_State *L, const char *path);