Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-08-21 00:37:52 +02:00
parent a438389c1f
commit 0ce22eb52b
249 changed files with 10123 additions and 1540 deletions
+51
View File
@@ -0,0 +1,51 @@
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the Expression.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_Expression:
Expression
==========
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Member Functions
----------------
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Variant<class_variant>` | :ref:`execute<class_Expression_execute>` **(** :ref:`Array<class_array>` inputs=[ ], :ref:`Object<class_object>` base_instance=null, :ref:`bool<class_bool>` show_error=true **)** |
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_error_text<class_Expression_get_error_text>` **(** **)** const |
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`has_execute_failed<class_Expression_has_execute_failed>` **(** **)** const |
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Error<enum_@globalscope_error>` | :ref:`parse<class_Expression_parse>` **(** :ref:`String<class_string>` expression, :ref:`PoolStringArray<class_poolstringarray>` input_names=PoolStringArray( ) **)** |
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_Expression_execute:
- :ref:`Variant<class_variant>` **execute** **(** :ref:`Array<class_array>` inputs=[ ], :ref:`Object<class_object>` base_instance=null, :ref:`bool<class_bool>` show_error=true **)**
.. _class_Expression_get_error_text:
- :ref:`String<class_string>` **get_error_text** **(** **)** const
.. _class_Expression_has_execute_failed:
- :ref:`bool<class_bool>` **has_execute_failed** **(** **)** const
.. _class_Expression_parse:
- :ref:`Error<enum_@globalscope_error>` **parse** **(** :ref:`String<class_string>` expression, :ref:`PoolStringArray<class_poolstringarray>` input_names=PoolStringArray( ) **)**