Improve TileMap.get_used_cells docs.

This commit is contained in:
PJB3005 2018-08-03 20:38:31 +02:00
parent 6c569c90b6
commit 338217c30b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<return type="Array">
</return>
<description>
Returns an array of all cells containing a tile from the tileset (i.e. a tile index different from [code]-1[/code]).
Returns a [Vector2] array with the positions of all cells containing a tile from the tileset (i.e. a tile index different from [code]-1[/code]).
</description>
</method>
<method name="get_used_cells_by_id" qualifiers="const">