Explorar o código

Merge pull request #38686 from Calinou/doc-tilemap-used-cells-by-index

Clarify the `id` parameter in `TileMap.get_used_cells_by_id()`
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
d999e1519c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/TileMap.xml

+ 1 - 1
doc/classes/TileMap.xml

@@ -86,7 +86,7 @@
 			<argument index="0" name="id" type="int">
 			</argument>
 			<description>
-				Returns an array of all cells with the given tile [code]id[/code].
+				Returns an array of all cells with the given tile index specified in [code]id[/code].
 			</description>
 		</method>
 		<method name="get_used_rect">