MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / KillLua

Method KillLua

src/lua/LuaHandle.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120void LuaHandle::KillLua() {
121 if (L != NULL) {
122 lua_close(L);
123 }
124 L = NULL;
125}
126
127
128void LuaHandle::SetupValidCallIns() {

Callers

nothing calls this directly

Calls 1

lua_closeFunction · 0.50

Tested by

no test coverage detected