Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-03-25 11:42:15 +01:00
parent f144ec9e67
commit fdd85311c3
6 changed files with 127 additions and 18 deletions

View File

@@ -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,17 @@
Renames the given node.
</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="set_end_node">
<return type="void">
</return>