- getVarName
String getVarName()
- getVarType
Variant.Type getVarType()
- opAssign
VisualScriptLocalVarSet opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(VisualScriptLocalVarSet other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setVarName
void setVarName(StringArg0 name)
- setVarType
void setVarType(long type)
Changes a local variable's value.
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