mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
130 lines
7.3 KiB
ReStructuredText
130 lines
7.3 KiB
ReStructuredText
.. 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<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`NodePath<class_nodepath>` | :ref:`get_base_path<class_VisualScriptPropertyGet_get_base_path>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_base_script<class_VisualScriptPropertyGet_get_base_script>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_base_type<class_VisualScriptPropertyGet_get_base_type>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_basic_type<class_VisualScriptPropertyGet_get_basic_type>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_call_mode<class_VisualScriptPropertyGet_get_call_mode>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_index<class_VisualScriptPropertyGet_get_index>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_property<class_VisualScriptPropertyGet_get_property>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_base_path<class_VisualScriptPropertyGet_set_base_path>` **(** :ref:`NodePath<class_nodepath>` base_path **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_base_script<class_VisualScriptPropertyGet_set_base_script>` **(** :ref:`String<class_string>` base_script **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_base_type<class_VisualScriptPropertyGet_set_base_type>` **(** :ref:`String<class_string>` base_type **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_basic_type<class_VisualScriptPropertyGet_set_basic_type>` **(** :ref:`int<class_int>` basic_type **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_call_mode<class_VisualScriptPropertyGet_set_call_mode>` **(** :ref:`int<class_int>` mode **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_index<class_VisualScriptPropertyGet_set_index>` **(** :ref:`String<class_string>` index **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_property<class_VisualScriptPropertyGet_set_property>` **(** :ref:`String<class_string>` property **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`String<class_string>` **base_script**
|
|
- :ref:`String<class_string>` **base_type**
|
|
- :ref:`int<class_int>` **basic_type**
|
|
- :ref:`String<class_string>` **index**
|
|
- :ref:`NodePath<class_nodepath>` **node_path**
|
|
- :ref:`String<class_string>` **property**
|
|
- :ref:`int<class_int>` **set_mode**
|
|
- :ref:`int<class_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<class_nodepath>` **get_base_path** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_get_base_script:
|
|
|
|
- :ref:`String<class_string>` **get_base_script** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_get_base_type:
|
|
|
|
- :ref:`String<class_string>` **get_base_type** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_get_basic_type:
|
|
|
|
- :ref:`int<class_int>` **get_basic_type** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_get_call_mode:
|
|
|
|
- :ref:`int<class_int>` **get_call_mode** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_get_index:
|
|
|
|
- :ref:`String<class_string>` **get_index** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_get_property:
|
|
|
|
- :ref:`String<class_string>` **get_property** **(** **)** const
|
|
|
|
.. _class_VisualScriptPropertyGet_set_base_path:
|
|
|
|
- void **set_base_path** **(** :ref:`NodePath<class_nodepath>` base_path **)**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_base_script:
|
|
|
|
- void **set_base_script** **(** :ref:`String<class_string>` base_script **)**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_base_type:
|
|
|
|
- void **set_base_type** **(** :ref:`String<class_string>` base_type **)**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_basic_type:
|
|
|
|
- void **set_basic_type** **(** :ref:`int<class_int>` basic_type **)**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_call_mode:
|
|
|
|
- void **set_call_mode** **(** :ref:`int<class_int>` mode **)**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_index:
|
|
|
|
- void **set_index** **(** :ref:`String<class_string>` index **)**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_property:
|
|
|
|
- void **set_property** **(** :ref:`String<class_string>` property **)**
|
|
|
|
|