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

Function buildings_findPenPitAt

library/LuaApi.cpp:2965–2970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2963}
2964
2965static int buildings_findPenPitAt(lua_State *L)
2966{
2967 auto pos = CheckCoordXYZ(L, 1, true);
2968 Lua::PushDFObject(L, Buildings::findPenPitAt(pos));
2969 return 1;
2970}
2971
2972static int buildings_getCorrectSize(lua_State *state)
2973{

Callers

nothing calls this directly

Calls 2

CheckCoordXYZFunction · 0.85
PushDFObjectFunction · 0.85

Tested by

no test coverage detected