Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
void LuaHandle::KillLua() {
121
if (L != NULL) {
122
lua_close(L);
123
}
124
L = NULL;
125
}
126
127
128
void LuaHandle::SetupValidCallIns() {
Callers
nothing calls this directly
Calls
1
lua_close
Function · 0.50
Tested by
no test coverage detected