[doc] Use "param" instead of "code" to refer to parameters (8)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user