VisualScriptVariableGet

Inherits: VisualScriptNode < Resource < Reference < Object

Category: Core

Brief Description

Gets a variable’s value.

Properties

String var_name

Description

Returns a variable’s value. “Var Name” must be supplied, with an optional type.

Input Ports:

none

Output Ports:

  • Data (variant): value

Property Descriptions

Setter set_variable(value)
Getter get_variable()

The variable’s name.