| 2715 | } |
| 2716 | |
| 2717 | static int maps_getTileBiomeRgn(lua_State *L) |
| 2718 | { |
| 2719 | auto pos = CheckCoordXYZ(L, 1, true); |
| 2720 | return Lua::PushPosXY(L, Maps::getTileBiomeRgn(pos)); |
| 2721 | } |
| 2722 | |
| 2723 | static int maps_getPlantAtTile(lua_State *L) |
| 2724 | { |
nothing calls this directly
no test coverage detected