- added more lua debug info

This commit is contained in:
SoftCoder
2013-12-30 14:00:04 -08:00
parent 450e23c85c
commit 5613b0739e
3 changed files with 18 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ public:
~LuaScript();
static void setDebugModeEnabled(bool value) { debugModeEnabled = value; }
static bool getDebugModeEnabled() { return debugModeEnabled; }
static void setDisableSandbox(bool value) { disableSandbox = value; }
void loadCode(string code, string name);