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

Function preserve_rooms_getRoleAssignment

plugins/preserve-rooms.cpp:704–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704static string preserve_rooms_getRoleAssignment(color_ostream &out) {
705 return get_role_assignment(out, Gui::getSelectedCivZone(out, true));
706}
707
708static bool preserve_rooms_isReserved(color_ostream &out) {
709 auto zone = Gui::getSelectedCivZone(out, true);

Callers

nothing calls this directly

Calls 2

get_role_assignmentFunction · 0.85
getSelectedCivZoneFunction · 0.85

Tested by

no test coverage detected