| 72 | void collect_all_garbage(); |
| 73 | |
| 74 | lua_State* lua() { return m_virtual_machine; }; |
| 75 | void script_log(ScriptStorage::ELuaMessageType message, const char* caFormat, ...); |
| 76 | static bool print_output(lua_State* L, const char* caScriptName, int iErorCode = 0); |
| 77 | static constexpr const char* GlobalNamespace = "_G"; |
no outgoing calls
no test coverage detected