mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add a method to get TileData from a cell
This commit is contained in:
@@ -107,6 +107,16 @@
|
||||
Returns the tile source ID of the cell on layer [param layer] at coordinates [param coords]. If [param use_proxies] is [code]false[/code], ignores the [TileSet]'s tile proxies, returning the raw alternative identifier. See [method TileSet.map_tile_proxy].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_cell_tile_data" qualifiers="const">
|
||||
<return type="TileData" />
|
||||
<param index="0" name="layer" type="int" />
|
||||
<param index="1" name="coords" type="Vector2i" />
|
||||
<param index="2" name="use_proxies" type="bool" default="false" />
|
||||
<description>
|
||||
Returns the [TileData] object associated with the given cell, or [code]null[/code] if the cell is not a [TileSetAtlasSource].
|
||||
If [param use_proxies] is [code]false[/code], ignores the [TileSet]'s tile proxies, returning the raw alternative identifier. See [method TileSet.map_tile_proxy].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_coords_for_body_rid">
|
||||
<return type="Vector2i" />
|
||||
<param index="0" name="body" type="RID" />
|
||||
|
||||
Reference in New Issue
Block a user