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

Function getMaxCivzoneId

library/modules/Buildings.cpp:1077–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077static int getMaxCivzoneId()
1078{
1079 int max_id = 0;
1080 for (auto bld : world->buildings.other.ANY_ZONE)
1081 max_id = std::max(max_id, bld->zone_num);
1082 return max_id;
1083}
1084
1085bool Buildings::constructAbstract(df::building *bld)
1086{

Callers 1

constructAbstractMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected