From a67a5d8283e74a7173bc99de0d1adfa616c6ceb4 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 23 Jun 2021 22:58:24 -0700 Subject: [PATCH] Rename getPlantAtCoords to getPlantAtTile --- docs/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 37d1450f7..ca54f3922 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -1558,7 +1558,7 @@ Maps module Returns *x, y* for use with ``getRegionBiome``. -* ``dfhack.maps.getPlantAtCoords(pos)``, or ``getPlantAtCoords(x,y,z)`` +* ``dfhack.maps.getPlantAtTile(pos)``, or ``getPlantAtTile(x,y,z)`` Returns the plant struct that owns the tile at the specified position.