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

Function command_result plugin_init

plugins/3dveins.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52command_result cmd_3dveins(color_ostream &out, std::vector <std::string> & parameters);
53
54DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
55{
56 commands.push_back(PluginCommand(
57 "3dveins",
58 "Rewrites the veins to make them extend in 3D space.",
59 cmd_3dveins));
60 return CR_OK;
61}
62
63DFhackCExport command_result plugin_shutdown ( color_ostream &out )
64{

Callers

nothing calls this directly

Calls 1

PluginCommandFunction · 0.85

Tested by

no test coverage detected