Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ state
Enum
state
plugins/lair.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
REQUIRE_GLOBAL(world);
15
16
enum state
17
{
18
LAIR_RESET,
19
LAIR_SET,
20
};
21
22
command_result lair(color_ostream &out, vector<string> & params) {
23
state do_what = LAIR_SET;
Callers
1
LuaTools.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected