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

Method set_maximum_dwarfs

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

Source from the content-addressed store, hash-verified

125
126 int maximum_dwarfs() { return config.ival(2); }
127 void set_maximum_dwarfs(int maximum_dwarfs) { config.ival(2) = maximum_dwarfs; }
128
129 int talent_pool() { return config.ival(3); }
130 void set_talent_pool(int talent_pool) { config.ival(3) = talent_pool; }

Callers 2

reset_laborFunction · 0.45
autolaborFunction · 0.45

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected