diff options
author | Mattes D <github@xoft.cz> | 2015-05-16 16:19:18 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-05-16 16:19:18 +0200 |
commit | 1240c76cb472931253e2ce502356c0428f974c5a (patch) | |
tree | 8c371d731155410d6fad5ce7422448ed2bf19c1b /src/Bindings/LuaState.h | |
parent | PathFinder uses UniquePtr for cell map. (diff) | |
download | cuberite-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.h | 3 |
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); } ; |