.. 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_VisualScriptPropertyGet: VisualScriptPropertyGet ======================= **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_index` **(** **)** const | +----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_property` **(** **)** 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_index` **(** :ref:`String` index **)** | +----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_property` **(** :ref:`String` property **)** | +----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`String` **base_script** - :ref:`String` **base_type** - :ref:`int` **basic_type** - :ref:`String` **index** - :ref:`NodePath` **node_path** - :ref:`String` **property** - :ref:`int` **set_mode** - :ref:`int` **type_cache** Numeric Constants ----------------- - **CALL_MODE_SELF** = **0** - **CALL_MODE_NODE_PATH** = **1** - **CALL_MODE_INSTANCE** = **2** Member Function Description --------------------------- .. _class_VisualScriptPropertyGet_get_base_path: - :ref:`NodePath` **get_base_path** **(** **)** const .. _class_VisualScriptPropertyGet_get_base_script: - :ref:`String` **get_base_script** **(** **)** const .. _class_VisualScriptPropertyGet_get_base_type: - :ref:`String` **get_base_type** **(** **)** const .. _class_VisualScriptPropertyGet_get_basic_type: - :ref:`int` **get_basic_type** **(** **)** const .. _class_VisualScriptPropertyGet_get_call_mode: - :ref:`int` **get_call_mode** **(** **)** const .. _class_VisualScriptPropertyGet_get_index: - :ref:`String` **get_index** **(** **)** const .. _class_VisualScriptPropertyGet_get_property: - :ref:`String` **get_property** **(** **)** const .. _class_VisualScriptPropertyGet_set_base_path: - void **set_base_path** **(** :ref:`NodePath` base_path **)** .. _class_VisualScriptPropertyGet_set_base_script: - void **set_base_script** **(** :ref:`String` base_script **)** .. _class_VisualScriptPropertyGet_set_base_type: - void **set_base_type** **(** :ref:`String` base_type **)** .. _class_VisualScriptPropertyGet_set_basic_type: - void **set_basic_type** **(** :ref:`int` basic_type **)** .. _class_VisualScriptPropertyGet_set_call_mode: - void **set_call_mode** **(** :ref:`int` mode **)** .. _class_VisualScriptPropertyGet_set_index: - void **set_index** **(** :ref:`String` index **)** .. _class_VisualScriptPropertyGet_set_property: - void **set_property** **(** :ref:`String` property **)**