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

Function FOR_ENUM_ITEMS

library/modules/Gui.cpp:1786–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784static bool recent_report_any(df::unit *unit)
1785{
1786 FOR_ENUM_ITEMS(unit_report_type, slot)
1787 {
1788 if (recent_report(unit, slot))
1789 return true;
1790 }
1791 return false;
1792}
1793

Callers

nothing calls this directly

Calls 1

recent_reportFunction · 0.85

Tested by

no test coverage detected