diff --git a/classes/class_tilemap.rst b/classes/class_tilemap.rst index 63e6ee71f5e..081e0bbb007 100644 --- a/classes/class_tilemap.rst +++ b/classes/class_tilemap.rst @@ -556,7 +556,9 @@ Returns a :ref:`Vector2` array with the positions of all cells co - :ref:`Array` **get_used_cells_by_id** **(** :ref:`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. ----