Clarified TileMap get_cell method behavior.
This commit is contained in:
parent
35963eb052
commit
ee77cba83e
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
<argument index="1" name="y" type="int">
|
<argument index="1" name="y" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_cell_autotile_coord" qualifiers="const">
|
<method name="get_cell_autotile_coord" qualifiers="const">
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<argument index="0" name="position" type="Vector2">
|
<argument index="0" name="position" type="Vector2">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_collision_layer_bit" qualifiers="const">
|
<method name="get_collision_layer_bit" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue