mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Avoid punning enum names in documentation
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<return type="int" enum="TileSetAtlasSource.TileAnimationMode" />
|
||||
<param index="0" name="atlas_coords" type="Vector2i" />
|
||||
<description>
|
||||
Returns the [enum TileAnimationMode] of the tile at [param atlas_coords]. See also [method set_tile_animation_mode].
|
||||
Returns the tile animation mode of the tile at [param atlas_coords]. See also [method set_tile_animation_mode].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_tile_animation_separation" qualifiers="const">
|
||||
@@ -239,7 +239,7 @@
|
||||
<param index="0" name="atlas_coords" type="Vector2i" />
|
||||
<param index="1" name="mode" type="int" enum="TileSetAtlasSource.TileAnimationMode" />
|
||||
<description>
|
||||
Sets the [enum TileAnimationMode] of the tile at [param atlas_coords] to [param mode]. See also [method get_tile_animation_mode].
|
||||
Sets the tile animation mode of the tile at [param atlas_coords] to [param mode]. See also [method get_tile_animation_mode].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_tile_animation_separation">
|
||||
|
||||
Reference in New Issue
Block a user