mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (96cdbbe)
This commit is contained in:
@@ -110,9 +110,9 @@ Method Descriptions
|
||||
|
||||
:ref:`Variant<class_Variant>` **execute**\ (\ inputs\: :ref:`Array<class_Array>` = [], base_instance\: :ref:`Object<class_Object>` = null, show_error\: :ref:`bool<class_bool>` = true, const_calls_only\: :ref:`bool<class_bool>` = false\ ) :ref:`🔗<class_Expression_method_execute>`
|
||||
|
||||
Executes the expression that was previously parsed by :ref:`parse<class_Expression_method_parse>` and returns the result. Before you use the returned object, you should check if the method failed by calling :ref:`has_execute_failed<class_Expression_method_has_execute_failed>`.
|
||||
Executes the expression that was previously parsed by :ref:`parse()<class_Expression_method_parse>` and returns the result. Before you use the returned object, you should check if the method failed by calling :ref:`has_execute_failed()<class_Expression_method_has_execute_failed>`.
|
||||
|
||||
If you defined input variables in :ref:`parse<class_Expression_method_parse>`, you can specify their values in the inputs array, in the same order.
|
||||
If you defined input variables in :ref:`parse()<class_Expression_method_parse>`, you can specify their values in the inputs array, in the same order.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -124,7 +124,7 @@ If you defined input variables in :ref:`parse<class_Expression_method_parse>`, y
|
||||
|
||||
:ref:`String<class_String>` **get_error_text**\ (\ ) |const| :ref:`🔗<class_Expression_method_get_error_text>`
|
||||
|
||||
Returns the error text if :ref:`parse<class_Expression_method_parse>` or :ref:`execute<class_Expression_method_execute>` has failed.
|
||||
Returns the error text if :ref:`parse()<class_Expression_method_parse>` or :ref:`execute()<class_Expression_method_execute>` has failed.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -136,7 +136,7 @@ Returns the error text if :ref:`parse<class_Expression_method_parse>` or :ref:`e
|
||||
|
||||
:ref:`bool<class_bool>` **has_execute_failed**\ (\ ) |const| :ref:`🔗<class_Expression_method_has_execute_failed>`
|
||||
|
||||
Returns ``true`` if :ref:`execute<class_Expression_method_execute>` has failed.
|
||||
Returns ``true`` if :ref:`execute()<class_Expression_method_execute>` has failed.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user