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

Method maximum_dwarfs

plugins/autolabor/labormanager.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 bool is_unmanaged() const { return maximum_dwarfs() == MAX_DWARFS_UNMANAGED; }
132 int maximum_dwarfs() const { return config.ival(2); }
133 void set_maximum_dwarfs(int maximum_dwarfs) { config.ival(2) = maximum_dwarfs; }
134
135 int time_since_last_assigned() const

Callers 2

processMethod · 0.45
print_laborFunction · 0.45

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected