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

Function maps_getRegionBiome

library/LuaApi.cpp:2710–2715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708}
2709
2710static int maps_getRegionBiome(lua_State *L)
2711{
2712 auto pos = CheckCoordXY(L, 1, true);
2713 Lua::PushDFObject(L, Maps::getRegionBiome(pos));
2714 return 1;
2715}
2716
2717static int maps_getTileBiomeRgn(lua_State *L)
2718{

Callers

nothing calls this directly

Calls 2

CheckCoordXYFunction · 0.85
PushDFObjectFunction · 0.85

Tested by

no test coverage detected