MCPcopy 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
208static bool is_build_complete(df::building *bld)
209{
210 return bld->getBuildStage() >= bld->getMaxBuildStage();
211}
212
213static float average_quality(df::building_actual *bld)
214{

Callers 4

find_engineFunction · 0.85
setTargetAreaFunction · 0.85
addStockpileLinkFunction · 0.85
saveWorkshopProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected