VisualScriptVariableSet

Inherits: VisualScriptNode < Resource < Reference < Object

Changes a variable's value.

Description

Changes a variable's value to the given input.

Input Ports:

  • Sequence

  • Data (variant): set

Output Ports:

  • Sequence

Properties

String

var_name

""


Property Descriptions

String var_name = ""

  • void set_variable ( String value )

  • String get_variable ( )

The variable's name.