From 00398abf77d464a65f4424b1e6bfda5fdffbe228 Mon Sep 17 00:00:00 2001 From: Ricardo Prins Date: Tue, 9 Jun 2020 12:30:05 -0600 Subject: [PATCH] Add description to TileSet.is_tile_bound() method --- doc/classes/TileSet.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index c647f83598b..9a78e45d46a 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -44,6 +44,8 @@ + 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.