MCPcopy 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

14REQUIRE_GLOBAL(world);
15
16enum state
17{
18 LAIR_RESET,
19 LAIR_SET,
20};
21
22command_result lair(color_ostream &out, vector<string> & params) {
23 state do_what = LAIR_SET;

Callers 1

LuaTools.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected