What get_cell_autotile_coord is used for?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By EmmanFK9503

Someone could explain what get_cell_autotile_coord() is used commonly?

:bust_in_silhouette: Reply From: Luck_437

I’s a useful one, it return from an auto_tile group or atlas_tile group the current cell coord. If you want some custom properties for each individual cell it is useful, but you will have to seperate those parameters.

From the doc :

Returns the coordinate of the autotile variation in the tileset.
Returns a zero vector if the cell doesn’t have autotiling.