Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_parent
Method · 0.80
form_veins
Method · 0.80
place_orphan
Method · 0.80
CopyBlock
Function · 0.80
CopyLocalMap
Function · 0.80
CopyScreen
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected