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

Method maximum_dwarfs

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

Source from the content-addressed store, hash-verified

124 void set_minimum_dwarfs(int minimum_dwarfs) { config.ival(1) = minimum_dwarfs; }
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); }

Callers 3

operator()Method · 0.45
assign_laborFunction · 0.45
print_laborFunction · 0.45

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected