Unverified Commit 79947dfe by Rémi Verschelde Committed by GitHub

Merge pull request #39529 from ricardoprins/pr/39419

Add description to TileSet.is_tile_bound() method
parents 98f47eaa 00398abf
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
<argument index="1" name="neighbor_id" type="int"> <argument index="1" name="neighbor_id" type="int">
</argument> </argument>
<description> <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> </description>
</method> </method>
<method name="autotile_clear_bitmask_map"> <method name="autotile_clear_bitmask_map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment