VisualScriptConstructor

Inherits: VisualScriptNode < Resource < Reference < Object

Category: Core

Brief Description

A Visual Script node which calls a base type constructor.

Member Functions

Dictionary get_constructor ( ) const
int get_constructor_type ( ) const
void set_constructor ( Dictionary constructor )
void set_constructor_type ( int type )

Description

A Visual Script node which calls a base type constructor. It can be used for type conversion as well.

Member Function Description

  • int get_constructor_type ( ) const
  • void set_constructor_type ( int type )