MCPcopy Index your code
hub / github.com/NetHack/NetHack / l_nhcore_done

Function l_nhcore_done

src/nhlua.c:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void
159l_nhcore_done(void)
160{
161 if (gl.luacore) {
162 nhl_done(gl.luacore);
163 gl.luacore = 0;
164 }
165 end_luapat();
166}
167
168void
169l_nhcore_call(int callidx)

Callers 2

nh_terminateFunction · 0.85
do_deferred_showpathsFunction · 0.85

Calls 2

nhl_doneFunction · 0.85
end_luapatFunction · 0.85

Tested by

no test coverage detected