Skip to content

Commit

Permalink
Merge pull request #25847 from MidZik/master
Browse files Browse the repository at this point in the history
Docs: Clarified TileMap get_cell method behavior.
  • Loading branch information
cbscribe committed Feb 13, 2019
2 parents 35963eb + ee77cba commit a18ceb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/TileMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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">
Expand Down

0 comments on commit a18ceb6

Please sign in to comment.