summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimatedSprite3D.xml
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2022-08-12 13:51:01 -0400
committerAndy Maloney <asmaloney@gmail.com>2022-08-12 14:00:25 -0400
commit9b345e793ad79323d23d32e33ba3ae4552c2f32f (patch)
tree6dccecaeff04992899975f02fb0931103ccb1fb3 /doc/classes/AnimatedSprite3D.xml
parentcf1bb3d83a84f6244a16519c88a46644ebb3d8fa (diff)
downloadredot-engine-9b345e793ad79323d23d32e33ba3ae4552c2f32f.tar.gz
[doc] Use "param" instead of "code" to refer to parameters (8)
Diffstat (limited to 'doc/classes/AnimatedSprite3D.xml')
-rw-r--r--doc/classes/AnimatedSprite3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimatedSprite3D.xml b/doc/classes/AnimatedSprite3D.xml
index aa56e50886..68354f092c 100644
--- a/doc/classes/AnimatedSprite3D.xml
+++ b/doc/classes/AnimatedSprite3D.xml
@@ -20,7 +20,7 @@
<return type="void" />
<param index="0" name="anim" type="StringName" default="&amp;&quot;&quot;" />
<description>
- Plays the animation named [code]anim[/code]. If no [code]anim[/code] is provided, the current animation is played.
+ Plays the animation named [param anim]. If no [param anim] is provided, the current animation is played.
</description>
</method>
<method name="stop">