Merge pull request #38686 from Calinou/doc-tilemap-used-cells-by-index

Clarify the `id` parameter in `TileMap.get_used_cells_by_id()`
This commit is contained in:
Rémi Verschelde 2020-05-12 09:45:36 +02:00 committed by GitHub
commit d999e1519c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<argument index="0" name="id" type="int">
</argument>
<description>
Returns an array of all cells with the given tile [code]id[/code].
Returns an array of all cells with the given tile index specified in [code]id[/code].
</description>
</method>
<method name="get_used_rect">