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

Function unhideFlood

plugins/reveal.cpp:460–464  ·  view source on GitHub ↗

Lua entrypoint for unhideFlood_internal

Source from the content-addressed store, hash-verified

458
459// Lua entrypoint for unhideFlood_internal
460static void unhideFlood(df::coord pos) {
461 // no environment or bounds checking needed. if anything is invalid,
462 // unhideFlood_internal will just exit immeditately
463 unhideFlood_internal(pos);
464}
465
466command_result revflood(color_ostream &out, vector<string> & params) {
467 for (auto & param : params) {

Callers

nothing calls this directly

Calls 1

unhideFlood_internalFunction · 0.85

Tested by

no test coverage detected