Преглед на файлове

Clarify the `id` parameter in `TileMap.get_used_cells_by_id()`

Hugo Locurcio преди 5 години
родител
ревизия
e77313b3ed
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 index="0" name="id" type="int">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="get_used_rect">
 		<method name="get_used_rect">