summaryrefslogtreecommitdiff
path: root/doc/classes/TileSet.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-06-14 10:36:37 +0200
committerGitHub <noreply@github.com>2020-06-14 10:36:37 +0200
commit79947dfef1db52462ce25f370696e3eb926fa627 (patch)
tree658f8a0cace6f7d6258148d7603cc05b189160a0 /doc/classes/TileSet.xml
parent98f47eaa62d1c65f5fb4e198212de107d0f255d3 (diff)
parent00398abf77d464a65f4424b1e6bfda5fdffbe228 (diff)
Merge pull request #39529 from ricardoprins/pr/39419
Add description to TileSet.is_tile_bound() method
Diffstat (limited to 'doc/classes/TileSet.xml')
-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">