classref: Sync with current master branch (96cdbbe)

This commit is contained in:
Godot Organization
2025-02-15 03:21:09 +00:00
parent 4f3c3fc101
commit b55955c3ce
427 changed files with 4074 additions and 3919 deletions
+4 -4
View File
@@ -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