Rename getPlantAtCoords to getPlantAtTile

develop
Ryan Williams 2021-06-23 22:58:24 -07:00 committed by GitHub
parent 7f61c24181
commit a67a5d8283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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.