MCPcopy Create free account
hub / github.com/crownengine/crown / ~LuaEnvironment

Method ~LuaEnvironment

src/lua/lua_environment.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263LuaEnvironment::~LuaEnvironment()
264{
265 lua_close(L);
266}
267
268void LuaEnvironment::load_libs()
269{

Callers

nothing calls this directly

Calls 1

lua_closeFunction · 0.50

Tested by

no test coverage detected