Browse Source

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

Improve TileMap.get_used_cells docs.
Max Hilbrunner 7 years ago
parent
commit
a1440760ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/TileMap.xml

+ 1 - 1
doc/classes/TileMap.xml

@@ -68,7 +68,7 @@
 			<return type="Array">
 			<return type="Array">
 			</return>
 			</return>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="get_used_cells_by_id" qualifiers="const">
 		<method name="get_used_cells_by_id" qualifiers="const">