From ee77cba83e4a8a037358e882bac81d80b1596283 Mon Sep 17 00:00:00 2001 From: MidZik Date: Tue, 12 Feb 2019 22:44:39 -0600 Subject: [PATCH] Clarified TileMap get_cell method behavior. --- doc/classes/TileMap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index 4849d768f54..fe3b2118a3d 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -34,7 +34,7 @@ - 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]. @@ -53,7 +53,7 @@ - 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].