diff options
author | Andrew Thomas <andrewjamest1993@gmail.com> | 2017-12-24 10:58:08 -0600 |
---|---|---|
committer | Andrew Thomas <andrewjamest1993@gmail.com> | 2017-12-27 14:16:05 -0600 |
commit | 9ac312f17a4291432531c60181aa108e91e6d8d3 (patch) | |
tree | ba74129e909fb2e348d28f3b126f72e8e05516f4 | |
parent | e1da261844419ebb31a1d0a82f0853acc42f6427 (diff) |
Update TileMap doc descriptions for update_bitmask_area/region
-rw-r--r-- | doc/classes/TileMap.xml | 3 |
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"> |