diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index 9e192f0a515..5de3dfb4ec7 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -116,7 +116,7 @@ - Returns [code]true[/code] whether a given path is filtered. + Returns whether the given path is filtered. @@ -149,7 +149,7 @@ - Sets a custom parameter. These are used as local storage, because resources can be reused across the tree or scenes. + Sets a custom parameter. These are used as local memory, because resources can be reused across the tree or scenes. @@ -161,7 +161,7 @@ - Called when the node was removed from the graph. + Emitted when the node was removed from the graph.