TileSetAtlasSource: Make get_tile_data return TileData *

This is now possible thanks to `Variant` changes.

Also unbind some `_` prefixed methods which don't need to be exposed.
This commit is contained in:
Rémi Verschelde 2022-01-28 14:26:35 +01:00
parent 38c6611b91
commit b8b33df178
No known key found for this signature in database
GPG key ID: C3336907360768E1
10 changed files with 67 additions and 73 deletions

View file

@ -111,7 +111,7 @@
</description>
</method>
<method name="get_tile_data" qualifiers="const">
<return type="Object" />
<return type="TileData" />
<argument index="0" name="atlas_coords" type="Vector2i" />
<argument index="1" name="alternative_tile" type="int" />
<description>