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

Function maps_getPlantAtTile

library/LuaApi.cpp:2723–2728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2721}
2722
2723static int maps_getPlantAtTile(lua_State *L)
2724{
2725 auto pos = CheckCoordXYZ(L, 1, true);
2726 Lua::PushDFObject(L, Maps::getPlantAtTile(pos));
2727 return 1;
2728}
2729
2730static int maps_getBiomeType(lua_State *L)
2731{

Callers

nothing calls this directly

Calls 3

CheckCoordXYZFunction · 0.85
PushDFObjectFunction · 0.85
getPlantAtTileFunction · 0.85

Tested by

no test coverage detected