Struct VisualScriptVariableGet
Gets a variable's value.
struct VisualScriptVariableGet
;
Returns a variable's value. "Var Name" must be supplied, with an optional type.
Input Ports:
none
Output Ports:
- Data (variant): value
Properties
| Name | Type | Description |
|---|---|---|
varName[get, set]
|
String | The variable's name. |
Methods
| Name | Description |
|---|---|
getVariable
|
|
setVariable
|