VisualScriptPropertySet

Inherits: VisualScriptNode < Resource < Reference < Object

Category: Core

Brief Description

Member Functions

int get_assign_op ( ) const
NodePath get_base_path ( ) const
String get_base_script ( ) const
String get_base_type ( ) const
int get_basic_type ( ) const
int get_call_mode ( ) const
String get_index ( ) const
String get_property ( ) const
void set_assign_op ( int assign_op )
void set_base_path ( NodePath base_path )
void set_base_script ( String base_script )
void set_base_type ( String base_type )
void set_basic_type ( int basic_type )
void set_call_mode ( int mode )
void set_index ( String index )
void set_property ( String property )

Member Variables

Numeric Constants

  • CALL_MODE_SELF = 0
  • CALL_MODE_NODE_PATH = 1
  • CALL_MODE_INSTANCE = 2

Member Function Description

  • int get_assign_op ( ) const
  • String get_base_script ( ) const
  • String get_base_type ( ) const
  • int get_basic_type ( ) const
  • int get_call_mode ( ) const
  • String get_property ( ) const
  • void set_assign_op ( int assign_op )
  • void set_base_path ( NodePath base_path )
  • void set_base_script ( String base_script )
  • void set_base_type ( String base_type )
  • void set_basic_type ( int basic_type )
  • void set_call_mode ( int mode )
  • void set_index ( String index )
  • void set_property ( String property )