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

Function command_result plugin_init

plugins/strangemood.cpp:1125–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125DFhackCExport command_result plugin_init (color_ostream &out, std::vector<PluginCommand> &commands)
1126{
1127 commands.push_back(PluginCommand(
1128 "strangemood",
1129 "Trigger a strange mood.",
1130 df_strangemood));
1131 rng.init();
1132
1133 return CR_OK;
1134}
1135
1136DFhackCExport command_result plugin_shutdown ( color_ostream &out )
1137{

Callers

nothing calls this directly

Calls 2

PluginCommandFunction · 0.85
initMethod · 0.45

Tested by

no test coverage detected