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

Function maps_getTileBlock

library/LuaApi.cpp:2677–2682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2675}
2676
2677static int maps_getTileBlock(lua_State *L)
2678{
2679 auto pos = CheckCoordXYZ(L, 1, true);
2680 Lua::PushDFObject(L, Maps::getTileBlock(pos));
2681 return 1;
2682}
2683
2684static int maps_ensureTileBlock(lua_State *L)
2685{

Callers

nothing calls this directly

Calls 3

CheckCoordXYZFunction · 0.85
PushDFObjectFunction · 0.85
getTileBlockFunction · 0.85

Tested by

no test coverage detected