Skip to content

Commit

Permalink
Added note to TileMap.get_used_cells_by_id()
Browse files Browse the repository at this point in the history
Added: Note: The tile ``id`` is referred to as the tile ``index`` in other methods. 
godotengine/godot-proposals#814
  • Loading branch information
tylerecouture committed May 10, 2020
1 parent 2c1bad2 commit 1d050bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classes/class_tilemap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,9 @@ Returns a :ref:`Vector2<class_Vector2>` array with the positions of all cells co

- :ref:`Array<class_Array>` **get_used_cells_by_id** **(** :ref:`int<class_int>` id **)** const

Returns an array of all cells with the given tile ``id``.
Returns an array of all cells with the given tile ``id``.

Note: The tile ``id`` is referred to as the tile ``index`` in other methods.

----

Expand Down

0 comments on commit 1d050bc

Please sign in to comment.