summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaState.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-16 16:19:18 +0200
committerMattes D <github@xoft.cz>2015-05-16 16:19:18 +0200
commit1240c76cb472931253e2ce502356c0428f974c5a (patch)
tree8c371d731155410d6fad5ce7422448ed2bf19c1b /src/Bindings/LuaState.h
parentPathFinder uses UniquePtr for cell map. (diff)
downloadcuberite-1240c76cb472931253e2ce502356c0428f974c5a.tar
cuberite-1240c76cb472931253e2ce502356c0428f974c5a.tar.gz
cuberite-1240c76cb472931253e2ce502356c0428f974c5a.tar.bz2
cuberite-1240c76cb472931253e2ce502356c0428f974c5a.tar.lz
cuberite-1240c76cb472931253e2ce502356c0428f974c5a.tar.xz
cuberite-1240c76cb472931253e2ce502356c0428f974c5a.tar.zst
cuberite-1240c76cb472931253e2ce502356c0428f974c5a.zip
Diffstat (limited to 'src/Bindings/LuaState.h')
-rw-r--r--src/Bindings/LuaState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Bindings/LuaState.h b/src/Bindings/LuaState.h
index b38401fd8..5b4ec3ae4 100644
--- a/src/Bindings/LuaState.h
+++ b/src/Bindings/LuaState.h
@@ -389,6 +389,9 @@ protected:
/** Used as the error reporting function for function calls */
static int ReportFnCallErrors(lua_State * a_LuaState);
+
+ /** Tries to break into the MobDebug debugger, if it is installed. */
+ static int BreakIntoDebugger(lua_State * a_LuaState);
} ;