Merge pull request #20697 from PJB3005/18-08-03-tile_map_docs

Improve TileMap.get_used_cells docs.
This commit is contained in:
Max Hilbrunner 2018-08-05 12:28:03 +02:00 committed by GitHub
commit a1440760ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">