summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Kinoshita <kinofhek@gmail.com>2022-10-05 18:32:58 -0300
committerFelipe Kinoshita <kinofhek@gmail.com>2022-10-05 18:32:58 -0300
commit7cb1d1f1ed1192426937548716282dafccd32990 (patch)
tree44095e04e090762feeb14c16b98c637f055d516f
parentea9bb98f26be8212245f6ff796617901a8b9f3f6 (diff)
Add description to TileMap's get_layers_count method
-rw-r--r--doc/classes/TileMap.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml
index fd9c44091c..348184a16a 100644
--- a/doc/classes/TileMap.xml
+++ b/doc/classes/TileMap.xml
@@ -155,6 +155,7 @@
<method name="get_layers_count" qualifiers="const">
<return type="int" />
<description>
+ Returns the number of layers in the TileMap.
</description>
</method>
<method name="get_neighbor_cell" qualifiers="const">