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

Method priority

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

Source from the content-addressed store, hash-verified

126 int busy_dwarfs;
127
128 int priority() const { return config.ival(1); }
129 void set_priority(int priority) { config.ival(1) = priority; }
130
131 bool is_unmanaged() const { return maximum_dwarfs() == MAX_DWARFS_UNMANAGED; }

Callers 2

processMethod · 0.80
print_laborFunction · 0.80

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected