diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-15 16:32:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 16:32:44 +0300 |
commit | 147fa69b2d0f9215f4c65ab676c99297b832b500 (patch) | |
tree | 090d4e5ddeacfc5b065c94ca37587b7aa182e1b7 /doc/classes/AnimatedSprite2D.xml | |
parent | 373439bc4b2ed5b51f4dcf7990f53c1f04682adc (diff) | |
parent | 9b345e793ad79323d23d32e33ba3ae4552c2f32f (diff) |
Merge pull request #64333 from asmaloney/doc-params-8
[doc] Use "param" instead of "code" to refer to parameters (8)
Diffstat (limited to 'doc/classes/AnimatedSprite2D.xml')
-rw-r--r-- | doc/classes/AnimatedSprite2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimatedSprite2D.xml b/doc/classes/AnimatedSprite2D.xml index 39527664ed..b207eda27f 100644 --- a/doc/classes/AnimatedSprite2D.xml +++ b/doc/classes/AnimatedSprite2D.xml @@ -17,7 +17,7 @@ <param index="0" name="anim" type="StringName" default="&""" /> <param index="1" name="backwards" type="bool" default="false" /> <description> - Plays the animation named [code]anim[/code]. If no [code]anim[/code] is provided, the current animation is played. If [code]backwards[/code] is [code]true[/code], the animation will be played in reverse. + Plays the animation named [param anim]. If no [param anim] is provided, the current animation is played. If [code]backwards[/code] is [code]true[/code], the animation will be played in reverse. </description> </method> <method name="stop"> |