MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / logFloodFileTiles

Method logFloodFileTiles

source/gamemap/GameMap.cpp:2710–2720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708}
2709
2710void GameMap::logFloodFileTiles()
2711{
2712 for(int yy = 0; yy < getMapSizeY(); ++yy)
2713 {
2714 for(int xx = 0; xx < getMapSizeX(); ++xx)
2715 {
2716 Tile* tile = getTile(xx, yy);
2717 tile->logFloodFill();
2718 }
2719 }
2720}
2721
2722void GameMap::consoleSetCreatureDestination(const std::string& creatureName, int x, int y)
2723{

Callers 1

cSrvLogFloodFillFunction · 0.80

Calls 1

logFloodFillMethod · 0.80

Tested by

no test coverage detected