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

Function on_civzone_delete

library/modules/Buildings.cpp:1300–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300static void on_civzone_delete(df::building_civzonest* civzone)
1301{
1302 remove_zone_from_all_buildings(civzone);
1303 delete_civzone_squad_links(civzone);
1304 delete_assigned_unit_links(civzone);
1305}
1306
1307bool Buildings::deconstruct(df::building *bld)
1308{

Callers 1

deconstructMethod · 0.85

Calls 3

Tested by

no test coverage detected