Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ PaintResult
Class
PaintResult
plugins/tiletypes.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
};
300
301
struct PaintResult {
302
int paintCount = 0;
303
std::function<void(MapExtras::MapCache&)> postWrite = [](MapExtras::MapCache& map) {};
304
};
305
306
std::ostream &operator<<(std::ostream &stream, const TileType &paint)
307
{
Callers
1
paintTile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected