mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with changes from godotengine/godot#24640
This commit is contained in:
@@ -19,27 +19,33 @@ Brief Description
|
||||
Properties
|
||||
----------
|
||||
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptPropertyGet_base_script>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptPropertyGet_base_type>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptPropertyGet_basic_type>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`index<class_VisualScriptPropertyGet_index>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptPropertyGet_node_path>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`property<class_VisualScriptPropertyGet_property>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
| :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` | :ref:`set_mode<class_VisualScriptPropertyGet_set_mode>` |
|
||||
+--------------------------------------------------------+---------------------------------------------------------------+
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptPropertyGet_property_base_script>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptPropertyGet_property_base_type>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptPropertyGet_property_basic_type>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`index<class_VisualScriptPropertyGet_property_index>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptPropertyGet_property_node_path>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`String<class_String>` | :ref:`property<class_VisualScriptPropertyGet_property_property>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` | :ref:`set_mode<class_VisualScriptPropertyGet_property_set_mode>` |
|
||||
+--------------------------------------------------------+------------------------------------------------------------------------+
|
||||
|
||||
Enumerations
|
||||
------------
|
||||
|
||||
.. _enum_VisualScriptPropertyGet_CallMode:
|
||||
|
||||
.. _class_VisualScriptPropertyGet_constant_CALL_MODE_SELF:
|
||||
|
||||
.. _class_VisualScriptPropertyGet_constant_CALL_MODE_NODE_PATH:
|
||||
|
||||
.. _class_VisualScriptPropertyGet_constant_CALL_MODE_INSTANCE:
|
||||
|
||||
enum **CallMode**:
|
||||
|
||||
- **CALL_MODE_SELF** = **0**
|
||||
@@ -51,7 +57,7 @@ enum **CallMode**:
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_VisualScriptPropertyGet_base_script:
|
||||
.. _class_VisualScriptPropertyGet_property_base_script:
|
||||
|
||||
- :ref:`String<class_String>` **base_script**
|
||||
|
||||
@@ -61,7 +67,7 @@ Property Descriptions
|
||||
| *Getter* | get_base_script() |
|
||||
+----------+------------------------+
|
||||
|
||||
.. _class_VisualScriptPropertyGet_base_type:
|
||||
.. _class_VisualScriptPropertyGet_property_base_type:
|
||||
|
||||
- :ref:`String<class_String>` **base_type**
|
||||
|
||||
@@ -71,7 +77,7 @@ Property Descriptions
|
||||
| *Getter* | get_base_type() |
|
||||
+----------+----------------------+
|
||||
|
||||
.. _class_VisualScriptPropertyGet_basic_type:
|
||||
.. _class_VisualScriptPropertyGet_property_basic_type:
|
||||
|
||||
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **basic_type**
|
||||
|
||||
@@ -81,7 +87,7 @@ Property Descriptions
|
||||
| *Getter* | get_basic_type() |
|
||||
+----------+-----------------------+
|
||||
|
||||
.. _class_VisualScriptPropertyGet_index:
|
||||
.. _class_VisualScriptPropertyGet_property_index:
|
||||
|
||||
- :ref:`String<class_String>` **index**
|
||||
|
||||
@@ -91,7 +97,7 @@ Property Descriptions
|
||||
| *Getter* | get_index() |
|
||||
+----------+------------------+
|
||||
|
||||
.. _class_VisualScriptPropertyGet_node_path:
|
||||
.. _class_VisualScriptPropertyGet_property_node_path:
|
||||
|
||||
- :ref:`NodePath<class_NodePath>` **node_path**
|
||||
|
||||
@@ -101,7 +107,7 @@ Property Descriptions
|
||||
| *Getter* | get_base_path() |
|
||||
+----------+----------------------+
|
||||
|
||||
.. _class_VisualScriptPropertyGet_property:
|
||||
.. _class_VisualScriptPropertyGet_property_property:
|
||||
|
||||
- :ref:`String<class_String>` **property**
|
||||
|
||||
@@ -111,7 +117,7 @@ Property Descriptions
|
||||
| *Getter* | get_property() |
|
||||
+----------+---------------------+
|
||||
|
||||
.. _class_VisualScriptPropertyGet_set_mode:
|
||||
.. _class_VisualScriptPropertyGet_property_set_mode:
|
||||
|
||||
- :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` **set_mode**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user