MCPcopy Create free account
hub / github.com/crawl/crawl / _dgn_flush_map_environments

Function _dgn_flush_map_environments

crawl-ref/source/maps.cc:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static void _dgn_flush_map_environments()
167{
168 // Clean up cached environments.
169 dlua.callfn("dgn_flush_map_environments", 0, 0);
170}
171
172static void _dgn_flush_map_environment_for(const string &mapname)
173{

Callers 1

read_mapFunction · 0.85

Calls 1

callfnMethod · 0.45

Tested by

no test coverage detected