MCPcopy 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
301struct PaintResult {
302 int paintCount = 0;
303 std::function<void(MapExtras::MapCache&)> postWrite = [](MapExtras::MapCache& map) {};
304};
305
306std::ostream &operator<<(std::ostream &stream, const TileType &paint)
307{

Callers 1

paintTileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected