Struct VisualScriptLocalVarSet
Changes a local variable's value.
struct VisualScriptLocalVarSet
;
Changes a local variable's value to the given input. The new value is also provided on an output Data port.
Input Ports:
- Sequence
- Data (variant): set
Output Ports:
- Sequence
- 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
|