2
0
Эх сурвалжийг харах

Add description to TileSet.is_tile_bound() method

(cherry picked from commit 00398abf77d464a65f4424b1e6bfda5fdffbe228)
Ricardo Prins 5 жил өмнө
parent
commit
d42f332fc7

+ 2 - 0
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">