diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 13:51:01 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 14:00:25 -0400 |
commit | 9b345e793ad79323d23d32e33ba3ae4552c2f32f (patch) | |
tree | 6dccecaeff04992899975f02fb0931103ccb1fb3 /doc/classes/AnimationNodeStateMachine.xml | |
parent | cf1bb3d83a84f6244a16519c88a46644ebb3d8fa (diff) |
[doc] Use "param" instead of "code" to refer to parameters (8)
Diffstat (limited to 'doc/classes/AnimationNodeStateMachine.xml')
-rw-r--r-- | doc/classes/AnimationNodeStateMachine.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index 1fa05fa8f1..0fb789875f 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -27,7 +27,7 @@ <param index="1" name="node" type="AnimationNode" /> <param index="2" name="position" type="Vector2" default="Vector2(0, 0)" /> <description> - Adds a new node to the graph. The [code]position[/code] is used for display in the editor. + Adds a new node to the graph. The [param position] is used for display in the editor. </description> </method> <method name="add_transition"> |