Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ is_build_complete
Function
is_build_complete
plugins/siege-engine.cpp:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
static bool is_build_complete(df::building *bld)
209
{
210
return bld->getBuildStage() >= bld->getMaxBuildStage();
211
}
212
213
static float average_quality(df::building_actual *bld)
214
{
Callers
4
find_engine
Function · 0.85
setTargetArea
Function · 0.85
addStockpileLink
Function · 0.85
saveWorkshopProfile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected