MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~LuaStack

Method ~LuaStack

extensions/scripting/lua-bindings/manual/LuaStack.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175{
176
177LuaStack::~LuaStack()
178{
179 if (nullptr != _state)
180 {
181 lua_close(_state);
182 }
183}
184
185LuaStack* LuaStack::create()
186{

Callers

nothing calls this directly

Calls 1

lua_closeFunction · 0.85

Tested by

no test coverage detected