summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2022-12-07 11:09:10 +0100
committerGilles Roudière <gilles.roudiere@gmail.com>2022-12-07 11:09:10 +0100
commit3ea54bb3a1e374a7441981a91ceb14e5919b315e (patch)
treeb1689fdb90caea31ea05c1fcfdfdd84b7fcecc0d /doc/classes
parentc241f1c52386b21cf2df936ee927740a06970db6 (diff)
downloadredot-engine-3ea54bb3a1e374a7441981a91ceb14e5919b315e.tar.gz
Rename get_surrounding_tiles to get_surrounding_cells
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/TileMap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml
index 01246f0c2e..e9e2a738d3 100644
--- a/doc/classes/TileMap.xml
+++ b/doc/classes/TileMap.xml
@@ -174,7 +174,7 @@
Creates a new [TileMapPattern] from the given layer and set of cells.
</description>
</method>
- <method name="get_surrounding_tiles">
+ <method name="get_surrounding_cells">
<return type="Vector2i[]" />
<param index="0" name="coords" type="Vector2i" />
<description>