diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-18 09:14:39 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-18 09:14:57 +0100 |
commit | a2d3ba33728230eacdf4a5b0e48c89a5c4b24eb1 (patch) | |
tree | 6f0e201f9648f6df3c0c659490cfddeb0df8250c /doc/classes/AnimationNodeStateMachine.xml | |
parent | 6b6174e210194132c05b36fd8ddc28b3ba09c289 (diff) | |
download | redot-engine-a2d3ba33728230eacdf4a5b0e48c89a5c4b24eb1.tar.gz |
doc: Sync classref with current source
Fix wrong binding after #37111.
Diffstat (limited to 'doc/classes/AnimationNodeStateMachine.xml')
-rw-r--r-- | doc/classes/AnimationNodeStateMachine.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index 4ff39b7500..3b351a3345 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -28,17 +28,6 @@ Adds a new node to the graph. The [code]position[/code] is used for display in the editor. </description> </method> - <method name="replace_node"> - <return type="void"> - </return> - <argument index="0" name="name" type="String"> - </argument> - <argument index="1" name="node" type="AnimationNode"> - </argument> - <description> - Replaces the node and keeps its transitions unchanged. - </description> - </method> <method name="add_transition"> <return type="void"> </return> @@ -194,6 +183,16 @@ Renames the given node. </description> </method> + <method name="replace_node"> + <return type="void"> + </return> + <argument index="0" name="name" type="StringName"> + </argument> + <argument index="1" name="node" type="AnimationNode"> + </argument> + <description> + </description> + </method> <method name="set_end_node"> <return type="void"> </return> |