diff options
Diffstat (limited to 'doc/classes/VisualScriptLocalVarSet.xml')
-rw-r--r-- | doc/classes/VisualScriptLocalVarSet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/VisualScriptLocalVarSet.xml b/doc/classes/VisualScriptLocalVarSet.xml index 67a5efa33e..e039a7204e 100644 --- a/doc/classes/VisualScriptLocalVarSet.xml +++ b/doc/classes/VisualScriptLocalVarSet.xml @@ -4,7 +4,7 @@ Changes a local variable's value. </brief_description> <description> - The node changes a local variable's value to the given input. The new value is also provided on an output Data port. + Changes a local variable's value to the given input. The new value is also provided on an output Data port. [b]Input Ports:[/b] - Sequence - Data (variant): [code]set[/code] |