VisualScriptVariableGet

Inherits: VisualScriptNode < Resource < Reference < Object

Gets a variable's value.

Description

Returns a variable's value. "Var Name" must be supplied, with an optional type.

Input Ports:

none

Output Ports:

  • Data (variant): value

Properties

String

var_name

""


Property Descriptions

String var_name = ""

  • void set_variable ( String value )

  • String get_variable ( )

The variable's name.