Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ mode
Method
mode
plugins/autolabor/autolabor.cpp:119–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
int active_dwarfs;
118
119
labor_mode mode() { return (labor_mode) config.ival(0); }
120
121
void set_mode(labor_mode mode) { config.ival(0) = mode; }
122
Callers
5
operator()
Method · 0.80
assign_labor
Function · 0.80
command_result plugin_onupdate
Function · 0.80
FOR_ENUM_ITEMS
Function · 0.80
print_labor
Function · 0.80
Calls
1
ival
Method · 0.80
Tested by
no test coverage detected