Skip to content

Commit

Permalink
Merge pull request #38686 from Calinou/doc-tilemap-used-cells-by-index
Browse files Browse the repository at this point in the history
Clarify the `id` parameter in `TileMap.get_used_cells_by_id()`
  • Loading branch information
akien-mga authored May 12, 2020
2 parents 44c1c58 + e77313b commit d999e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/TileMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit d999e15

Please sign in to comment.