.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_VisualScriptFunctionCall: VisualScriptFunctionCall ======================== **Inherits:** :ref:`VisualScriptNode` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_base_path` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_base_script` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_base_type` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_basic_type` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_call_mode` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_function` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_rpc_call_mode` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_singleton` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_use_default_args` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_validate` **(** **)** const | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_base_path` **(** :ref:`NodePath` base_path **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_base_script` **(** :ref:`String` base_script **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_base_type` **(** :ref:`String` base_type **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_basic_type` **(** :ref:`int` basic_type **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_call_mode` **(** :ref:`int` mode **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_function` **(** :ref:`String` function **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_rpc_call_mode` **(** :ref:`int` mode **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_singleton` **(** :ref:`String` singleton **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_use_default_args` **(** :ref:`int` amount **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_validate` **(** :ref:`bool` enable **)** | +----------------------------------+------------------------------------------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`Dictionary` **argument_cache** - :ref:`String` **base_script** - :ref:`String` **base_type** - :ref:`int` **basic_type** - :ref:`int` **call_mode** - :ref:`String` **function** - :ref:`NodePath` **node_path** - :ref:`int` **rpc_call_mode** - :ref:`String` **singleton** - :ref:`int` **use_default_args** - :ref:`bool` **validate** Numeric Constants ----------------- - **CALL_MODE_SELF** = **0** - **CALL_MODE_NODE_PATH** = **1** - **CALL_MODE_INSTANCE** = **2** - **CALL_MODE_BASIC_TYPE** = **3** Member Function Description --------------------------- .. _class_VisualScriptFunctionCall_get_base_path: - :ref:`NodePath` **get_base_path** **(** **)** const .. _class_VisualScriptFunctionCall_get_base_script: - :ref:`String` **get_base_script** **(** **)** const .. _class_VisualScriptFunctionCall_get_base_type: - :ref:`String` **get_base_type** **(** **)** const .. _class_VisualScriptFunctionCall_get_basic_type: - :ref:`int` **get_basic_type** **(** **)** const .. _class_VisualScriptFunctionCall_get_call_mode: - :ref:`int` **get_call_mode** **(** **)** const .. _class_VisualScriptFunctionCall_get_function: - :ref:`String` **get_function** **(** **)** const .. _class_VisualScriptFunctionCall_get_rpc_call_mode: - :ref:`int` **get_rpc_call_mode** **(** **)** const .. _class_VisualScriptFunctionCall_get_singleton: - :ref:`String` **get_singleton** **(** **)** const .. _class_VisualScriptFunctionCall_get_use_default_args: - :ref:`int` **get_use_default_args** **(** **)** const .. _class_VisualScriptFunctionCall_get_validate: - :ref:`bool` **get_validate** **(** **)** const .. _class_VisualScriptFunctionCall_set_base_path: - void **set_base_path** **(** :ref:`NodePath` base_path **)** .. _class_VisualScriptFunctionCall_set_base_script: - void **set_base_script** **(** :ref:`String` base_script **)** .. _class_VisualScriptFunctionCall_set_base_type: - void **set_base_type** **(** :ref:`String` base_type **)** .. _class_VisualScriptFunctionCall_set_basic_type: - void **set_basic_type** **(** :ref:`int` basic_type **)** .. _class_VisualScriptFunctionCall_set_call_mode: - void **set_call_mode** **(** :ref:`int` mode **)** .. _class_VisualScriptFunctionCall_set_function: - void **set_function** **(** :ref:`String` function **)** .. _class_VisualScriptFunctionCall_set_rpc_call_mode: - void **set_rpc_call_mode** **(** :ref:`int` mode **)** .. _class_VisualScriptFunctionCall_set_singleton: - void **set_singleton** **(** :ref:`String` singleton **)** .. _class_VisualScriptFunctionCall_set_use_default_args: - void **set_use_default_args** **(** :ref:`int` amount **)** .. _class_VisualScriptFunctionCall_set_validate: - void **set_validate** **(** :ref:`bool` enable **)**