MCPcopy Create free account
hub / github.com/OpenMW/openmw / getLuaVersion

Function getLuaVersion

components/lua/luastate.cpp:441–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 std::string getLuaVersion()
442 {
443#ifdef NO_LUAJIT
444 return LUA_RELEASE;
445#else
446 return LUA_RELEASE " (" LUAJIT_VERSION ")";
447#endif
448 }
449
450 std::string toString(const sol::object& obj)
451 {

Callers 2

TEST_FFunction · 0.85
LuaManagerMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68