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

Function maps_getTileBiomeRgn

library/LuaApi.cpp:2717–2721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2715}
2716
2717static int maps_getTileBiomeRgn(lua_State *L)
2718{
2719 auto pos = CheckCoordXYZ(L, 1, true);
2720 return Lua::PushPosXY(L, Maps::getTileBiomeRgn(pos));
2721}
2722
2723static int maps_getPlantAtTile(lua_State *L)
2724{

Callers

nothing calls this directly

Calls 2

CheckCoordXYZFunction · 0.85
getTileBiomeRgnFunction · 0.85

Tested by

no test coverage detected