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

Function command_result plugin_onupdate

plugins/pet-uncapper.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218DFhackCExport command_result plugin_onupdate(color_ostream &out) {
219 if (world->frame_counter - cycle_timestamp >= config.get_int(CONFIG_FREQ))
220 impregnateMany(out);
221 return CR_OK;
222}

Callers

nothing calls this directly

Calls 1

impregnateManyFunction · 0.85

Tested by

no test coverage detected