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:
parent
38c6611b91
commit
b8b33df178
10 changed files with 67 additions and 73 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue