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

Function command_result plugin_init

plugins/changevein.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
273{
274 commands.push_back(PluginCommand("changevein",
275 "Change the material of a mineral inclusion.",
276 df_changevein));
277 return CR_OK;
278}
279
280DFhackCExport command_result plugin_shutdown ( color_ostream &out )
281{

Callers

nothing calls this directly

Calls 1

PluginCommandFunction · 0.85

Tested by

no test coverage detected