Sync classref with changes from godotengine/godot#24640

This commit is contained in:
Rémi Verschelde
2019-01-07 10:14:08 +01:00
parent 4f5d503b25
commit f70354d01c
521 changed files with 27321 additions and 22169 deletions

View File

@@ -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**