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

Function maps_isTileHeavyAquifer

library/LuaApi.cpp:2744–2749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2742}
2743
2744static int maps_isTileHeavyAquifer(lua_State* L)
2745{
2746 auto pos = CheckCoordXYZ(L, 1, true);
2747 lua_pushboolean(L, Maps::isTileHeavyAquifer(pos));
2748 return 1;
2749}
2750
2751static int maps_setTileAquifer(lua_State* L)
2752{

Callers

nothing calls this directly

Calls 3

CheckCoordXYZFunction · 0.85
lua_pushbooleanFunction · 0.85
isTileHeavyAquiferFunction · 0.85

Tested by

no test coverage detected