diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index f06bef4b74c..99d21706ee6 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -46,7 +46,7 @@ - Returns [code]true[/code] whether you want the blend tree editor to display filter editing on this node. + Returns whether you want the blend tree editor to display filter editing on this node. @@ -127,7 +127,7 @@ - Returns [code]true[/code] whether a given path is filtered. + Returns whether the given path is filtered. @@ -150,7 +150,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. @@ -162,7 +162,7 @@ - Called when the node was removed from the graph. + Emitted when the node was removed from the graph.