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

Method talent_pool

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

Source from the content-addressed store, hash-verified

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; }
131};
132

Callers 2

assign_laborFunction · 0.80
print_laborFunction · 0.80

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected