MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / updateAllCityInfo

Method updateAllCityInfo

game/state/tilemap/tilemap.cpp:301–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void TileMap::updateAllCityInfo()
302{
303 for (auto &t : tiles)
304 {
305 t.updateCityscapeParameters();
306 }
307}
308
309void TileMap::clearPathCaches() { agentPathCache.clear(); }
310

Callers 1

initialSceneryLinkUpMethod · 0.80

Calls 1

Tested by

no test coverage detected