MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / lua

Function lua

ogsr_engine/COMMON_AI/script_engine.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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";

Callers 8

setup_auto_loadMethod · 0.85
collect_all_garbageMethod · 0.85
dump_stateMethod · 0.85
print_stackMethod · 0.85
do_fileMethod · 0.85
namespace_loadedMethod · 0.85
objectMethod · 0.85
name_spaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected