VisualScriptConstructor¶
Inherits: VisualScriptNode < Resource < Reference < Object
A Visual Script node which calls a base type constructor.
Description¶
A Visual Script node which calls a base type constructor. It can be used for type conversion as well.
Methods¶
get_constructor ( ) const |
|
get_constructor_type ( ) const |
|
void |
set_constructor ( Dictionary constructor ) |
void |
set_constructor_type ( Variant.Type type ) |
Method Descriptions¶
Dictionary get_constructor ( ) const
There is currently no description for this method. Please help us by contributing one!
Variant.Type get_constructor_type ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_constructor ( Dictionary constructor )
There is currently no description for this method. Please help us by contributing one!
void set_constructor_type ( Variant.Type type )
There is currently no description for this method. Please help us by contributing one!