mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
- added more lua debug info
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user