MCPcopy Create free account
hub / github.com/DFHack/dfhack / command_result plugin_init

Function command_result plugin_init

plugins/lair.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50DFhackCExport command_result plugin_init(color_ostream &out, vector<PluginCommand> &commands) {
51 commands.push_back(PluginCommand(
52 "lair",
53 "Prevent item scatter when a site is reclaimed or visited.",
54 lair));
55 return CR_OK;
56}

Callers

nothing calls this directly

Calls 1

PluginCommandFunction · 0.85

Tested by

no test coverage detected