Added getPlantAtTile to Lua API

develop
Ryan Williams 2021-06-23 23:12:53 -07:00 committed by GitHub
parent 5807d6fbfa
commit 35d32645fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -61,6 +61,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## API ## API
- Added ``dfhack.units.teleport(unit, pos)`` - Added ``dfhack.units.teleport(unit, pos)``
- Added ``dfhack.maps.getPlantAtTile(x, y, z)`` and ``dfhack.maps.getPlantAtTile(pos)``
## Documentation ## Documentation
- Added more client library implementations to the `remote interface docs <remote-client-libs>` - Added more client library implementations to the `remote interface docs <remote-client-libs>`