MCPcopy Create free account
hub / github.com/DFHack/dfhack / regrass_map

Function regrass_map

plugins/regrass.cpp:417–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417int regrass_map(color_ostream &out, const regrass_options &options)
418{ // Regrass entire map.
419 int count = 0;
420 for (auto block : world->map.map_blocks)
421 count += regrass_block(out, options, block);
422 return count;
423}
424
425DFhackCExport command_result plugin_init(color_ostream &out, vector<PluginCommand> &commands) {
426 commands.push_back(PluginCommand(

Callers 1

df_regrassFunction · 0.85

Calls 1

regrass_blockFunction · 0.85

Tested by

no test coverage detected