summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorNoshyaar <poommetee@protonmail.com>2017-12-28 06:52:37 +0700
committerGitHub <noreply@github.com>2017-12-28 06:52:37 +0700
commitef2ab0de82d7e093d8397078e8cf720820bec8a0 (patch)
tree6db8cd78bb3ff9487ffb28700b656941012b5ce8 /doc/classes
parenta663dbfdd8465d45a03e4880c0d907334236b260 (diff)
parent9ac312f17a4291432531c60181aa108e91e6d8d3 (diff)
Merge pull request #15006 from CyanBlob/master
Update TileMap doc descriptions for update_bitmask_area/region [ci skip]
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/TileMap.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml
index 510a215fbc..a09f6b6dc3 100644
--- a/doc/classes/TileMap.xml
+++ b/doc/classes/TileMap.xml
@@ -188,6 +188,7 @@
<argument index="0" name="arg0" type="Vector2">
</argument>
<description>
+ Applies autotiling rules to the cell (and its adjacent cells) referenced by its grid-based X and Y coordinates.
</description>
</method>
<method name="update_bitmask_region">
@@ -198,6 +199,8 @@
<argument index="1" name="end" type="Vector2" default="Vector2( 0, 0 )">
</argument>
<description>
+ Applies autotiling rules to the cells in the given region (specified by grid-based X and Y coordinates).
+ Calling with invalid (or missing) parameters applies autotiling rules for the entire TileMap.
</description>
</method>
<method name="world_to_map" qualifiers="const">