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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user