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

Function end_luapat

src/nhlua.c:2679–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2677#endif
2678
2679staticfn void
2680end_luapat(void)
2681{
2682 if (luapat) {
2683 lua_close(luapat);
2684 luapat = NULL;
2685 }
2686}
2687
2688#ifdef notyet
2689staticfn int

Callers 1

l_nhcore_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected