Merge pull request #39529 from ricardoprins/pr/39419

Add description to TileSet.is_tile_bound() method
This commit is contained in:
Rémi Verschelde 2020-06-14 10:36:37 +02:00 committed by GitHub
commit 79947dfef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">