diff options
author | Ricardo Prins <ricardo@iamprins.com> | 2020-06-09 12:30:05 -0600 |
---|---|---|
committer | Ricardo Prins <ricardo@iamprins.com> | 2020-06-13 21:47:25 -0600 |
commit | 00398abf77d464a65f4424b1e6bfda5fdffbe228 (patch) | |
tree | fa0d696483f742c9776b6da0fa705cb2f2e53784 /doc/classes | |
parent | 58034f39829b8b95a3e5d4c6e8d1ab0427371548 (diff) |
Add description to TileSet.is_tile_bound() method
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TileSet.xml | 2 |
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"> |