.. 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_VisualScriptPropertySet: VisualScriptPropertySet ======================= **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:`int` | :ref:`get_event_type` **(** **)** 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_event_type` **(** :ref:`int` event_type **)** | +----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_property` **(** :ref:`String` property **)** | +----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Numeric Constants ----------------- - **CALL_MODE_SELF** = **0** - **CALL_MODE_NODE_PATH** = **1** - **CALL_MODE_INSTANCE** = **2** Member Function Description --------------------------- .. _class_VisualScriptPropertySet_get_base_path: - :ref:`NodePath` **get_base_path** **(** **)** const .. _class_VisualScriptPropertySet_get_base_script: - :ref:`String` **get_base_script** **(** **)** const .. _class_VisualScriptPropertySet_get_base_type: - :ref:`String` **get_base_type** **(** **)** const .. _class_VisualScriptPropertySet_get_basic_type: - :ref:`int` **get_basic_type** **(** **)** const .. _class_VisualScriptPropertySet_get_call_mode: - :ref:`int` **get_call_mode** **(** **)** const .. _class_VisualScriptPropertySet_get_event_type: - :ref:`int` **get_event_type** **(** **)** const .. _class_VisualScriptPropertySet_get_property: - :ref:`String` **get_property** **(** **)** const .. _class_VisualScriptPropertySet_set_base_path: - void **set_base_path** **(** :ref:`NodePath` base_path **)** .. _class_VisualScriptPropertySet_set_base_script: - void **set_base_script** **(** :ref:`String` base_script **)** .. _class_VisualScriptPropertySet_set_base_type: - void **set_base_type** **(** :ref:`String` base_type **)** .. _class_VisualScriptPropertySet_set_basic_type: - void **set_basic_type** **(** :ref:`int` basic_type **)** .. _class_VisualScriptPropertySet_set_call_mode: - void **set_call_mode** **(** :ref:`int` mode **)** .. _class_VisualScriptPropertySet_set_event_type: - void **set_event_type** **(** :ref:`int` event_type **)** .. _class_VisualScriptPropertySet_set_property: - void **set_property** **(** :ref:`String` property **)**