diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-12-20 15:07:36 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-12-20 15:07:36 +0100 |
commit | e11e0a7f07d59c42a8a9351a2704a1b47531c911 (patch) | |
tree | d1e28b71ed435289fa15d4ae38e991c550d08438 | |
parent | 3a44484ab86c7639ee558601dd858caae94c5d9e (diff) | |
parent | 66134fd0f4b22b0424b6b6d4eaffa6855f2eec1b (diff) | |
download | redot-engine-e11e0a7f07d59c42a8a9351a2704a1b47531c911.tar.gz |
Merge pull request #84734 from Anutrix/node-doc-11112023
Add description to `AnimationNodeStateMachine.replace_node`
-rw-r--r-- | doc/classes/AnimationNodeStateMachine.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index 0a1a7df2f4..1c96110540 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -143,6 +143,7 @@ <param index="0" name="name" type="StringName" /> <param index="1" name="node" type="AnimationNode" /> <description> + Replaces the given animation node with a new animation node. </description> </method> <method name="set_graph_offset"> |