VisualScriptYieldSignal

Inherits: VisualScriptNode < Resource < Reference < Object

Category: Core

Brief Description

Member Functions

NodePath get_base_path ( ) const
String get_base_type ( ) const
int get_call_mode ( ) const
String get_signal ( ) const
void set_base_path ( NodePath base_path )
void set_base_type ( String base_type )
void set_call_mode ( int mode )
void set_signal ( String signal )

Member Variables

Numeric Constants

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

Member Function Description

  • String get_base_type ( ) const
  • int get_call_mode ( ) const
  • void set_base_path ( NodePath base_path )
  • void set_base_type ( String base_type )
  • void set_call_mode ( int mode )
  • void set_signal ( String signal )