Improve TileMap.get_used_cells docs.
(cherry picked from commit 338217c30b
)
This commit is contained in:
parent
548777910b
commit
08555b9bde
|
@ -61,7 +61,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">
|
||||
|
|
Loading…
Reference in New Issue