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

Function command_result plugin_init

plugins/building-hacks.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 return CR_OK;
482}
483DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
484{
485 enable_hooks(true);
486 return CR_OK;
487}
488
489DFhackCExport command_result plugin_shutdown ( color_ostream &out )
490{

Callers

nothing calls this directly

Calls 1

enable_hooksFunction · 0.70

Tested by

no test coverage detected