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

Function maps_removeTileAquifer

library/LuaApi.cpp:2779–2784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2777}
2778
2779static int maps_removeTileAquifer(lua_State* L)
2780{
2781 auto pos = CheckCoordXYZ(L, 1, true);
2782 lua_pushboolean(L, Maps::removeTileAquifer(pos));
2783 return 1;
2784}
2785
2786static int maps_addMaterialSpatter(lua_State *L)
2787{

Callers

nothing calls this directly

Calls 3

CheckCoordXYZFunction · 0.85
lua_pushbooleanFunction · 0.85
removeTileAquiferFunction · 0.85

Tested by

no test coverage detected