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

Function preserve_rooms_getRoleAssignmentForZone

plugins/preserve-rooms.cpp:700–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698
699
700static string preserve_rooms_getRoleAssignmentForZone(color_ostream &out, df::building_civzonest * zone) {
701 return get_role_assignment(out, zone);
702}
703
704static string preserve_rooms_getRoleAssignment(color_ostream &out) {
705 return get_role_assignment(out, Gui::getSelectedCivZone(out, true));

Callers

nothing calls this directly

Calls 1

get_role_assignmentFunction · 0.85

Tested by

no test coverage detected