summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRicardo Prins <ricardo@iamprins.com>2020-06-09 12:30:05 -0600
committerRicardo Prins <ricardo@iamprins.com>2020-06-13 21:47:25 -0600
commit00398abf77d464a65f4424b1e6bfda5fdffbe228 (patch)
treefa0d696483f742c9776b6da0fa705cb2f2e53784 /doc/classes
parent58034f39829b8b95a3e5d4c6e8d1ab0427371548 (diff)
Add description to TileSet.is_tile_bound() method
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/TileSet.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml
index c647f83598..9a78e45d46 100644
--- a/doc/classes/TileSet.xml
+++ b/doc/classes/TileSet.xml
@@ -44,6 +44,8 @@
<argument index="1" name="neighbor_id" type="int">
</argument>
<description>
+ Determines when the auto-tiler should consider two different auto-tile IDs to be bound together.
+ [b]Note:[/b] [code]neighbor_id[/code] will be [code]-1[/code] ([constant TileMap.INVALID_CELL]) when checking a tile against an empty neighbor tile.
</description>
</method>
<method name="autotile_clear_bitmask_map">