Merge pull request #25847 from MidZik/master

Docs: Clarified TileMap get_cell method behavior.
This commit is contained in:
Chris Bradfield 2019-02-12 21:02:59 -08:00 committed by GitHub
commit a18ceb6a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
<argument index="1" name="y" type="int">
</argument>
<description>
Returns the tile index of the given cell.
Returns the tile index of the given cell. If no tile exists in the cell, returns [constant INVALID_CELL].
</description>
</method>
<method name="get_cell_autotile_coord" qualifiers="const">
@ -53,7 +53,7 @@
<argument index="0" name="position" type="Vector2">
</argument>
<description>
Returns the tile index of the cell given by a Vector2.
Returns the tile index of the cell given by a Vector2. If no tile exists in the cell, returns [constant INVALID_CELL].
</description>
</method>
<method name="get_collision_layer_bit" qualifiers="const">