MCPcopy Create free account
hub / github.com/DFHack/dfhack / add_tiles

Method add_tiles

plugins/3dveins.cpp:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 }
333
334 void add_tiles(int tiles) {
335 num_tiles += tiles;
336 if (parent)
337 parent->add_tiles(tiles);
338 }
339
340 bool is_similar(Ptr ext2) {
341 return probability == ext2->probability &&

Callers 6

set_parentMethod · 0.80
form_veinsMethod · 0.80
place_orphanMethod · 0.80
CopyBlockFunction · 0.80
CopyLocalMapFunction · 0.80
CopyScreenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected