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

Function getMaxStockpileId

library/modules/Buildings.cpp:1069–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069static int getMaxStockpileId()
1070{
1071 int max_id = 0;
1072 for (auto bld : world->buildings.other.STOCKPILE)
1073 max_id = std::max(max_id, bld->stockpile_number);
1074 return max_id;
1075}
1076
1077static int getMaxCivzoneId()
1078{

Callers 1

constructAbstractMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected