- getConstructor
Dictionary getConstructor()
- getConstructorType
Variant.Type getConstructorType()
- opAssign
VisualScriptConstructor opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(VisualScriptConstructor 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.
- setConstructor
void setConstructor(Dictionary constructor)
- setConstructorType
void setConstructorType(long type)
A Visual Script node which calls a base type constructor.
It can be used for type conversion as well.