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