VisualScriptFunctionCall¶
Inherits: VisualScriptNode < Resource < Reference < Object
Category: Core
Brief Description¶
Member Functions¶
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_function ( ) const |
int | get_rpc_call_mode ( ) const |
String | get_singleton ( ) const |
int | get_use_default_args ( ) const |
bool | get_validate ( ) const |
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_function ( String function ) |
void | set_rpc_call_mode ( int mode ) |
void | set_singleton ( String singleton ) |
void | set_use_default_args ( int amount ) |
void | set_validate ( bool enable ) |
Member Variables¶
Numeric Constants¶
- CALL_MODE_SELF = 0
- CALL_MODE_NODE_PATH = 1
- CALL_MODE_INSTANCE = 2
- CALL_MODE_BASIC_TYPE = 3
Member Function Description¶
- 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_function ( ) const
- int get_rpc_call_mode ( ) const
- String get_singleton ( ) const
- int get_use_default_args ( ) const
- bool get_validate ( ) const
- 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_function ( String function )
- void set_rpc_call_mode ( int mode )
- void set_singleton ( String singleton )
- void set_use_default_args ( int amount )
- void set_validate ( bool enable )