diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-02-21 17:11:33 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-02-21 17:11:33 +0200 |
commit | 32bf9c7b7a9d2b2428b052d74389ec48ccc427cf (patch) | |
tree | c0ae90a35ab3c2b617f068119a1c8f1fe304c940 /indra/llcommon/lua_function.h | |
parent | 3a9d0e7fa9214b5f802dd558d1e4c7154bbadb3e (diff) |
Add the option to use clean lua_State in "Lua debug" floater
Diffstat (limited to 'indra/llcommon/lua_function.h')
-rw-r--r-- | indra/llcommon/lua_function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lua_function.h b/indra/llcommon/lua_function.h index f549137c3e..54db92f73e 100644 --- a/indra/llcommon/lua_function.h +++ b/indra/llcommon/lua_function.h @@ -78,6 +78,8 @@ public: ~LuaState(); + void initLuaState(); + bool checkLua(const std::string& desc, int r); // expr() is for when we want to capture any results left on the stack |