Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
void TileMap::updateAllCityInfo()
302
{
303
for (auto &t : tiles)
304
{
305
t.updateCityscapeParameters();
306
}
307
}
308
309
void TileMap::clearPathCaches() { agentPathCache.clear(); }
310
Callers
1
initialSceneryLinkUp
Method · 0.80
Calls
1
updateCityscapeParameters
Method · 0.80
Tested by
no test coverage detected