From 66134fd0f4b22b0424b6b6d4eaffa6855f2eec1b Mon Sep 17 00:00:00 2001 From: Anutrix Date: Sat, 11 Nov 2023 05:04:07 +0530 Subject: [PATCH] Added description to AnimationNodeStateMachine.replace_node --- doc/classes/AnimationNodeStateMachine.xml | 1 + 1 file changed, 1 insertion(+) 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 @@ + Replaces the given animation node with a new animation node.